Skip to content
New issue

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

頂点数の上限が仕様(65535)の半分(32767)でしかない問題の修正 #12

Open
GoogleCodeExporter opened this issue Oct 10, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

うっかりしていたが内部的に頂点のインデックスを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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant