mirror of
https://github.com/lubosz/overte.git
synced 2025-04-16 15:30:11 +02:00
Collision Model
This commit is contained in:
parent
f6948193f1
commit
1bf8054cec
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ function Tooltip() {
|
|||
text += "ID: " + properties.id + "\n"
|
||||
if (properties.type == "Model") {
|
||||
text += "Model URL: " + properties.modelURL + "\n"
|
||||
text += "Collision Model URL: " + properties.collisionModelURL + "\n"
|
||||
text += "Animation URL: " + properties.animationURL + "\n"
|
||||
text += "Animation is playing: " + properties.animationIsPlaying + "\n"
|
||||
if (properties.sittingPoints && properties.sittingPoints.length > 0) {
|
||||
|
|
Loading…
Reference in a new issue