forked from Revolutionary-Games/Thrive
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Revolutionary-Games#782 from Revolutionary-Games/7…
…62_and_781 762 and 781 and 775
- Loading branch information
Showing
27 changed files
with
928 additions
and
866 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
material oxytoxy_fluid | ||
{ | ||
receive_shadows on | ||
|
||
technique | ||
{ | ||
pass oxytoxy_fluid | ||
{ | ||
//lighting on | ||
scene_blend alpha_blend | ||
depth_write on | ||
|
||
vertex_program_ref Organelle_VS | ||
{ | ||
param_named_auto worldViewProj worldviewproj_matrix | ||
param_named_auto time time_0_2pi 20 | ||
param_named size float 0.05 | ||
param_named maxRot float 15 | ||
} | ||
fragment_program_ref Organelle_PS | ||
{ | ||
param_named tex int 0 | ||
param_named_auto organelleColour custom 1 | ||
} | ||
|
||
texture_unit | ||
{ | ||
texture oxytoxy_fluid.png gamma | ||
alpha_op_ex modulate src_manual src_texture 1.0 | ||
colour_op_ex modulate src_manual src_texture 1.0 1.0 1.0 | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
material oxytoxy_gland | ||
{ | ||
receive_shadows on | ||
|
||
technique | ||
{ | ||
pass oxytoxy_gland | ||
{ | ||
// lighting off | ||
|
||
scene_blend alpha_blend | ||
depth_write off | ||
point_sprites on | ||
|
||
vertex_program_ref Organelle_VS | ||
{ | ||
param_named_auto worldViewProj worldviewproj_matrix | ||
param_named_auto time time_0_2pi 20 | ||
param_named size float 0.05 | ||
param_named maxRot float 15 | ||
} | ||
fragment_program_ref Organelle_PS | ||
{ | ||
param_named tex int 0 | ||
param_named_auto organelleColour custom 1 | ||
} | ||
|
||
texture_unit | ||
{ | ||
texture oxytoxy_gland.png gamma | ||
alpha_op_ex modulate src_manual src_texture .7 | ||
colour_op_ex modulate src_manual src_texture 1.0 1.0 1.0 | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.