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.
 
 
 
 
 
 

18 lines
596 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 aiTextureMapping {
  9. aiTextureMapping_UV = 0x0,
  10. aiTextureMapping_SPHERE = 0x1,
  11. aiTextureMapping_CYLINDER = 0x2,
  12. aiTextureMapping_BOX = 0x3,
  13. aiTextureMapping_PLANE = 0x4,
  14. aiTextureMapping_OTHER = 0x5
  15. }