3ds Max C++ API Reference
Loading...
Searching...
No Matches
Bitmap Proxy Size Factor values

Enumerations

enum  {
  proxySizeFactor_Full =1 , proxySizeFactor_Half =2 , proxySizeFactor_Third =3 , proxySizeFactor_Quarter =4 ,
  proxySizeFactor_Eighth =8
}
 

Detailed Description

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
proxySizeFactor_Full 

Proxy is the full size of the original bitmap.

proxySizeFactor_Half 

Proxy is half size in each dimension from the original bitmap.

proxySizeFactor_Third 

Proxy is one third the size in each dimension from the original bitmap.

proxySizeFactor_Quarter 

Proxy is one quarter the size in each dimension from the original bitmap.

proxySizeFactor_Eighth 

Proxy is one eighth the size in each dimension from the original bitmap.

5694 {
5700 };
@ proxySizeFactor_Third
Proxy is one third the size in each dimension from the original bitmap.
Definition: bitmap.h:5697
@ proxySizeFactor_Quarter
Proxy is one quarter the size in each dimension from the original bitmap.
Definition: bitmap.h:5698
@ proxySizeFactor_Full
Proxy is the full size of the original bitmap.
Definition: bitmap.h:5695
@ proxySizeFactor_Half
Proxy is half size in each dimension from the original bitmap.
Definition: bitmap.h:5696
@ proxySizeFactor_Eighth
Proxy is one eighth the size in each dimension from the original bitmap.
Definition: bitmap.h:5699