Paramdigma / paramdigma.github.io

The place where www.paramdigma.com lives!!
1 stars 0 forks source link

Style for images and 3D (three.js) #6

Open AlanRynne opened 5 years ago

AlanRynne commented 5 years ago

Should we even bother with 2D images?

If so, generate a style for them in Illustrator/Inkscape or find a not manual solution.

3D solution might fix both problems, as Three.js also renders images and vector graphics, this might be a harder but better way to go (plus it will serve as the base for a super cool tutorial)

What do you think @christiandimitri?

AlanRynne commented 5 years ago

This is a reference of the possible appearance in 3D

https://threejs.org/examples/#webgl_materials_variations_toon

christiandimitri commented 5 years ago

Yeah I find this super interesting. Well for 2D I don't find other alternative than implementing the 2D algorithms explained (ex: tree, growth,...) with sliders of the parameters on the webpage.