jonathanlurie / svglcore

[WIP] svGL Core, 3D renderer that prints SVG

Home Page:http://me.jonathanlurie.fr/svglcore/examples/mesh_light_phong

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

svGL Core

[WIP] render 3D meshes in SVG (the core of it)

TODO

  • FIX mesh rotation
  • FIX OBJ parser
  • ADD triangle rendering
    • display triangle faces
    • create point light model
    • compute per-face normal (rather than vertex normal + interpolation like in "regular tessalation")
    • find a CSS colors lookup to have actual values of CSS colors
    • write a light color blending model
    • sort faces by distance to camera
    • render

About

[WIP] svGL Core, 3D renderer that prints SVG

http://me.jonathanlurie.fr/svglcore/examples/mesh_light_phong

License:MIT License


Languages

Language:JavaScript 88.0%Language:CSS 12.0%