File: v3dheadertypes.csv

package info (click to toggle)
asymptote 2.85%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 43,264 kB
  • sloc: cpp: 210,491; ansic: 98,376; python: 14,568; javascript: 6,629; sh: 4,301; perl: 1,566; lisp: 1,505; makefile: 764; yacc: 554; lex: 446; xml: 182; objc: 177
file content (19 lines) | stat: -rw-r--r-- 1,075 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
canvasWidth,1,UINT        # Canvas width
canvasHeight,2,UINT       # Canvas heighot
absolute,3,BOOL           # true: absolute size; false: scale to canvas
minBound,4,TRIPLE         # Scene minimum bounding box corners
maxBound,5,TRIPLE         # Scene maximum bounding box corners
orthographic,6,BOOL       # true: orthographic; false: perspective
angleOfView,7,REAL        # Field of view angle (in radians)
initialZoom,8,REAL        # Initial zoom
viewportShift,9,PAIR      # Viewport shift (for perspective projection)
viewportMargin,10,PAIR    # Margin around viewport
light,11,TRIPLE,RGB       # Direction and color of each point light source
background,12,RGBA        # Background color
zoomFactor,13,REAL        # Zoom base factor
zoomPinchFactor,14,REAL   # Zoom pinch factor
zoomPinchCap,15,REAL      # Zoom pinch limit
zoomStep,16,REAL          # Zoom power step
shiftHoldDistance,17,REAL # Shift-mode maximum hold distance (pixels)
shiftWaitTime,18,REAL     # Shift-mode hold time (milliseconds)
vibrateTime,19,REAL       # Shift-mode vibrate time (milliseconds)