Welcome!
My name is Masado Ishii. I like helping people, thinking about math, and designing computer programs.
Below is a sample of my software projects. Expect it to grow with both fresh work and earlier inspirations.
Projects
Funnel Vision
“FunnelVision” is an OpenGL program and VTK mapper to simulate portal-like visual effects. Video demo of version 0.2. View code and minimal programmer’s documentation on GitHub.
3D Rasterizer
I wrote this program for UO CIS441, Computer Graphics (w/ Prof. Hank Childs). It takes as input a vector of triangles (represented as 3 vertex locations, 3 vertex colors, 3 vertex normals) + camera and lighting parameters, and renders an image. Video demo.
Shrinkwrap Align-to-Normal
This is a patch implementing a requested feature for Blender. Watch a video demo of my code in action. View my patch and the specification on Blender’s developer site.