setW method
Sets the w component of the vector at the given index.
Implementation
@override
InterleavedBufferAttribute setW(int index, w) {
data!.array[index * data!.stride + offset + 3] = w;
return this;
}
Sets the w component of the vector at the given index.
@override
InterleavedBufferAttribute setW(int index, w) {
data!.array[index * data!.stride + offset + 3] = w;
return this;
}