mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 13:53:38 +02:00
fix animation frame
This commit is contained in:
parent
55ac9c8ef7
commit
a37275e6b1
1 changed files with 8 additions and 1 deletions
|
@ -134,6 +134,7 @@
|
||||||
var elModelAnimationURL = document.getElementById("property-model-animation-url");
|
var elModelAnimationURL = document.getElementById("property-model-animation-url");
|
||||||
var elModelAnimationPlaying = document.getElementById("property-model-animation-playing");
|
var elModelAnimationPlaying = document.getElementById("property-model-animation-playing");
|
||||||
var elModelAnimationFPS = document.getElementById("property-model-animation-fps");
|
var elModelAnimationFPS = document.getElementById("property-model-animation-fps");
|
||||||
|
var elModelAnimationFrame = document.getElementById("property-model-animation-frame");
|
||||||
|
|
||||||
var elTextSection = document.getElementById("text-section");
|
var elTextSection = document.getElementById("text-section");
|
||||||
var elTextText = document.getElementById("property-text-text");
|
var elTextText = document.getElementById("property-text-text");
|
||||||
|
@ -530,6 +531,12 @@
|
||||||
<input class="coord" type='number' id="property-model-animation-fps"></input>
|
<input class="coord" type='number' id="property-model-animation-fps"></input>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="property-section">
|
||||||
|
<label>Animation Frame</label>
|
||||||
|
<span>
|
||||||
|
<input class="coord" type='number' id="property-model-animation-frame"></input>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="text-section" class="multi-property-section">
|
<div id="text-section" class="multi-property-section">
|
||||||
|
|
Loading…
Reference in a new issue