Back to Three Js

UnpackFloatNode

docs/pages/UnpackFloatNode.html

latest717 B
Original Source

Constructor

new UnpackFloatNode( encoding : 'snorm' | 'unorm' | 'float16', uintNode : Node )

| encoding |

The numeric encoding that describes how the integer values are mapped to the float range

| | uintNode |

The uint node to be unpacked

|

Properties

.encoding : string

The numeric encoding.

.isUnpackFloatNode : boolean (readonly)

This flag can be used for type testing.

Default is true.

.uintNode : Node

The unsigned integer to be unpacked.

Source

src/nodes/math/UnpackFloatNode.js