Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

16 rader
533 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 aiTextureMapMode {
  9. aiTextureMapMode_Wrap = 0x0,
  10. aiTextureMapMode_Clamp = 0x1,
  11. aiTextureMapMode_Decal = 0x3,
  12. aiTextureMapMode_Mirror = 0x2
  13. }