Capítulo 445 de 859

Chapter 445: PackFloatNode

Core Idea

This node represents an operation that packs floating-point values of a vector into an unsigned 32-bit integer

Key Concepts

  • encoding : string: The numeric encoding.
  • isPackFloatNode : boolean (readonly): This flag can be used for type testing.
  • vectorNode : Node: The vector to be packed.

Reference Tables

Constructor

Signature
`new PackFloatNode( encoding : 'snorm'

Properties

PropertyDescription
.encoding : stringThe numeric encoding.
.isPackFloatNode : boolean (readonly)This flag can be used for type testing.
.vectorNode : NodeThe vector to be packed.

Key Takeaways

  1. PackFloatNode extends: EventDispatcher → Node → TempNode
  2. Most relevant properties: encoding, isPackFloatNode, vectorNode.

Connects To