Back to Three Js

UniformGroupNode

docs/pages/UniformGroupNode.html

latest991 B
Original Source

Constructor

new UniformGroupNode( name : string, shared : boolean, order : number )

Constructs a new uniform group node.

| name |

The name of the uniform group node.

| | shared |

Whether this uniform group node is shared or not.

Default is false.

| | order |

Influences the internal sorting.

Default is 1.

|

Properties

.isUniformGroup : boolean (readonly)

This flag can be used for type testing.

Default is true.

.name : string

The name of the uniform group node.

Overrides: Node#name

.order : number

Influences the internal sorting. TODO: Add details when this property should be changed.

Default is 1.

.shared : boolean

Whether this uniform group node is shared or not.

Default is false.

Source

src/nodes/core/UniformGroupNode.js