-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
support for models without indices ? #14
Comments
Patrick initial question was: "Do all COLLADA models have indices or do we need to adjust the statement about |
I mean YES COLLADA models have indices, but we still need to decide if we adjust. |
Although I also have use cases with points, triangle strips, triangle fans, line strips, etc., I am OK with requiring indices until we get significant community feedback otherwise. Here the current language I have in the spec:
|
Since the spec already states that glTF requires indices, can we close this? #60 tracks updates to the converter. |
Indeed, this issue as been around and discussed for a while, we agreed since the beginning on requiring indices. Let's close. |
Here's some community feedback :-) Since release 1.0 is coming closer, I just wanted to ask if it really makes sense to force the "indices" property? It would help to use non-indexed data even for some cases where you render triangles, for example when using flat shading (since the per-face normals require you to duplicate vertices anyway, you'll end up without any re-use of data). |
I agree that indices should not be required. I think we need to tweak the spec a bit, but I haven't looked closely. See #60 (comment) Let's continue the conversation in that issue. |
…ta-v2.1 EXT_feature_metadata: Simplify references to tables, textures, and IDs
Updated to latest version.
We agreed to start conservative by doing so, though we are aware it can be not convenient for points. Keep track of this here for now.
The text was updated successfully, but these errors were encountered: