Closed AaronWatters closed 4 years ago
I think you mean to useinstanceRotations here in place of instanceOffsets.
instanceRotations
instanceOffsets
https://github.com/WebGLSamples/WebGL2Samples/blob/master/samples/transform_feedback_instanced.html#L233
Thanks for pointing this out. Yes I think this is a typo.
Fixed in #163
I think you mean to use
instanceRotations
here in place ofinstanceOffsets
.https://github.com/WebGLSamples/WebGL2Samples/blob/master/samples/transform_feedback_instanced.html#L233