Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
stage3Dを使って3Dで回転する立方体を開発しています。
Firefox では結果を完全に確認できますが、Chrome では何も表示できません。私が設定したとき:
context.enableErrorChecking = true;
ブラウザからこのコールバックを受け取ります
RangeError: Error #3609: Stream 0 does not have enough vertices
ただし、頂点の数は問題ありません。
なにか提案を?