VRay SDK for C#
Loading...
Searching...
No Matches
VRay.ScannedMaterialInfo Class Reference

Inherits IDisposable.

Classes

class  ScannedMaterialPreset
 A structure containing some parameter values considered optimal for the rendering of the material. For example the ccior, you can add clear coat to any material by the UI, but the car paints should have ior by default, so in this structure we keep the values that must be set when the material is just created. More...
 

Public Member Functions

 ScannedMaterialInfo (string pluginLibPath)
 
void Dispose ()
 
string getInfo (string filename)
 Get information string about the file content. More...
 
ScannedMaterialPreset getPreset (string filename)
 Get preset values of the scanned material. More...
 

Member Function Documentation

◆ getInfo()

string VRay.ScannedMaterialInfo.getInfo ( string  filename)

Get information string about the file content.

Parameters
filenameThe path and the name of the file containing the scanned material data.
Returns
Info about the scanned material or null on failure.

◆ getPreset()

ScannedMaterialPreset VRay.ScannedMaterialInfo.getPreset ( string  filename)

Get preset values of the scanned material.

Parameters
filenameThe path and the name of the file containing the scanned material data.
Returns
The scanned material preset values or null on failure.

The documentation for this class was generated from the following file: