#include <maxnet_manager.h>
Public Member Functions |
|
MaxNetworkInterface2 () | |
int | GetMAXVersion () |
void | SetMAXVersion (int version) |
virtual BOOL | GetRendMultiThread () |
virtual BOOL | GetRendSimplifyAreaLights () |
virtual BOOL | GetUseAdvLight () |
virtual BOOL | GetCalcAdvLight () |
Protected Attributes |
|
int | version |
MaxNetworkInterface2 | ( | ) | [inline] |
{ version = 6010; } //version 6.0.1.0
int GetMAXVersion | ( | ) | [inline] |
{return version;}
void SetMAXVersion | ( | int | version | ) | [inline] |
virtual BOOL GetRendMultiThread | ( | ) | [inline, virtual] |
{return FALSE;}
virtual BOOL GetRendSimplifyAreaLights | ( | ) | [inline, virtual] |
{return FALSE;}
virtual BOOL GetUseAdvLight | ( | ) | [inline, virtual] |
{return FALSE;}
virtual BOOL GetCalcAdvLight | ( | ) | [inline, virtual] |
{return FALSE;}
int
version [protected] |