Category Archives

5 Articles

Subdivision Applet Update

First update to my current project. I added some interactivity to my subdivision demo applet. Here’s a clip of me manipulating the vertices of the model, and then performing a couple iterations of subdivision. I’m pleasantly surprised at how powerful this applet is with how few features I’ve coded into it. Subdivision is a really dynamic concept.

Basic Implementation of 3D subdivision

Started a project to play around with the concept of subdivision in 3D space to create complex geometry algorithmically from simple starting points. Created this little applet using Processing 3, the Java based coding environment. It’s based on OpenGL with an large emphasis of visual art contexts. #gottastartsomewhere.