Skip to content

MaterialRenderer

Adrien GIVRY edited this page Sep 26, 2020 · 3 revisions

Description

A component that handle a material list, necessary for model rendering

Variables

This usertype has no variables

Constructors

Name Input Output Description
new MaterialRenderer Default constructor

Functions

Name Input Output Description
SetMaterial MaterialRenderer: instance
number: index
Material: material
Defines the material to use for the given index
SetUserMatrixElement MaterialRenderer: instance
number: row
number: column
number: value
Defines an element of the user matrix
GetUserMatrixElement MaterialRenderer: instance
number: row
number: column
number Returns an element of the user matrix

Operators

This usertype has no operators

Clone this wiki locally