-
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
[QUESTION] Why no point size extension? #2437
Comments
Because there were no specific proposals. It's likely that apps that need to better define point rendering use their private extensions or other means to deliver that information. To make it a "proper" KHR extension, many non-obvious issues would need to be addressed. What works for one application may be too much or not enough for others. For example:
|
I could be interrested by making such proposal specifically for points size, but I don't know where to start...
|
Some random suggestions here:
|
|
Having no way of specifying point size is kind of a problem when using GLTF to share datasets.
When we want to use points to render a "surface" or "volumetric" surface there is no way to adjust for point density in order to get consistent rendering.
A good example of the issue I'm facing with point clouds would be the difference you get in term of rendering with this model with high density vs this model with low density.
The text was updated successfully, but these errors were encountered: