WebGLSamples / WebGL2Samples

Short and easy to understand samples demonstrating WebGL 2 features
Other
1.01k stars 143 forks source link

instanceRotations is not used... #162

Closed AaronWatters closed 4 years ago

AaronWatters commented 4 years ago

I think you mean to useinstanceRotations here in place of instanceOffsets.

https://github.com/WebGLSamples/WebGL2Samples/blob/master/samples/transform_feedback_instanced.html#L233

shrekshao commented 4 years ago

Thanks for pointing this out. Yes I think this is a typo.

shrekshao commented 4 years ago

Fixed in #163