- Timestamp:
- May 14, 2015, 3:47:48 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/nanovisviewer.tcl
r5387 r5514 196 196 set _reset 1 197 197 198 array set _settings {198 array set _settings [subst { 199 199 -ambient 60 200 200 -axesvisible 1 … … 209 209 -opacity 50 210 210 -outlinevisible 0 211 -qw 0.853553212 -qx -0.353553213 -qy 0.353553214 -qz 0.146447211 -qw $_view(-qw) 212 -qx $_view(-qx) 213 -qy $_view(-qy) 214 -qz $_view(-qz) 215 215 -specularexponent 90 216 216 -specularlevel 30 … … 220 220 -xcutplaneposition 50 221 221 -xcutplanevisible 1 222 -xpan 0222 -xpan $_view(-xpan) 223 223 -ycutplaneposition 50 224 224 -ycutplanevisible 1 225 -ypan 0225 -ypan $_view(-ypan) 226 226 -zcutplaneposition 50 227 227 -zcutplanevisible 1 228 -zoom 1.0229 } 228 -zoom $_view(-zoom) 229 }] 230 230 231 231 itk_component add 3dview {
Note: See TracChangeset
for help on using the changeset viewer.