Render.ru

VIZ4

#1
Существутет ли в MaxScript поддержка особенностей VIZ4?
Например материала Radiosity Override.
 

Savin Denis

Модератор форума
Команда форума
Рейтинг
138
#2
Advanced_Lighting_Override - superclass: material; super-superclass:MAXWrapper - classID: #(689195325, 1828668151)

NEW in 3ds max 5: This material is used to override the physical properties of the Base material for radisosity calculations.

Notes:

The Advanced_Lighting_Override material found in 3ds max is called Radiosity_Override in Autodesk VIZ, but has the same classID in both applications!

Class instances of this material can also be constructed in both applications using the alias discreetRadiosityMaterial. It is a good idea to use the alias in your scripts to ensure compatibility between 3ds max and Autodesk VIZ.

Checking the class using
classof my_mat == discreetRadiosityMaterial
will return true in both applications.

3ds max Constructors
advanced_lighting_override...
discreetRadiosityMaterial...


Autodesk VIZ Constructors
radiosity_override ...
discreetRadiosityMaterial ...
 
Сверху