3D Lingo Dictionary > O-S > rendererDeviceList |
![]() ![]() ![]() |
rendererDeviceList
Syntax
getRendererServices().rendererDeviceList
Description
3D renderer property; returns a list of symbols identifying the renderers that are available for use on the client machine. The contents of this list determine the range of values that can be specified for the renderer
and preferred3DRenderer
properties. This property can be tested but not set.
This property is a list that can contain the following possible values:
![]() |
|
![]() |
|
![]() |
|
![]() |
|
Example
This statement shows the renderers available on the current system.
put getRendererServices().rendererDeviceList -- [#openGL, #software]
See also
getRendererServices()
, renderer
, preferred3DRenderer
, active3dRenderer
![]() ![]() ![]() |