menu
three_dart package
documentation
three3d/core/buffer_attribute.dart
BufferAttribute<TData extends NativeArray<num>>
getW method
getW method
dark_mode
light_mode
getW
method
num
?
getW
(
int
index
)
Implementation
num? getW(int index) { return getAt(index * itemSize + 3); }
three_dart package
documentation
three3d/core/buffer_attribute
BufferAttribute<TData extends NativeArray<num>>
getW method
BufferAttribute class