Compare commits
3 Commits
74aa48b446
...
9d92767786
| Author | SHA1 | Date | |
|---|---|---|---|
| 9d92767786 | |||
| 7162e8b3a7 | |||
| 3ce4d4b12c |
File diff suppressed because it is too large
Load Diff
@ -642,7 +642,7 @@ BoxCollider:
|
||||
m_LayerOverridePriority: 0
|
||||
m_IsTrigger: 0
|
||||
m_ProvidesContacts: 0
|
||||
m_Enabled: 0
|
||||
m_Enabled: 1
|
||||
serializedVersion: 3
|
||||
m_Size: {x: 1, y: 1, z: 1}
|
||||
m_Center: {x: 0, y: 0, z: 0}
|
||||
|
||||
@ -27,7 +27,7 @@ namespace NanoBrain.Braitenberg {
|
||||
return;
|
||||
|
||||
this.speed = motorNeuron.outputValue.z;
|
||||
Debug.DrawRay(this.transform.position, this.transform.forward * this.speed, Color.magenta);
|
||||
Debug.DrawRay(this.transform.position, this.transform.forward * this.speed, Color.blue);
|
||||
|
||||
float desiredRpm = speed * 60; // target wheel RPM
|
||||
float currentRpm = wheelCollider.rpm;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user