3ds Max C++ API Reference
InteractiveRenderingAPI_Subscription.h File Reference

Classes

class  IInteractiveRenderingManager
 IInteractiveRenderingManager class is the entry point of the Interactive Rendering API, you can create or remove a Interactive Rendering Client Interactive rendering API is a middle API that makes the link between the low level NotificationAPI and the customer. More...
 
class  IInteractiveRenderingCallback
 InteractiveRenderingCallback is the the class to derive from to create a callback to receive events from InteractiveRendering. More...
 
class  IInteractiveRenderingClient
 Base class for Interactive Rendering clients. More...
 
class  IImmediateInteractiveRenderingClient
 Immediate client is to get notifications as soon as they happen (by opposite to OnDemand client) More...
 
class  IOnDemandInteractiveRenderingClient
 Is a client where you get the notifications on demand, they are stored until you ask for them. More...
 

Namespaces

 MaxSDK
 
 MaxSDK::NotificationAPI
 

Detailed Description

This file contains The interactive rendering API classes to subscribe to events for interactive rendering.
They are a high level API using the Notification API for Interactive Rendering