User manual
© Next Limit Technologies 2010
Maxwell Render 2.5 User Manual
Chapter 17. Appendix IV. Scripting References | 149
• Function: bool motionChannelEnabled( void );
• Description: Returns whether the motion channel is enabled or disabled.
• Parameters: Nothing
• Returned Value: Bool: True if the motion channel is enabled, False if it is disabled.
• Function: void setMotionChannelEnabled ( bool state );
• Description: Sets the motion vector channel to enabled or disabled.
• Parameters: Bool status: New motion vector channel state.
• Returned Value: Nothing
• Function: bool zBufferChannelEnabled( void );
• Description: Returns whether the ZBuffer channel is enabled or disabled.
• Parameters: Nothing
• Returned Value: Bool: True if the ZBuffer channel is enabled, False if it is disabled.
• Function: void setZBufferChannelEnabled( bool state );
• Description: Sets the ZBuffer channel to enabled or disabled.
• Parameters: Bool status: New ZBuffer channel state.
• Returned Value: Nothing
• Function: int zBufferMin( void );
• Description: Returns the minimum Z depth value of the Z buffer channel.
• Parameters: Nothing
• Returned Value: INT: minimum Z value.
• Function: void setZBufferMin( int value );
• Description: Sets the minimum Z depth value of the Z buffer channel.
• Parameters: INT value: New minimum Z depth value.
• Returned Value: Nothing
• Function: int zBufferMax( void );
• Description: Returns the maximum Z depth value of the Z buffer channel.
• Parameters: Nothing
• Returned Value: INT: maximum Z value.
• Function: void setZBufferMax( int value );
• Description: Sets the maximum Z depth value of the Z buffer channel.
• Parameters: INT value: New maximum Z depth value.
• Returned Value: Nothing
• Function: bool roughnessChannelEnabled( void );
• Description: Returns whether the roughness channel is enabled or disabled.
• Parameters: Nothing
• Returned Value: Bool: True if the roughness channel is enabled, False if it is disabled.
• Function: void setRoughnessChannelEnabled( bool state );
• Description: Sets the roughness channel to enabled or disabled.
• Parameters: Bool status: New roughness channel state.
• Returned Value: Nothing
• Function: bool fresnelChannelEnabled( void );
• Description: Returns whether the Fresnel channel is enabled or disabled.
• Parameters: Nothing
• Returned Value: Bool: True if the Fresnel channel is enabled, False if it is disabled.
• Function: void setFresnelChannelEnabled( bool state );
• Description: Sets the Fresnel channel to enabled or disabled.
• Parameters: Bool status: New Fresnel channel state.
• Returned Value: Nothing
• Function: void setFresnelChannelEnabled( bool state );
• Description: Sets the Fresnel channel to enabled or disabled.
• Parameters: Bool status: New Fresnel channel state.
• Returned Value: Nothing.
• Function: bool diffusePassEnabled( void );
• Description: Returns whether the diffuse pass is enabled or disabled.
• Parameters: Nothing
• Returned Value: Bool: True if the diffuse pass is enabled, False if it is disabled.
• Function: void setDiffusePassEnabled( bool state );
• Description: Sets the diffuse pass to enabled or disabled.
• Parameters: Bool status: New diffuse pass state.
• Returned Value: Nothing