Ogre.material
资源名称:3dwind2.0.rar [点击查看]
上传用户:xhbjoy
上传日期:2014-10-07
资源大小:38068k
文件大小:1k
源码类别:
游戏引擎
开发平台:
Visual C++
- material Ogre/Earring
- {
- technique
- {
- pass
- {
- ambient 0.5 0.5 0
- diffuse 1 1 0
- texture_unit
- {
- texture spheremap.png
- colour_op_ex add src_texture src_current
- colour_op_multipass_fallback one one
- env_map spherical
- }
- }
- }
- }
- material Ogre/Skin
- {
- technique
- {
- pass
- {
- ambient 0.7 0.7 0.7
- cull_hardware none
- texture_unit
- {
- texture GreenSkin.jpg
- tex_address_mode mirror
- }
- }
- }
- }
- material Ogre/Tusks
- {
- technique
- {
- pass
- {
- ambient 0.5 0.5 0.4
- diffuse 1 1 0.8
- texture_unit
- {
- texture dirt01.jpg
- colour_op_ex add src_texture src_current
- colour_op_multipass_fallback one one
- }
- }
- }
- }
- material Ogre/Eyes
- {
- technique
- {
- pass
- {
- texture_unit
- {
- texture WeirdEye.png
- }
- }
- }
- }
- material Cursor/default
- {
- technique
- {
- pass
- {
- scene_blend alpha_blend
- texture_unit
- {
- texture cursor.png
- tex_address_mode clamp
- }
- }
- }
- }
- material Core/StatsBlockBorder/Down
- {
- technique
- {
- pass
- {
- lighting off
- scene_blend alpha_blend
- depth_check off
- texture_unit
- {
- texture ogreborder.png
- }
- }
- }
- }
- material Core/StatsBlockBorder/Up
- {
- technique
- {
- pass
- {
- lighting off
- scene_blend alpha_blend
- depth_check off
- texture_unit
- {
- texture ogreborderUp.png
- }
- }
- }
- }