home *** CD-ROM | disk | FTP | other *** search
- // defines purple light mini
- ////////////////////////////////////////////////////////////////////////////////////
-
- // start wrapper - prevent multiple inclusions or recursive inclusions
-
- //(this currently causes 'unrecognized preprocessor directive' warnings, until implemented)
- #ifndef INCLUDED_purplelightmini_GSH
- #define INCLUDED_purplelightmini_GSH
-
- ////////////////////////////////////////////////////////////////////////////////////
-
- /*pgenerator Pgn_purplemini
- {
- type corona
- life infinite
- rate 1 // exactly the same as the decay rate hence the effect !
-
- // stream direction
- x 0
- y 0
- z 0
-
- // particle colour
- red 1
- green 0
- blue 1
- alpha 1
- }*/
-
- light Lit_purplemini
- {
- red 0.6
- green 0
- blue 0.6
- specular red 0.6
- specular green 0
- specular blue 0.6
- range 6
- }
-
- role Rol_Purplelightmini : Rol_DefaultGarbage
- {
- //shape Pgn_purplemini
- light Lit_purplemini
- moves on lifts yes
- identifier "purplelightmini"
-
- }
-
- ////////////////////////////////////////////////////////////////////////////////////
-
- // end wrapper - for preventing multiple or recursive inclusions
- #endif // !INCLUDED_purplelightmini_GSH