Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
x3domlet
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Elphel
x3domlet
Commits
0c6d5390
Commit
0c6d5390
authored
Sep 01, 2020
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added fps
parent
fc10af50
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
0 deletions
+10
-0
ui.css
js/ui.css
+7
-0
ui_init.js
js/ui_init.js
+1
-0
viewer.html
viewer.html
+2
-0
No files found.
js/ui.css
View file @
0c6d5390
...
...
@@ -365,6 +365,13 @@ html, body, #x3d_wrapper {
background-color
:
red
;
}
#window-info-fps
{
position
:
absolute
;
left
:
2px
;
bottom
:
2px
;
color
:
white
;
}
#info-wrapper
{
position
:
absolute
;
left
:
2px
;
...
...
js/ui_init.js
View file @
0c6d5390
...
...
@@ -540,6 +540,7 @@ function deep_init(){
Scene
.
_X3DOM_SCENE_INIT_DONE
=
false
;
}
$
(
"#window-info-fps"
).
html
(
Scene
.
element
.
runtime
.
fps
.
toFixed
(
1
)
+
" fps"
);
};
}
...
...
viewer.html
View file @
0c6d5390
...
...
@@ -126,6 +126,8 @@ Instructions:
5. To save the result click upload button (Camera initial position and orientation data) in the menu.'
class=
'edit'
></div>
</div>
<div
id=
'window-info-fps'
>
0
</div>
<div
id=
'info-wrapper'
>
<div
id=
'window-error'
></div>
<div
id=
'window-viewinfo'
></div>
...
...
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