Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8319 in orxonox.OLD


Ignore:
Timestamp:
Jun 11, 2006, 6:32:01 PM (18 years ago)
Author:
ponder
Message:

I know this is a big commit. I'm sorry about that. Anyway…

  • Added the Terrain / TerrainQuad TerrainPage and Frustum classes to the project. The rendering frustum culling is working.
  • The types.h is here only temporary. It should be removed afterwards.
Location:
branches/terrain/src/lib/graphics/importer
Files:
10 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/terrain/src/lib/graphics/importer/Makefile.am

    r8186 r8319  
    2121                           bsp_file.cc \
    2222                           bsp_tree_node.cc \
    23                            bsp_tree_leaf.cc
    24 
    25 
     23                           bsp_tree_leaf.cc \
     24                           terrain/terrain.cc \
     25                           terrain/terrain_quad.cc \
     26                           terrain/terrain_page.cc \
     27                           terrain/frustum.cc
    2628
    2729libtc_a_SOURCES  = tc.cc
     
    4951                bsp_file.h \
    5052                bsp_tree_node.h \
    51                 bsp_tree_leaf.h
     53                bsp_tree_leaf.h \
     54                terrain/terrain.h \
     55                terrain/terrain_page.h \
     56                terrain/terrain_quad.h \
     57                terrain/frustum.h \
     58                terrain/types.h
Note: See TracChangeset for help on using the changeset viewer.