3
0
Fork 0
mirror of https://github.com/JulianGro/overte.git synced 2025-04-30 07:43:10 +02:00
This commit is contained in:
ericrius1 2016-03-17 14:34:41 -07:00
parent ef0872ec52
commit 009326b085

View file

@ -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
// }
})
},