Class Product

Product definition according to IG.GFX. But Position, Rotation and Scale are vectors. Also, Evaluator parameters are an extension and require special handling!

Hierarchy

  • Product

Constructors

Properties

Description?: string
Evaluator?: string
EvaluatorParameters?: {
    [parameter: string]: any;
}

Type declaration

  • [parameter: string]: any
Geometry?: string

Fully scoped geometry name

I.e. "IGX.Geometry.Cube"

GeometryParameters?: {
    [parameter: string]: any;
}

Type declaration

  • [parameter: string]: any
Interactor?: string
Layer?: string
Mapping?: Mapping
Material?: string

Fully scoped material category or material name.

Material names need to be prefixed with an @.

I.e. "IGX.Material.TestCategory" or "@IGX.Material.TestMaterial"

Path?: string
Position?: number[]
Product?: string
Rotation?: number[]
Scale?: number[]
Selectable?: Selectable
Visible?: boolean

Generated using TypeDoc