We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
うっかりしていたが内部的に頂点のインデックスをshort型で 保持しているので上限は32767になる。 仕様上の上限は65535なのでushort型で持つ必要がある。 Desktop-M3Gではさらに緩和してint型(2147483647)で実装する予定。 uint型(4294967295)でないのはIndexBufferのコンストラクタの引数�� �int型のため。
Original issue reported on code.google.com by Ueda.A.Takashi@gmail.com on 24 Nov 2011 at 3:03
Ueda.A.Takashi@gmail.com
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Original issue reported on code.google.com by
Ueda.A.Takashi@gmail.com
on 24 Nov 2011 at 3:03The text was updated successfully, but these errors were encountered: