Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OrigamiSimulator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Amanda Ghassaei
OrigamiSimulator
Commits
90f2c702
Commit
90f2c702
authored
Dec 05, 2017
by
amandaghassaei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small changes
parent
70e72ff7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
css/main.css
css/main.css
+2
-2
js/threeView.js
js/threeView.js
+1
-1
No files found.
css/main.css
View file @
90f2c702
...
...
@@ -33,7 +33,7 @@ p{
top
:
53px
;
bottom
:
0
;
right
:
0
;
width
:
4
5
0px
;
width
:
4
0
0px
;
padding
:
20px
20px
;
overflow
:
auto
;
background
:
rgba
(
10
,
10
,
10
,
0.1
);
...
...
@@ -248,7 +248,7 @@ span.modal-close{
}
.sliderInput
>
.flat-slider
{
width
:
1
32
px
;
width
:
1
00
px
;
}
.label-slider
{
...
...
js/threeView.js
View file @
90f2c702
...
...
@@ -59,7 +59,7 @@ function initThreeView(globals) {
controls
.
staticMoving
=
true
;
controls
.
dynamicDampingFactor
=
0.3
;
controls
.
minDistance
=
1
;
controls
.
maxDistance
=
13
;
controls
.
maxDistance
=
30
;
// controls.addEventListener("change", render);
_render
();
//render before model loads
...
...
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