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

Add glTF 2.0 loader #1

Open
9 of 15 tasks
onox opened this issue Aug 1, 2016 · 1 comment
Open
9 of 15 tasks

Add glTF 2.0 loader #1

onox opened this issue Aug 1, 2016 · 1 comment

Comments

@onox
Copy link
Owner

onox commented Aug 1, 2016

Add a loader that can load .gltf files that follow the glTF 2.0 specification. Use json-ada for parsing JSON.

  • Update loader from 1.0.1 to 2.0 specification

Basic structure

  • Scenes
  • Nodes
  • Cameras

3D objects

  • Meshes
  • Textures
  • Images
  • Samplers

Data layout

  • Buffers
    • Inline data as base64 encoded string instead of an URI
    • External .bin files
  • Buffer views
  • Accessors
  • Binary glTF

Rendering

  • Materials
@onox
Copy link
Owner Author

onox commented Aug 24, 2016

Depends on #3.

@onox onox self-assigned this Sep 23, 2016
@onox onox changed the title Add glTF loader Add glTF 2.0 loader Jun 5, 2017
@onox onox removed their assignment Oct 5, 2018
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