Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7830 in orxonox.OLD for branches/water/src/world_entities


Ignore:
Timestamp:
May 24, 2006, 6:30:08 PM (18 years ago)
Author:
bensch
Message:

shaders testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/water/src/world_entities/skybox.cc

    r7814 r7830  
    2828#include "converter.h"
    2929#include "util/loading/resource_manager.h"
    30 
     30#include "shader.h"
    3131
    3232using namespace std;
     
    5252{
    5353  this->preInit();
     54
     55  Shader test ("/home/grauerb/svn/orxonox/data/shaders/water.vert", "/home/grauerb/svn/orxonox/data/shaders/water.frag");
    5456
    5557  if( root != NULL)
Note: See TracChangeset for help on using the changeset viewer.