Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
byte Cmaxwell::setRenderParameter(
                                   const char* parameterName, // parameter name
                                   dword size, // parameter size
                                   void* parameterData // parameter data
                                 );


Parameters description

...

Paths

Name

Type

Default

Description

MXI FULLNAME

char

 

Path of the MXI output file

SAVE LIGHTS IN SEPARATE FILES

byte

0

0: Save all the lights embedded it the same 1: Embed all in the same file if the format supports it

...

Name

Type

Default

Description

STOP TIME

dword

120

Maximum render time in minutes

SAMPLING LEVEL

float

25

Maximum sampling level

NUM THREADS

dword

0

0:(Automatic) Number of threads

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  ID CPU

dword

 

Seed used in the render

USE MULTILIGHT

byte


Enable MultiLight

DO MOTION BLUR

byte

1

Motion blur on/off

DO DISPLACEMENT

byte

1

Displacement on/off

DO DISPERSION

byte

1

Dispersion on/off

Simulens

Name

Type

Default

Description

DO VIGNETTING

byte

1

Vignetting on/off

VIGNETTING

real

1

Vignetting value

DO SCATTERING LENS

byte

1

Scattering on/off

SCATTERING LENS

real

1

Scattering value

Paths
"MXI FULLNAME" / 0 / char* name: Path of the MXI output file
"SAVE LIGHTS IN SEPARATE FILES" / byte / 0: Save all the lights embedded it the same. 1: Embed all in the same file if the format supports it

...