tana / Mondeto

An open, flexible, and secure online virtual reality system.
MIT License
39 stars 0 forks source link

Model loader #33

Closed tana closed 4 years ago

tana commented 4 years ago

Load 3D model file (e.g. glTF) and place into virtual space.

objects:
  -
    position: !vec [0, 0, 0]
    rotation: !quat [1, 0, 0, 0]
    tag: [model]
    model: !load_file "box.gltf"
tana commented 4 years ago

Implemented in PR #42 (but .glb not .gltf)