Ignore:
Timestamp:
Apr 21, 2012, 10:18:18 AM (11 years ago)
Author:
sam
Message:

orbital: start implementing the mesh builder features found in the original.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/orbital/orbital.h

    r1235 r1245  
    11#if !defined __ORBITAL_H__
    22#define __ORBITAL_H__
     3
     4#include "mesh.h"
    35
    46class Orbital : public WorldEntity
     
    1315    virtual void TickGame(float deltams);
    1416    virtual void TickDraw(float deltams);
     17
     18private:
     19    Mesh m;
    1520};
    1621
Note: See TracChangeset for help on using the changeset viewer.