|
Last change
on this file since 1541 was
1541,
checked in by bknecht, 17 years ago
|
|
Some updates on the trigger:
- Reacts on defined sub classes of WorldEntity
- List of other triggers (no check on them, yet)
- tick function for delay triggers (have to add a startCounting() function)
etc.
|
-
Property svn:eol-style set to
native
|
|
File size:
277 bytes
|
| Line | |
|---|
| 1 | # Defines plugins to load |
|---|
| 2 | |
|---|
| 3 | # Define plugin folder |
|---|
| 4 | PluginFolder=/usr/local/lib/OGRE |
|---|
| 5 | |
|---|
| 6 | # Define plugins |
|---|
| 7 | #Plugin=RenderSystem_Direct3D9 |
|---|
| 8 | Plugin=RenderSystem_GL |
|---|
| 9 | Plugin=Plugin_ParticleFX |
|---|
| 10 | Plugin=Plugin_BSPSceneManager |
|---|
| 11 | Plugin=Plugin_OctreeSceneManager |
|---|
| 12 | #Plugin=Plugin_CgProgramManager |
|---|
| 13 | |
|---|
| 14 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.