RenderToolbox / RenderToolbox3

Matlab toolbox for managing graphics rendering for psychophysics
Other
5 stars 2 forks source link

Generic Parametric Shapes #17

Closed benjamin-heasly closed 7 years ago

benjamin-heasly commented 9 years ago

Issue by benjamin-heasly Friday Oct 18, 2013 at 15:53 GMT Originally opened as https://github.com/DavidBrainard/RenderToolbox3/issues/41


It would be useful to have Generic mappings that can convert arbitrary meshes to parametric forms.

For example, to make a sphere with Blender and Collada, the user must create a mesh with many vertices. This can take a lot of space and processing time. But many renderers define an analytic sphere that can be specified with a few parameters.

We could define Generic Parametric Shape mappings that "bless" a mesh with a parametric form, such as sphere or disk. This would reduce the size of renderer-native scene files. It would allow renderers to produce renderings with less computation and higher accuracy.

Processing these mappings would involve a division of labor between RenderToolbox3 and renderer plugins:

benjamin-heasly commented 7 years ago

Moving this to RenderToolbox4: https://github.com/RenderToolbox/RenderToolbox4/issues/10