Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
freecad_x3d
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
freecad_x3d
Commits
7ee5af44
Commit
7ee5af44
authored
Dec 24, 2015
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
+stop animation on reset button
parent
7d3b3d7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
viewmodel.js
x3d_web_viewer/viewmodel.js
+4
-1
No files found.
x3d_web_viewer/viewmodel.js
View file @
7ee5af44
...
@@ -297,7 +297,10 @@ function prerun(){
...
@@ -297,7 +297,10 @@ function prerun(){
//element.runtime.showAll("negY");
//element.runtime.showAll("negY");
//if (showdefault) element.runtime.resetView();
//if (showdefault) element.runtime.resetView();
//element.runtime.resetView();
//element.runtime.resetView();
if
(
animate
)
start_animation
();
if
(
animate
)
{
stop_animation
();
start_animation
();
}
});
});
$
(
"#main"
).
append
(
rst_model
);
$
(
"#main"
).
append
(
rst_model
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment