top of page
My technical experience.
CODE SPACE















float h(vec2 p ){p *= 0.5;p.x = abs(p.x);p.y = -0.15 -p.y*1.2 + p.x*(1.0-p.x);return length(p) - 0.5;}

SKRenderer
A 3D rendering software based on OpenGL / C++.
bottom of page
My technical experience.
float h(vec2 p ){p *= 0.5;p.x = abs(p.x);p.y = -0.15 -p.y*1.2 + p.x*(1.0-p.x);return length(p) - 0.5;}
A 3D rendering software based on OpenGL / C++.