25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

aiTextureMapping.cs 596 B

1234567891011121314151617
  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. }