Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/objecthierarchy2/src/orxonox/tools/CMakeLists.txt @ 2350

Last change on this file since 2350 was 2350, checked in by landauf, 15 years ago
  • Added support for postprocessing shaders (bloom, motion blur, …). Shaders are only visible if Plugin_CgProgramManager is included in bin/Plugins.cfg.
  • Added class GlobalShader which is visible on all clients and can be activated or deactivated by triggers or other events.
  • Added RadialBlur shader to the SpaceShip's engine. The strength of the RadialBlur depends on the SpaceShip's velocity.
  • Property svn:eol-style set to native
File size: 167 bytes
Line 
1SET( SRC_FILES
2  BillboardSet.cc
3  Mesh.cc
4  ParticleInterface.cc
5  Shader.cc
6  TextureGenerator.cc
7  Timer.cc
8  WindowEventListener.cc
9)
10
11ADD_SOURCE_FILES(SRC_FILES)
Note: See TracBrowser for help on using the repository browser.