
© Next Limit Technologies 2010
Maxwell Render 2.5 User Manual
Chapter 17. Appendix IV. Scripting References | 144
• Function: void setIntensity( double value );
• Description: Sets the intensity value.
• Parameters: Double value: New intensity value.
• Returned Value: Nothing
• Function: string apertureMap( void );
• Description: Returns the current aperture map.
• Parameters: Nothing
• Returned Value: String: aperture map path.
• Function: void setApertureMap( string path );
• Description: Sets the aperture map.
• Parameters: String path: New aperture map path.
• Returned Value: Nothing
• Function: string obstacleMap( void );
• Description: Returns the current obstacle map.
• Parameters: Nothing
• Returned Value: String: obstacle map path.
• Function: void setObstacleMap( string path );
• Description: Sets the obstacle map.
• Parameters: String path: New obstacle map path.
• Returned Value: Nothing
• Function: bool diffractionEnabled( void );
• Description: Returns whether diffraction is enabled or disabled.
• Parameters: Nothing
• Returned Value: Bool: True if diffraction is enabled, False if it is disabled.
• Function: void setDiffractionEnabled( bool state );
• Description: Sets diffraction to enabled or disabled.
• Parameters: Bool status: New diffraction state.
• Returned Value: Nothing
• Function: double diffraction( void );
• Description: Returns the current diffraction value.
• Parameters: Nothing
• Returned Value: Double: diffraction value.
• Function: void setDiffraction( double value );
• Description: Sets the diffraction value.
• Parameters: Double value: New diffraction value.
• Returned Value: Nothing
• Function: double frequency( void );
• Description: Returns the current frequency value.
• Parameters: Nothing
• Returned Value: Double: frequency value.
• Function: void setFrequency( double value );
• Description: Sets the frequency value.
• Parameters: Double value: New frequency value.
• Returned Value: Nothing
• Function: bool scatteringEnabled( void );
• Description: Returns whether scattering is enabled or disabled.
• Parameters: Nothing
• Returned Value: Bool: True if scattering is enabled, False if it is disabled.
• Function: void setScatteringEnabled( bool state );
• Description: Sets scattering to enabled or disabled.
• Parameters: Bool status: New scattering state.
• Returned Value: Nothing
• Function: double scattering( void );
• Description: Returns the current scattering value .
• Parameters: Nothing
• Returned Value: Double: scattering value.
• Function: void setScattering( double value );
• Description: Sets the scattering value.
• Parameters: Double value: New scattering value.
• Returned Value: Nothing
Comentarios a estos manuales