mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
cleanup logging
This commit is contained in:
parent
e9f21b4dba
commit
27ce0a36d3
1 changed files with 0 additions and 2 deletions
|
@ -86,10 +86,8 @@
|
|||
},
|
||||
|
||||
startNearGrab: function(entityID) {
|
||||
print('id on grab',entityID)
|
||||
if (!this.hasSpotlight) {
|
||||
|
||||
print('CREATING LIGHTS', this.entityID)
|
||||
var modelProperties = Entities.getEntityProperties(this.entityID, ['position', 'rotation']);
|
||||
var lightTransform = evalLightWorldTransform(modelProperties.position, modelProperties.rotation);
|
||||
var glowLightTransform = glowLightWorldTransform(modelProperties.position, modelProperties.rotation);
|
||||
|
|
Loading…
Reference in a new issue