home *** CD-ROM | disk | FTP | other *** search
- ! effets sur les persos
- TRANSPARENCY::rendu1
- {
- Type = variable
- VariationType=LINEAR
- NbKeys = 2
- Degree00 = 255,255,255
- Degree60 = 33,33,33
- }
- TRANSPARENCY::rendu2
- {
- Type = additive_variable
- VariationType=linear
- NbKeys = 3
- Degree00 = 44,44,44
- Degree30 = 99,99,99
- Degree60 = 45,45,45
- }
- main
- {
- rendu1(30);
- loop()
- {
- rendu2(30);
- };
- }
-