#include "IDisplayCallback.h"
#include "MaxContext.h"
#include "RenderItemHandle.h"
#include "RenderNodeHandle.h"
#include "RenderItemHandleArray.h"
#include "BaseMaterialHandle.h"
#include "IObjectDisplay.h"
Classes |
|
class | ChildObjectDisplayCallback |
This is the utility display callback class
for any compound object that would like to customize the display of
its child objects so that each child object could decide on its own
how its child render items would be rendered when IDisplayCallback::DoDisplay()
is invoked.
More... |
|
class | CompoundObjectAddRenderItemsHelper |
This is the utility AddRenderItemsHelper
class for any compound object that would like to customize the
display of its child-objects.
More... |
|
Namespaces |
|
namespace | MaxSDK |
namespace | MaxSDK::Graphics |
Typedefs |
|
typedef
RefPtr < ChildObjectDisplayCallback > |
ChildObjectDisplayCallbackPtr |