added everything

This commit is contained in:
Metario
2017-04-17 06:17:10 -06:00
commit 9c6ff74f19
6121 changed files with 1625704 additions and 0 deletions

View 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