PopcornKernel.material 241 B

123456789101112131415161718192021
  1. material PopcornKernelMaterial
  2. {
  3. technique
  4. {
  5. pass
  6. {
  7. ambient 0 0 0 1
  8. specular 0 0 0 1 10
  9. alpha_rejection greater 128
  10. texture_unit
  11. {
  12. texture_alias 0
  13. texture KernelTexture.dds
  14. }
  15. }
  16. }
  17. }
粤ICP备19079148号