3ds Max C++ API Reference
DADBitmapCarrier.h File Reference
#include "../ref.h"
#include "../plugapi.h"

Classes

class  DADBitmapCarrier
 

Functions

CoreExport DADBitmapCarrierGetDADBitmapCarrier ()
 

Function Documentation

◆ GetDADBitmapCarrier()

CoreExport DADBitmapCarrier* GetDADBitmapCarrier ( )
Remarks
This global function returns a pointer to the BitmapCarrier. Note that there is only two of these: one for the source, and one for the destination. Developers should not delete these. Sample code using this class is available in /MAXSDK/SAMPLES/MATERIALS/BMTEX.CPP.