I am developing a rotating cube in 3D using stage3D.
I can see the result perfectly in Firefox but in Chrome I cannot se nothing. When I set:
context.enableErrorChecking = true;
I receive this callback from the browser
RangeError: Error #3609: Stream 0 does not have enough vertices
The number of vertices is fine though.
Any suggestion?