A3dsViewer POV-Ray output settings dialog

 

 

Output Textures - provides possibility to output or ignore texture coordinates.

Use last pov file name - if check box ON - last POV-Ray file name will be used for export.

Enable radiosity - if check box ON - radiosity block from POV-Ray help will be outputted. Currently no more management provided.

Diffuse value - value used for 3ds file materials which have self illumination flag OFF.

Range: [0-1].

Default value: 0.6

Self illuminate diffuse value - value used for 3ds file materials which have self illumination flag ON. Very few 3ds models uses this flag.

Range: [0-1].

Default value: 0.1

 

The keyword diffuse is used in a finish statement to control how much of the light coming directly

from any light sources is reflected via diffuse reflection.

For example

finish { diffuse 0.7 }

means that 70% of the light seen comes from direct illumination from light sources.

The default value is diffuse 0.6.

(http://www.povray.org/documentation/view/3.6.1/346/)