Thickness – Sandwich structure
From bottom to top: 1. model with 2 topologically matching meshes – outer (by extruding inner and deleteing all but the original faces) | inner 2. Sandwich structure rebuilt by…
subdivision strategy test 01
Test on a subdivision strategy on polygon with holes aiming to interpolate the resulting topology between holes as complex 2d shapes starting from edit points and normal on hole curves,…
kdTree sketch
Sketch with 80 points and a sketch with 10 points showing a kdTree with 3 dimensions and a median function as described in wikipedia Numbers indicates the depth of the…
recusive division on a 2d polygon revisited
Reimplementation in C++ without Maya API dependencies
Vector image export test
See image above (require svg enabled browser, thumbnail is rasterised)
OpenGL note: drawing concave polygon
Drawing concave polygons and polygon with holes in OpenGL using GLUtesselator. Basic OpenGL (GL_POLYGON ) only renders convex polygons. reference: http://www.glprogramming.com/red/chapter11.html