Capítulo 505 de 859
This node represents an operation that unpacks values from a 32-bit unsigned integer, reinterpreting the results as a floating-point vector
Constructor
| Signature |
|---|
| `new UnpackFloatNode( encoding : 'snorm' |
Properties
| Property | Description |
|---|---|
.encoding : string | The numeric encoding. |
.isUnpackFloatNode : boolean (readonly) | This flag can be used for type testing. |
.uintNode : Node | The unsigned integer to be unpacked. |