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

gltf loader #256

Open
cgcostume opened this issue Jul 6, 2020 · 0 comments
Open

gltf loader #256

cgcostume opened this issue Jul 6, 2020 · 0 comments
Labels
enhancement New feature or request haeley-webgl-gltf Move/to be resolved in to haeley-webgl-gltf

Comments

@cgcostume
Copy link
Member

implement, or document / show examples for "raw" access on buffers/data loaded from gltf
I did not check with the current implementation but it should be possible to:

  • for any scene object, access the buffers (WebGL handles/objects)
  • access individual scene objects
  • support use-case of custom rendering of scenes/geometries loaded using gltf loader
  • support, e.g., instanced rendering (load single model, render multiple times...)
  • we could add autom. instanced rendering for geometries that are references multiple times within the scene graph
@cgcostume cgcostume added enhancement New feature or request haeley-webgl-gltf Move/to be resolved in to haeley-webgl-gltf labels Jan 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request haeley-webgl-gltf Move/to be resolved in to haeley-webgl-gltf
Projects
None yet
Development

No branches or pull requests

1 participant