class Mittsu::BufferAttribute
- Mittsu::BufferAttribute
- Reference
- Object
Direct Known Subclasses
Defined in:
mittsu/core/buffer_attribute.crConstructors
Instance Method Summary
- #array : Array(Float64)
- #array=(array : Array(Float64))
- #clone
- #copy_at(index1, attribute, index2)
- #item_size : Int32
- #item_size=(item_size : Int32)
- #length
- #needs_update : Bool
- #needs_update=(needs_update : Bool)
- #set(value, offset)
- #set_x(index, x)
- #set_xy(index, x, y)
- #set_xyz(index, x, y, z)
- #set_xyzw(index, x, y, z, w)
- #set_y(index, y)
- #set_z(index, z)