mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
yo;
This commit is contained in:
parent
bb18366cbd
commit
78775baf8c
2 changed files with 3 additions and 1 deletions
|
@ -174,7 +174,9 @@
|
|||
},
|
||||
|
||||
cleanupDynamicEntities: function() {
|
||||
print('SHOULD CLEANUP DYNAMIC')
|
||||
if (dynamicEntities.length === 0) {
|
||||
print('NO DYNAMIC ENTITIES')
|
||||
return;
|
||||
}
|
||||
dynamicEntities.forEach(function(dynamicEntity) {
|
||||
|
|
|
@ -18,7 +18,7 @@ Whiteboard = function(spawnPosition, spawnRotation) {
|
|||
|
||||
var orientation = Quat.fromPitchYawRollDegrees(spawnRotation.x, spawnRotation.y, spawnRotation.z);
|
||||
var markers = [];
|
||||
|
||||
var markerRotation = orientation;
|
||||
var whiteboardPosition = spawnPosition;
|
||||
var whiteboardRotation = orientation;
|
||||
var WHITEBOARD_MODEL_URL = "https://s3-us-west-1.amazonaws.com/hifi-content/eric/models/Whiteboard-4.fbx";
|
||||
|
|
Loading…
Reference in a new issue