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
eaa6f743
Commit
eaa6f743
authored
Dec 19, 2015
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more reliable load & sort
parent
f1374268
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
201 additions
and
82 deletions
+201
-82
index.html
x3d_web_viewer/index.html
+6
-2
viewmodel.js
x3d_web_viewer/viewmodel.js
+195
-80
No files found.
x3d_web_viewer/index.html
View file @
eaa6f743
...
...
@@ -4,7 +4,9 @@
<link
rel=
"stylesheet"
href=
"bootstrap/css/bootstrap.min.css"
>
<link
rel=
"stylesheet"
href=
"x3dom-1.7.0/x3dom.css"
>
<link
rel=
"stylesheet"
href=
"viewmodel.css"
>
<script
src=
"jquery-2.1.4.min.js"
></script>
<script
type=
'text/javascript'
src=
'x3dom-1.7.0/x3dom.js'
>
</script>
<script
src=
"bootstrap/js/bootstrap.min.js"
></script>
<script
src=
"viewmodel.js"
></script>
</head>
<body>
...
...
@@ -32,9 +34,11 @@
</div>
</div>
<div
id=
"test:5"
secretvalue=
'-4'
></div>
<script
src=
"jquery-2.1.4.min.js"
></script>
<script
src=
"bootstrap/js/bootstrap.min.js"
></script>
<script>
x3dom
.
runtime
.
ready
=
function
()
{
console
.
log
(
"X3D Ready"
);
//run();
}
prerun
();
resize
();
</script>
...
...
x3d_web_viewer/viewmodel.js
View file @
eaa6f743
This diff is collapsed.
Click to expand it.
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