SUBSTANCE_MATERIAL_MODE

Detailed Description

Since
R18
Note
Values matches Fsubstanceimport resource.

Enumerations

enum class  SUBSTANCE_MATERIAL_MODE {
  STANDARD ,
  METALLIC ,
  GLOSSY ,
  AUTO ,
  NONE
}
 

Functions

enum SUBSTANCE_MATERIAL_MODE MAXON_ENUM_LIST (SUBSTANCE_MATERIAL_MODE)
 

Enumeration Type Documentation

◆ SUBSTANCE_MATERIAL_MODE

Enumerator
STANDARD 

Create standard material.

METALLIC 

Create metallic material.

GLOSSY 

Create glossy material.

AUTO 

Use heuristic to choose one of the three above (see Cinema 4D's user manual).

NONE 

Do not create material.

Function Documentation

◆ MAXON_ENUM_LIST()