added everything
This commit is contained in:
27
lib/maxsdk70/include/mentalray/mentalrayInMax.h
Executable file
27
lib/maxsdk70/include/mentalray/mentalrayInMax.h
Executable file
@@ -0,0 +1,27 @@
|
||||
/*==============================================================================
|
||||
|
||||
file: mentalrayInMax.h
|
||||
|
||||
author: Daniel Levesque
|
||||
|
||||
created: 05May2004
|
||||
|
||||
description:
|
||||
|
||||
General include file for anyone who uses mental ray in Max.
|
||||
|
||||
modified:
|
||||
|
||||
|
||||
<EFBFBD> 2004 Autodesk
|
||||
==============================================================================*/
|
||||
#ifndef _MENTALRAYINMAX_H_
|
||||
#define _MENTALRAYINMAX_H_
|
||||
|
||||
#define MRRENDERER_CLASSID_PARTA 0x58f67d6c
|
||||
#define MRRENDERER_CLASSID_PARTB 0x4fcf3bc3
|
||||
|
||||
// The class ID of the metnal ray renderer
|
||||
#define MRRENDERER_CLASSID Class_ID(MRRENDERER_CLASSID_PARTA, MRRENDERER_CLASSID_PARTB)
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user