3ds Max C++ API Reference
RenderGlobalContext.h File Reference
#include "../AColor.h"
#include "../Color.h"
#include "../Matrix3.h"
#include "../BaseInterface.h"
#include "../RenderElements.h"

Classes

class  RenderGlobalContext
 
struct  ISect
 
class  ISectList
 

Macros

#define NO_MOTBLUR   (-1)
 

Functions

CoreExport ISectGetNewISect ()
 
CoreExport void DiscardISect (ISect *is)
 

Macro Definition Documentation

◆ NO_MOTBLUR

#define NO_MOTBLUR   (-1)

Function Documentation

◆ GetNewISect()

CoreExport ISect* GetNewISect ( )
Remarks
This global function is available in release 2.0 and later only.

Returns a pointer to a new ISect structure.

◆ DiscardISect()

CoreExport void DiscardISect ( ISect is)
Remarks
This global function is available in release 2.0 and later only.

Deletes the ISect structure whose pointer is passed.
Parameters:
ISect *is

Points to the ISect structure to free.
Data Members:
ISect *first;

A pointer to the first intersection.