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 = 99,66,66
- Degree50 = 111,111,211
- Degree99 = 99,66,66
- }
- main
- {
- rendu1(35);
- loop()
- {
- rendu2(30);
- };
- }
-