PistonDevelopers / geometry

A structure for storing and look up 3D geometry
MIT License
6 stars 2 forks source link

Get something basic working #2

Open bvssvni opened 9 years ago

bvssvni commented 9 years ago

See https://github.com/PistonDevelopers/shaders/issues/7

bvssvni commented 9 years ago

Could rewrite the code from the prototype with an upgraded version of wavefront_obj Prototype: https://github.com/bvssvni/ld30/

This might be redesigned later to support more formats/different libraries.

bvssvni commented 9 years ago
bvssvni commented 9 years ago

The index buffer can have multiple parents, and it might be possible to synchronize custom arrays with range buffers.