mattatz / processing-verttexgen

Vertex Texture Generator for Processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

processing-verttexgen

Vertex Texture Generator for Processing.

This program converts a given .obj file to a texture. A generated texture pixels(r, g, b) hold vertex positions(x, y, z). Certainly, each pixels are normalized and a (x, y, z) bounding box ratio is kept.

input output

About

Vertex Texture Generator for Processing

License:MIT License


Languages

Language:Processing 100.0%