RaytraceGlobalSettings - superclass: ReferenceTarget; super-superclass:MAXWrapper - classID: #(1336499867, 161640038)
The RaytraceGlobalSettings provide access to the settings of the raytrace engine.
Constructor
RaytraceGlobalSettings ...
Properties
<RaytraceGlobalSettings>.adaptive_antialiasing_enable_flag Boolean default: false -- boolean
<RaytraceGlobalSettings>.adaptive_antialiasing_threshold Float default: 0.1 -- animatable; float
<RaytraceGlobalSettings>.adaptive_ray_depth_threshold Float default: 0.05 -- animatable; float
<RaytraceGlobalSettings>.antialiasing_maximum_rays_to_fire Integer default: 32 -- animatable; integer
<RaytraceGlobalSettings>.antialiasing_minimum_rays_to_fire Integer default: 4 -- animatable; integer
<RaytraceGlobalSettings>.blurring_amount Float default: 0.0 -- animatable; float
<RaytraceGlobalSettings>.blurring_aspect_ratio Float default: 1.0 -- animatable; float
<RaytraceGlobalSettings>.defocusing_amount Float default: 0.0 -- animatable; float
<RaytraceGlobalSettings>.defocusing_aspect_ratio Float default: 1.0 -- animatable; float
<RaytraceGlobalSettings>.enable_antialiasing Boolean default: false -- animatable; boolean
<RaytraceGlobalSettings>.enable_atmosphere Boolean default: true -- animatable; boolean
<RaytraceGlobalSettings>.enable_atmosphere_in_raytrace_objects Boolean default: true -- animatable; boolean
<RaytraceGlobalSettings>.enable_material_id_rendering_support Boolean default: true -- animatable; boolean
<RaytraceGlobalSettings>.enable_objects_in_raytrace_objects Boolean default: true -- animatable; boolean
<RaytraceGlobalSettings>.enable_raytracing Boolean default: true -- animatable; boolean
<RaytraceGlobalSettings>.enable_refract_special_effects Boolean default: true -- animatable; boolean
<RaytraceGlobalSettings>.enable_self_reflect_refract Boolean default: true -- animatable; boolean
<RaytraceGlobalSettings>.excludeList Array default: #()
<RaytraceGlobalSettings>.includeList UndefinedClass default: undefined
<RaytraceGlobalSettings>.max_levels_color_mode Integer default: 1 -- integer
<RaytraceGlobalSettings>.max_levels_specify_color Color default: (color 0 0 0) -- animatable; RGB color
<RaytraceGlobalSettings>.max_ray_depth Integer default: 9 -- animatable; integer
<RaytraceGlobalSettings>.showMessages Boolean default: true -- boolean
<RaytraceGlobalSettings>.showProgressDlg Boolean default: true -- boolean
<RaytraceGlobalSettings>.vox_dim Integer default: 30 -- animatable; integer
<RaytraceGlobalSettings>.vox_face_limit Integer default: 10 -- animatable; integer
<RaytraceGlobalSettings>.vox_maxdepth Integer default: 8 -- animatable; integer
<RaytraceGlobalSettings>.vox_previs Float default: 4.0 -- animatable; float
See also