menu
openworld package
documentation
three_dart/three3d/core/index.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; }
openworld package
documentation
three_dart/three3d/core/index
BufferAttribute<TData extends NativeArray<num>>
setW method
BufferAttribute class