You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 lines
712 B

  1. /* ----------------------------------------------------------------------------
  2. * This file was automatically generated by SWIG (http://www.swig.org).
  3. * Version 2.0.8
  4. *
  5. * Do not make changes to this file unless you know what you are doing--modify
  6. * the SWIG interface file instead.
  7. * ----------------------------------------------------------------------------- */
  8. public enum aiShadingMode {
  9. aiShadingMode_Flat = 0x1,
  10. aiShadingMode_Gouraud = 0x2,
  11. aiShadingMode_Phong = 0x3,
  12. aiShadingMode_Blinn = 0x4,
  13. aiShadingMode_Toon = 0x5,
  14. aiShadingMode_OrenNayar = 0x6,
  15. aiShadingMode_Minnaert = 0x7,
  16. aiShadingMode_CookTorrance = 0x8,
  17. aiShadingMode_NoShading = 0x9,
  18. aiShadingMode_Fresnel = 0xa
  19. }