Changeset 5515
- Timestamp:
- May 14, 2015, 3:49:41 PM (9 years ago)
- Location:
- branches/1.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.4
-
branches/1.4/gui/scripts/nanovisviewer.tcl
r5448 r5515 196 196 set _reset 1 197 197 198 array set _settings {198 array set _settings [subst { 199 199 -axesvisible 1 200 200 -background black … … 208 208 -opacity 50 209 209 -outlinevisible 0 210 -qw 0.853553211 -qx -0.353553212 -qy 0.353553213 -qz 0.146447210 -qw $_view(-qw) 211 -qx $_view(-qx) 212 -qy $_view(-qy) 213 -qz $_view(-qz) 214 214 -thickness 350 215 215 -volume 1 … … 217 217 -xcutplaneposition 50 218 218 -xcutplanevisible 1 219 -xpan 0219 -xpan $_view(-xpan) 220 220 -ycutplaneposition 50 221 221 -ycutplanevisible 1 222 -ypan 0222 -ypan $_view(-ypan) 223 223 -zcutplaneposition 50 224 224 -zcutplanevisible 1 225 -zoom 1.0226 } 225 -zoom $_view(-zoom) 226 }] 227 227 228 228 itk_component add 3dview {
Note: See TracChangeset
for help on using the changeset viewer.