Capítulo 652 de 859

Chapter 652: Float16BufferAttribute

Core Idea

Convenient class that can be used when creating a Float16 buffer attribute with a plain Array instance.

This class automatically converts to and from FP16 via Uint16Array since Float16Array browser support is still problematic.

Reference Tables

Constructor

Signature
`new Float16BufferAttribute( array : Array.<number>

Key Takeaways

  1. Float16BufferAttribute extends: BufferAttribute

Connects To