shaders icon indicating copy to clipboard operation
shaders copied to clipboard

Add example with test models

Open bvssvni opened this issue 10 years ago • 2 comments

This should work as a testbed to toggle between different techniques and measure the performance.

See common 3D test models https://en.wikipedia.org/wiki/List_of_common_3D_test_models

bvssvni avatar Feb 12 '15 22:02 bvssvni

My plan is to use piston-geometry to load the models in a range structure which can be used to look up the slices to use for rendering. I've updated https://github.com/pistondevelopers/geometry with code based on an earlier prototype.

bvssvni avatar Feb 14 '15 17:02 bvssvni

  • [x] Parse exported file from Blender

bvssvni avatar Feb 18 '15 22:02 bvssvni