source: trunk/packages/vizservers/nanovis/datatype.h @ 2798

Last change on this file since 2798 was 2798, checked in by ldelgass, 13 years ago

Add emacs mode magic line in preparation for indentation cleanup

  • Property svn:eol-style set to native
File size: 177 bytes
Line 
1/* -*- mode: c++; c-basic-offset: 4; indent-tabs-mode: nil -*- */
2#pragma once
3#include <vrmath/vrVector3f.h>
4
5typedef vrVector3f float3;
6
7struct color4 {
8        float r, g, b, a;
9};
Note: See TracBrowser for help on using the repository browser.