source: branches/blt4/packages/vizservers/nanovis/datatype.h @ 2742

Last change on this file since 2742 was 2120, checked in by gah, 13 years ago
File size: 111 bytes
Line 
1#pragma once
2#include <vrmath/vrVector3f.h>
3
4typedef vrVector3f float3;
5
6struct color4 {
7        float r, g, b, a;
8};
Note: See TracBrowser for help on using the repository browser.