mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-30 07:43:10 +02:00
logs
This commit is contained in:
parent
ef0872ec52
commit
009326b085
1 changed files with 0 additions and 7 deletions
|
@ -22,7 +22,6 @@
|
|||
},
|
||||
|
||||
fanRotationOn: function() {
|
||||
print("EBL TURN FAN ON" + JSON.stringify(_this.fan));
|
||||
var success= Entities.editEntity(_this.fan, {
|
||||
angularDamping: 0,
|
||||
angularVelocity: {
|
||||
|
@ -34,14 +33,8 @@
|
|||
},
|
||||
|
||||
fanRotationOff: function() {
|
||||
print("EBL TURN FAN OFF")
|
||||
Entities.editEntity(_this.fan, {
|
||||
angularDamping: 0.5,
|
||||
// angularVelocity:{
|
||||
// x:0,
|
||||
// y:0,
|
||||
// z:0
|
||||
// }
|
||||
})
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue