Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

18 wiersze
575 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 aiTextureOp {
  9. aiTextureOp_Multiply = 0x0,
  10. aiTextureOp_Add = 0x1,
  11. aiTextureOp_Subtract = 0x2,
  12. aiTextureOp_Divide = 0x3,
  13. aiTextureOp_SmoothAdd = 0x4,
  14. aiTextureOp_SignedAdd = 0x5
  15. }