mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 04:36:09 +02:00
image entity now has grabbable and dynamic options
This commit is contained in:
parent
d390e20139
commit
bd7204e6ef
1 changed files with 1 additions and 0 deletions
|
@ -547,6 +547,7 @@ var toolBar = (function () {
|
||||||
y: 0.02,
|
y: 0.02,
|
||||||
z: 2.58
|
z: 2.58
|
||||||
},
|
},
|
||||||
|
shapeType: "box",
|
||||||
modelURL: "https://hifi-content.s3.amazonaws.com/elisalj/image_entity/snapshot.fbx",
|
modelURL: "https://hifi-content.s3.amazonaws.com/elisalj/image_entity/snapshot.fbx",
|
||||||
// change to another default image
|
// change to another default image
|
||||||
textures: JSON.stringify({ "tex.picture": "https://hifi-content.s3.amazonaws.com/elisalj/image_entity/dog.jpg" })
|
textures: JSON.stringify({ "tex.picture": "https://hifi-content.s3.amazonaws.com/elisalj/image_entity/dog.jpg" })
|
||||||
|
|
Loading…
Reference in a new issue