Constants that define the renderer type.
|
|
DISPLAY = 'display'
Constant representing the display renderer
|
|
|
DISPLAY_BMP = 'display_bmp'
Constant representing the BMP display renderer
|
|
|
DISPLAY_IV = 'display_iv'
Constant representing the OpenInventor display renderer
|
|
|
DISPLAY_JPG = 'display_jpg'
Constant representing the JPG display renderer
|
|
|
DISPLAY_PNG = 'display_png'
Constant representing the PNG display renderer
|
|
|
DISPLAY_PNM = 'display_pnm'
Constant representing the PNM display renderer
|
|
|
DISPLAY_PS = 'display_ps'
Constant representing the PS display renderer
|
|
|
DISPLAY_TIF = 'display_tif'
Constant representing the TIF display renderer
|
|
|
DISPLAY_VRML = 'display_vrml'
Constant representing the VRML display renderer
|
|
|
OFFLINE_BMP = 'offline_bmp'
Constant representing the BMP offline renderer
|
|
|
OFFLINE_IV = 'offline_iv'
Constant representing the OpenInventor offline renderer
|
|
|
OFFLINE_JPG = 'offline_jpg'
Constant representing the JPG offline renderer
|
|
|
OFFLINE_PNG = 'offline_png'
Constant representing the PNG offline renderer
|
|
|
OFFLINE_PNM = 'offline_pnm'
Constant representing the PNM offline renderer
|
|
|
OFFLINE_PS = 'offline_ps'
Constant representing the PS offline renderer
|
|
|
OFFLINE_TIF = 'offline_tif'
Constant representing the TIF offline renderer
|
|
|
OFFLINE_VRML = 'offline_vrml'
Constant representing the VRML offline renderer
|
|
|
ONLINE = 'online'
Constant representing the online renderer
|
|
|
ONLINE_BMP = 'online_bmp'
Constant representing the BMP online renderer
|
|
|
ONLINE_IV = 'online_iv'
Constant representing the OpenInventor online renderer
|
|
|
ONLINE_JPG = 'online_jpg'
Constant representing the JPG online renderer
|
|
|
ONLINE_PNG = 'online_png'
Constant representing the PNG online renderer
|
|
|
ONLINE_PNM = 'online_pnm'
Constant representing the PNM online renderer
|
|
|
ONLINE_PS = 'online_ps'
Constant representing the PS online renderer
|
|
|
ONLINE_TIF = 'online_tif'
Constant representing the TIF online renderer
|
|
|
ONLINE_VRML = 'online_vrml'
Constant representing the VRML online renderer
|