Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pierre Fernbach
tsid
Commits
b51917a2
Commit
b51917a2
authored
Jun 17, 2019
by
Andrea Del Prete
Browse files
Minor
parent
6d705702
Changes
1
Hide whitespace changes
Inline
Side-by-side
exercizes/romeo_conf.py
View file @
b51917a2
...
...
@@ -42,12 +42,12 @@ CAMERA_TRANSFORM = [4.0, -0.2, 0.4, 0.5243823528289795, 0.518651008605957, 0.462
SPHERE_RADIUS
=
0.03
REF_SPHERE_RADIUS
=
0.03
COM_SPHERE_COLOR
=
(
1
,
0.5
,
0
,
1
)
COM_REF_SPHERE_COLOR
=
(
1
,
0
,
0
,
1
)
RF_SPHERE_COLOR
=
(
0
,
1
,
0
,
1
)
RF_REF_SPHERE_COLOR
=
(
0
,
1
,
0.5
,
1
)
LF_SPHERE_COLOR
=
(
0
,
0
,
1
,
1
)
LF_REF_SPHERE_COLOR
=
(
0.5
,
0
,
1
,
1
)
COM_SPHERE_COLOR
=
(
1
,
0.5
,
0
,
0.5
)
COM_REF_SPHERE_COLOR
=
(
1
,
0
,
0
,
0.5
)
RF_SPHERE_COLOR
=
(
0
,
1
,
0
,
0.5
)
RF_REF_SPHERE_COLOR
=
(
0
,
1
,
0.5
,
0.5
)
LF_SPHERE_COLOR
=
(
0
,
0
,
1
,
0.5
)
LF_REF_SPHERE_COLOR
=
(
0.5
,
0
,
1
,
0.5
)
filename
=
str
(
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
)))
path
=
filename
+
'/../models/romeo'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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