3ds Max C++ API Reference
IMultitile.h File Reference
#include "stdmat.h"

Classes

class  IMultiTile
 

Macros

#define MULTITILEMAP_INTERFACE   Interface_ID(0x1e1d1825, 0x356d0c68)
 
#define GetMultiTileInterface(obj)    ((MultiTileMap::Interface*)obj->GetInterface(MULTITILEMAP_INTERFACE))
 

Enumerations

enum class  TilePatternFormat {
  Invalid = -1 , First = 0 , ZBrush = First , Mudbox ,
  UDIM , Custom , Num , Last = Num
}
 
enum class  ViewportQuality {
  Invalid = -1 , First = 0 , Low = First , Middle ,
  High , Num , Last = Num
}
 

Macro Definition Documentation

◆ MULTITILEMAP_INTERFACE

#define MULTITILEMAP_INTERFACE   Interface_ID(0x1e1d1825, 0x356d0c68)

◆ GetMultiTileInterface

#define GetMultiTileInterface (   obj)     ((MultiTileMap::Interface*)obj->GetInterface(MULTITILEMAP_INTERFACE))

Enumeration Type Documentation

◆ TilePatternFormat

enum TilePatternFormat
strong
Enumerator
Invalid 
First 
ZBrush 
Mudbox 
UDIM 
Custom 
Num 
Last 
21 {
22  Invalid = -1,
23  First = 0,
24  ZBrush = First, // 0-based, file format starts from xxxxU0_V0
25  Mudbox, // 1-based, file format starts from xxxxU1_V1
26  UDIM, // Mari style, format: 1000 + U * 10 + V, V starts from 1, file format starts from xxxx-1001
27  Custom, // No pattern, set image file and UV offset at will
28  Num,
29  Last = Num
30 };
@ Invalid
Definition: MouseCursors.h:394

◆ ViewportQuality

enum ViewportQuality
strong
Enumerator
Invalid 
First 
Low 
Middle 
High 
Num 
Last 
33 {
34  Invalid = -1,
35  First = 0,
36  Low = First,
37  Middle,
38  High,
39  Num,
40  Last = Num
41 };