VRay SDK for C#
|
A group of utility methods related to variuos light source plugins. More...
Classes | |
class | LuminaireFieldReadPreviewData |
API for gathering all related data necessary to create a preview of a Luminaire field. Used by ReadLuminaireFieldPreviewData() More... | |
Static Public Member Functions | |
static Proxy.VerticesAndIndices | ReadIESPreviewData (Plugin lightPlugin) |
Builds a 3D representation mesh corresponding to the given IES profile and returns the preview data. More... | |
static Proxy.VerticesAndIndices | ReadIESPreviewData (string filename) |
Builds a 3D representation mesh corresponding to the given IES profile and returns the preview data. More... | |
static LuminaireFieldReadPreviewData | ReadLuminaireFieldPreviewData (Plugin luminairePlugin) |
Returns an object which can be queried for the various data used for a light luminaire field preview. More... | |
static LuminaireFieldReadPreviewData | ReadLuminaireFieldPreviewData (string filename) |
Returns an object which can be queried for the various data used for a light luminaire field preview. More... | |
A group of utility methods related to variuos light source plugins.
|
static |
Builds a 3D representation mesh corresponding to the given IES profile and returns the preview data.
lightPlugin | A LightIES plugin instance. |
|
static |
Builds a 3D representation mesh corresponding to the given IES profile and returns the preview data.
filename | IES file name (.ies) |
|
static |
Returns an object which can be queried for the various data used for a light luminaire field preview.
luminairePlugin | A LightLuminaire plugin instance. |
|
static |
Returns an object which can be queried for the various data used for a light luminaire field preview.
filename | A Luminaire cache file name (.vlw|.vlg|.vlsh). |