menu
three_dart package
documentation
three3d/core/buffer_attribute.dart
BufferAttribute<TData extends NativeArray<num>>
setW method
setW method
dark_mode
light_mode
setW
method
BufferAttribute
<
NativeArray
<
num
>
>
setW
(
int
index
,
dynamic
w
)
Implementation
BufferAttribute setW(int index, w) { array[index * itemSize + 3] = w; return this; }
three_dart package
documentation
three3d/core/buffer_attribute
BufferAttribute<TData extends NativeArray<num>>
setW method
BufferAttribute class