Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

23 lignes
756 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 aiComponent {
  9. aiComponent_NORMALS = 0x2,
  10. aiComponent_TANGENTS_AND_BITANGENTS = 0x4,
  11. aiComponent_COLORS = 0x8,
  12. aiComponent_TEXCOORDS = 0x10,
  13. aiComponent_BONEWEIGHTS = 0x20,
  14. aiComponent_ANIMATIONS = 0x40,
  15. aiComponent_TEXTURES = 0x80,
  16. aiComponent_LIGHTS = 0x100,
  17. aiComponent_CAMERAS = 0x200,
  18. aiComponent_MESHES = 0x400,
  19. aiComponent_MATERIALS = 0x800
  20. }