Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 389 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 389 Bytes

OpenFrameworks code

These are a set of basic classes to use in your openframeworks projects, or to learn from.

==============

CUBE:

The cube class is a basic 8 sided cube the lets you define height, width, depth, and color.

==============

TRIMESH:

The trimesh class is a simple triangle strip based plane. Height, width, rows, columns, and color are all defineable.