CVRay::AColor | RGBA color, float32 |
CVRay::AnimatedTransform | Used in Proxy::createMeshFile() and Proxy::createCombinedMeshFile() |
CVRay::AutoExposureResult | Contains the auto-exposure and auto-white balance values computed during the last light cache calculation |
CVRay::BinUserAttributesWriter | Attributes storage format: [attrName\0|type{uint8}|value{some_bytes}][...][...]\0 |
►CVRay::BitmapFileHeader | Equivalent to the Windows API BITMAPFILEHEADER struct |
►CVRay::BmpHeader | Wrapper around BMP metainfo with pixel accessor method |
CVRay::Bmp | The raw memory contents of a BMP image |
►CVRay::BitmapInfoHeader | Equivalent to the Windows API BITMAPINFOHEADER struct |
CVRay::BmpHeader | Wrapper around BMP metainfo with pixel accessor method |
CVRay::Box | Axis-aligned bounding box |
CVRay::CheckDRHostResult | |
CVRay::Color | RGB color, float32 |
►CVRay::CompressImage | Base class for LocalJpeg, LocalPng, LocalBmp. Can't be instantiated |
CVRay::LocalBmp | |
CVRay::LocalJpeg | A wrapper around JPEG data in memory. It's meant to be stack allocated to free the data when done |
CVRay::LocalPng | |
CVRay::ComputeDeviceInfo | Used for GPU device selection by VRayRenderer::getComputeDevicesCurrentEngine() & co |
CVRay::InteractiveStatistics::ComputeDeviceMemoryType | |
CVRay::InteractiveStatistics::ComputeDeviceStatistics | Current rendering progress |
CVRay::EnableDRClientParams | The necessary parameters passed to the VRayRenderer::enableDRClient interface |
CVRay::UIGuides::EnumItem | Structure representing an enumerated item with a value and a name |
CVRay::Error | |
CVRay::ExternalString | |
CVRay::Internal::FileSaveWriteHelper | |
CVRay::GaussianReadData | |
CVRay::GeomUtils | A group of utility methods related to variuos geometry source plugins |
CVRay::RenderElement::GetDataOptions | Controls what the buffer returned by getData() contains |
CVRay::GetImageOptions | Used by VRayRenderer::getImage() and RenderElement::getImage() |
CVRay::ImageRegion | A rectangle defined by top-left and bottom-right frame coordinates |
CVRay::ImageWriterOptions::ImageWriterFlags | |
CVRay::ImageWriterOptions | Options passed to VRayRenderer::saveImage |
CVRay::RenderElement::Info | This structure is used to return information about a particular channel in the VFB |
CVRay::InstancerParamFlags | Additional parameter flags for Instancer and Instancer2 plugins |
CVRay::InteractiveStatistics | Returned by VRayRenderer::getInteractiveStatistics when rendering in interactive mode |
CVRay::VRayRenderer::VFB::Layer | This class encapsulates all VFB per-layer related methods |
CVRay::VRayRenderer::VFB::LayerManager | |
CVRay::LicenseServerSettings | Parameters for setLicenseServer(). Only serverName is obligatory |
CVRay::LightMixChange | |
CVRay::LightUtils | A group of utility methods related to variuos light source plugins |
CVRay::LiveLinkClientParameters | |
CVRay::LocalVRayImage | A variation of VRayImage to be created on the stack so that the image gets auto-deleted |
CVRay::LuminaireFieldReadPreviewData | |
CVRay::Matrix | 3x3 column-major matrix, float32 |
►CVRay::MemoryBuffer | Wrapper around a piece of heap memory. Takes care of calling the proper deallocating function |
CVRay::Bmp | The raw memory contents of a BMP image |
CVRay::Jpeg | The raw memory contents of a JPEG image |
CVRay::Png | The raw memory contents of a PNG image |
CVRay::VFBState | The raw memory contents of a serialized VFB state |
CVRay::MeshFileData | A container for the data necessary to a export vrmesh with geometry, hair or particles. Used by VRay::Proxy::createMeshFile() |
CVRay::ScenePreview::Object | |
CVRay::ObjectInfo | The info contained in geometry, hair or particle objects |
CVRay::OCIO::OCIOConfigurationData | Helper structure storing the relevant configuration entries as they were read from the configuration file |
CVRay::OSLInputParameter | |
CVRay::OSLParameters | |
CVRay::ParserError | Returned by VRayRenderer::getLastParserError. Use to diagnose problems when loading vrscene files |
CVRay::ScenePreview::Particle | |
CVRay::PickedPluginInfo | See VRayRenderer::pickPlugins |
►CVRay::Plugin | |
CVRay::PluginRefT< Plugin > | |
CVRay::Plugins::BRDFAlHair | A V-Ray plug-in implementation of the alHair shader by Anders Langlands [gpuSupport=(none)] |
CVRay::Plugins::BRDFAlSurface | V-Ray port of the alSurface shader (Anders Langlands). This is a multi-purpose uber shader for VFX. [gpuSupport=(partial)] |
CVRay::Plugins::BRDFBlinn | BRDF with the popular general use Blinn reflection model. Consider using BRDFVRayMtl with type Blinn instead. [gpuSupport=(partial)] |
CVRay::Plugins::BRDFBump | Wrapper for other BRDF plugins that adds bump/normal mapping [gpuSupport=(partial)] |
CVRay::Plugins::BRDFCSV | Experimental BRDF using csv files from a material scanner [gpuSupport=(none)] |
CVRay::Plugins::BRDFCarPaint | V-Ray car paint BRDF with base layer, coating and flakes [gpuSupport=(partial)] |
CVRay::Plugins::BRDFCarPaint2 | V-Ray car paint BRDF with base layer, coating and flakes [gpuSupport=(partial)] |
CVRay::Plugins::BRDFCookTorrance | BRDF using the Cook-Torrance microfacet model. [gpuSupport=(partial)] |
CVRay::Plugins::BRDFDiffuse | Simple fully diffuse BRDF (lambertian). Use BRDFVRayMtl instead of BRDFDiffuse+BRDFLayered for layering, if possible [gpuSupport=(partial)] |
CVRay::Plugins::BRDFDiffuse_forSSS | This plugin should be used instead of BRDFDiffuse if the VolumeScatterFog is used for the SSS effect [gpuSupport=(none)] |
CVRay::Plugins::BRDFFiltering | Normal map filtering techniques [gpuSupport=(none)] |
CVRay::Plugins::BRDFFlakes | This BRDF provides only the flakes part of BRDFCarPaint. The result is random glitters. [gpuSupport=(partial)] |
CVRay::Plugins::BRDFFlakes2 | This BRDF provides only the flakes part of BRDFCarPaint2. The result is random glitters. [gpuSupport=(partial)] |
CVRay::Plugins::BRDFGGX | BRDF using the modern GGX microfacet model. Well suited for metals, but also any other surface type. Consider using BRDFVRayMtl with type GGX instead. [gpuSupport=(partial)] |
CVRay::Plugins::BRDFGlass | Simple refractive BRDF. Consider using BRDFVRayMtl instead. [gpuSupport=(partial)] |
CVRay::Plugins::BRDFGlassGlossy | Glossy (blurred) refractive BRDF. Consider using BRDFVRayMtl instead. [gpuSupport=(partial)] |
CVRay::Plugins::BRDFHOPS | Experimental BRDF using csv files from a material scanner. Extends BRDFCSV with coating and flakes. [gpuSupport=(none)] |
CVRay::Plugins::BRDFHair | Deprecated. Legacy hair shader. Use BRDFHair3 or even better BRDFHair4 instead. [gpuSupport=(none)] |
CVRay::Plugins::BRDFHair2 | Deprecated. Legacy hair shader. Use BRDFHair3 or even better BRDFHair4 instead. [gpuSupport=(none)] |
CVRay::Plugins::BRDFHair3 | Hair shader based on the Disney paper "An Artist Friendly Hair Shading System" [gpuSupport=(partial)] |
CVRay::Plugins::BRDFHair4 | Artist friendly hair shader based on the Disney paper "A Practical and Controllable Hair and Fur Model for Production Path Tracing" [gpuSupport=(partial)] |
CVRay::Plugins::BRDFLayered | Wrapper for layering other BRDFs with weights. Use BRDFVRayMtl instead if you have up to one each of: diffuse, reflective and refractive BRDF. [gpuSupport=(partial)] |
CVRay::Plugins::BRDFLight | Self-illuminating BRDF. The exact color value goes into the image (no 'shading'). Do not use instead of proper light sources. [gpuSupport=(partial)] |
CVRay::Plugins::BRDFMirror | Simple specular reflection BRDF [gpuSupport=(partial)] |
CVRay::Plugins::BRDFModoUnity | Compatibility BRDF for materials imported from Unity [gpuSupport=(full)] |
CVRay::Plugins::BRDFModoUnreal | Compatibility BRDF for materials imported from Unreal [gpuSupport=(full)] |
CVRay::Plugins::BRDFMultiBump | Wrapper for other BRDF plugins that adds multiple bump/normal maps [gpuSupport=(none)] |
CVRay::Plugins::BRDFPhong | BRDF with the popular but simplistic Phong reflection model. Consider using BRDFVRayMtl with type Phong instead. [gpuSupport=(partial)] |
CVRay::Plugins::BRDFSSS | Deprecated. Legacy subsurface scattering shader. Use BRDFSSS2/Complex or BRDFSkinComplex instead. [gpuSupport=(none)] |
CVRay::Plugins::BRDFSSS2 | BSDF with only the subsuface scattering layer of the BRDFSSS2Complex shader [gpuSupport=(partial)] |
CVRay::Plugins::BRDFSSS2Complex | A layered BSDF with subsuface scattering, diffuse, reflective and transparency components [gpuSupport=(partial)] |
CVRay::Plugins::BRDFSampled | Experimental measured BRDF plugin [gpuSupport=(none)] |
CVRay::Plugins::BRDFScanned | Scanned material BRDF plugin for VRay |
CVRay::Plugins::BRDFScatterVolume | Sub-surface scattering based on random walk SSS [gpuSupport=(none)] |
CVRay::Plugins::BRDFSkinComplex | Subsurface scattering BSDF with three depth layers designed for skin shading [gpuSupport=(none)] |
CVRay::Plugins::BRDFStochasticFlakes | This BRDF provides highly efficient and controllable flakes/glitters for materials like snow, metallic paints etc. [gpuSupport=(partial)] |
CVRay::Plugins::BRDFThunderLoom | Cloth and fabric BRDF |
CVRay::Plugins::BRDFToonMtl | BRDF for cartoon style (a.k.a. Cel) shading with flat color and sudden transitions [gpuSupport=(none)] |
CVRay::Plugins::BRDFToonOverride | Wrapper for other BRDF plugins that adds override for VolumeVRayToon |
CVRay::Plugins::BRDFVRayMtl | General purpose energy preserving BRDF with one diffuse, reflective and refractive layer. Recommended unless you have specific needs it doesn't cover. [gpuSupport=(partial)] |
CVRay::Plugins::BRDFWard | BRDF using the Ward model for highly diffuse surfaces. Consider using BRDFVRayMtl with type Ward instead. [gpuSupport=(partial)] |
CVRay::Plugins::BSDFPluginCategory | Plugin for the BSDFPluginCategory category |
CVRay::Plugins::BSDFPointParticle | BRDF used to shade point particles [gpuSupport=(none)] |
CVRay::Plugins::BakeView | This plugin is used instead of RenderView when baking textures [gpuSupport=(partial)] |
CVRay::Plugins::BitmapBuffer | Provides bitmap data from a file to be used by a texture plugin (TexBitmap) [gpuSupport=(full)] |
CVRay::Plugins::BitmapPluginCategory | Plugin for the BitmapPluginCategory category |
CVRay::Plugins::CameraDefault | Default camera object. Used to replace a Camera{*} instance in interactive mode. [gpuSupport=(full)] |
CVRay::Plugins::CameraDome | Defines a dome camera when present in the scene [gpuSupport=(full)] |
CVRay::Plugins::CameraFilmTransform | Applies a transformation to the camera film when present in the scene |
CVRay::Plugins::CameraLensSystem | Camera based on a system of lenses |
CVRay::Plugins::CameraPhysical | Defines a physical camera when present in the scene. Affects DoF, exposure, motion blur etc. [gpuSupport=(partial)] |
CVRay::Plugins::ColorCorrect | Applies color corrections to a base texture. http://www.cuneytozdas.com/software/3dsmax/ColorCorrect/help/reference.htm [gpuSupport=(none)] |
CVRay::Plugins::ColorCorrection | Applies color corrections to a base texture [gpuSupport=(full)] |
CVRay::Plugins::ColorMapperTest | |
CVRay::Plugins::ColorTextureToMono | Converts input color texture to its intensity as floating point output [gpuSupport=(none)] |
CVRay::Plugins::CustomGlsl | |
CVRay::Plugins::EnvFogMeshGizmo | Defines the limits of a volume that will be filled with fog by linking a geometry source plugin [gpuSupport=(partial)] |
CVRay::Plugins::EnvironmentFog | Renders volumetric fog. Optionally enclosed within the space defined by EnvFogMeshGizmo instances. [gpuSupport=(partial)] |
CVRay::Plugins::ExtChannel | A plugin which represents single channel data and metadata. [gpuSupport=(full)] |
CVRay::Plugins::ExtMapChannels | A plugin with mapping channels overrides. [gpuSupport=(full)] |
CVRay::Plugins::FilterArea | AA filter with equal weight within a circle [gpuSupport=(full)] |
CVRay::Plugins::FilterBox | AA filter with equal weight within a square [gpuSupport=(full)] |
CVRay::Plugins::FilterCatmullRom | Catmull-Rom cubic spline AA filter [gpuSupport=(none)] |
CVRay::Plugins::FilterCookVariable | Cook exponential AA filter [gpuSupport=(none)] |
CVRay::Plugins::FilterGaussian | Gaussian function AA filter [gpuSupport=(full)] |
CVRay::Plugins::FilterLanczos | Lanczos AA filter (windowed sinc function) [gpuSupport=(full)] |
CVRay::Plugins::FilterMitNet | Mitchell-Netravali cubic spline AA filter [gpuSupport=(none)] |
CVRay::Plugins::FilterPoint | Zero radius AA filter [gpuSupport=(full)] |
CVRay::Plugins::FilterSinc | Sinc function AA filter [gpuSupport=(none)] |
CVRay::Plugins::FilterTriangle | AA filter with weight linearly falling off from the center [gpuSupport=(none)] |
CVRay::Plugins::Float3ToAColor | Converts separate float inputs for the 4 RGBA channels into one color texture output [gpuSupport=(partial)] |
CVRay::Plugins::FloatToTex | Converts a single scalar or scalar output parameter to a scalar texture. For passing to parameters that won't work otherwise, such as inside some lists. [gpuSupport=(full)] |
CVRay::Plugins::GeomBifrost | Bifrost geometry source plugin for V-Ray for Maya |
CVRay::Plugins::GeomBox | Geometry source plugin for a simple box. It is able to handle a camera inside it. [gpuSupport=(none)] |
CVRay::Plugins::GeomDisplacedMesh | Wrapper for another geometry source plugin. Adds displacement. [gpuSupport=(partial)] |
CVRay::Plugins::GeomEnmesh | Places a copy of a reference geometry on a source geometry based on placement parameters. [gpuSupport=(none)] |
CVRay::Plugins::GeomGaussians | Geometry source plugin for raytracing a cloud of 3D Gaussians. [gpuSupport=(none)] |
CVRay::Plugins::GeomHair | Geometry source plugin. Generates hair/fur or similar strand geometry over a base triangle mesh [gpuSupport=(partial)] |
CVRay::Plugins::GeomImagePlane | Geometry source plugin. Defines a plane that is to be used with a background image at a finite position instead of the normal background infinitely away. [gpuSupport=(none)] |
CVRay::Plugins::GeomInstancer | Geometry instancing plugin. Replaces its source geometry with a box in the main tree and intersects in its own tree. Used for example for optimizing view-independent displacement [gpuSupport=(full)] |
CVRay::Plugins::GeomLocalRayserver | Geometry instancing plugin. Replaces its source geometry with a box in the main tree and intersects in its own tree. Used for example for optimizing view-independent displacement [gpuSupport=(none)] |
CVRay::Plugins::GeomMayaHair | Geometry source plugin. Defines explicit hair or similar strand geometry [gpuSupport=(partial)] |
CVRay::Plugins::GeomMeshFile | Geometry source plugin. Dynamically loads/unloads geometry voxels from a proxy file. [gpuSupport=(partial)] |
CVRay::Plugins::GeomMeshLoader | |
CVRay::Plugins::GeomMeshLoader1 | |
CVRay::Plugins::GeomMeshTest | |
CVRay::Plugins::GeomMetaballSystem | Metaball geometry source [gpuSupport=(none)] |
CVRay::Plugins::GeomParticleSystem | Geometry source plugin. Defines a particle system. Particles are spheres or using another geometry source. [gpuSupport=(partial)] |
CVRay::Plugins::GeomPartio | Partio geometry source plugin for V-Ray for Maya [gpuSupport=(partial)] |
CVRay::Plugins::GeomPerfectSphere | Geometry source plugin for a simple sphere. [gpuSupport=(none)] |
CVRay::Plugins::GeomPlane | Geometry source plugin. Defines an infinite plane. [gpuSupport=(full)] |
CVRay::Plugins::GeomRayserverInstancer | Geometry instancing plugin. Replaces its source geometry with a box in the main tree and intersects in its own tree. Used for example for optimizing view-independent displacement [gpuSupport=(none)] |
CVRay::Plugins::GeomScatter | Chaos Scatter instancing plugin [gpuSupport=(full)] |
CVRay::Plugins::GeomScatterSpline | Chaos Scatter spline input plugin [gpuSupport=(full)] |
CVRay::Plugins::GeomStaticMesh | Geometry source plugin. Defines mesh data (including UV coordinates and per-face material IDs). Supports motion blur and dynamic loading. [gpuSupport=(full)] |
CVRay::Plugins::GeomStaticNURBS | Geometry source plugin. Defines a smooth NURBS surface. [gpuSupport=(none)] |
CVRay::Plugins::GeomStaticSmoothedMesh | Wrapper for another geometry source plugin. Adds face smoothing (subdivision). Can also directly add displacement instead of chaining with GeomStaticDisplacedMesh [gpuSupport=(full)] |
CVRay::Plugins::GeometryPluginCategory | Plugin for the GeometryPluginCategory category |
CVRay::Plugins::GeometrySourcePluginCategory | Plugin for the GeometrySourcePluginCategory category |
CVRay::Plugins::InfoRenderEngine | Provide render engine type as a plugin in the vrscene |
CVRay::Plugins::Instancer | Top-level geometry plugin. Efficiently instances objects in the scene. Often used for particles and vegetation. [gpuSupport=(partial)] |
CVRay::Plugins::Instancer2 | Geometry source plugin that feeds a top-level plugin such as Node. Efficiently instances objects in the scene. Often used for particles and vegetation. [gpuSupport=(partial)] |
CVRay::Plugins::LightAmbient | Ambient light source (GL-style fake GI) [gpuSupport=(none)] |
CVRay::Plugins::LightAmbientMax | V-Ray implementation of the ambient light in 3dsMax [gpuSupport=(none)] |
CVRay::Plugins::LightDirect | Infinite directional (parallel) light source [gpuSupport=(partial)] |
CVRay::Plugins::LightDirectMax | V-Ray implementation of the directional light in 3dsMax [gpuSupport=(partial)] |
CVRay::Plugins::LightDirectModo | Infinite directional (parallel) light source. Similar to LightDirect, but treats soft shadows differently. [gpuSupport=(partial)] |
CVRay::Plugins::LightDome | Dome light source for image based lighting. Intersected infinitely away from the scene (when a ray doesn't hit anything) [gpuSupport=(partial)] |
CVRay::Plugins::LightIES | Light source using .ies file definitions of real fixtures [gpuSupport=(partial)] |
CVRay::Plugins::LightIESMax | |
CVRay::Plugins::LightInstancer | Light instancing plugin. [gpuSupport=(full)] |
CVRay::Plugins::LightLuminaire | A light source representing the pre-computed radiance of a luminaire. [gpuSupport=(none)] |
CVRay::Plugins::LightMesh | Area light source based on a custom geometry source [gpuSupport=(partial)] |
CVRay::Plugins::LightOmni | Omnidirectional point light source [gpuSupport=(partial)] |
CVRay::Plugins::LightOmniMax | V-Ray implementation of the omnidirectional light in 3dsMax [gpuSupport=(partial)] |
CVRay::Plugins::LightPluginCategory | Plugin for the LightPluginCategory category |
CVRay::Plugins::LightRectangle | Rectangular or disc shaped area light source [gpuSupport=(partial)] |
CVRay::Plugins::LightSphere | Spherical area light source [gpuSupport=(partial)] |
CVRay::Plugins::LightSpot | Spot light source without area (directed point light) [gpuSupport=(partial)] |
CVRay::Plugins::LightSpotMax | V-Ray implementation of the spot light in 3dsMax [gpuSupport=(partial)] |
CVRay::Plugins::LuminaireBaker | Baking the emission of complex luminaires into a field representation [gpuSupport=(none)] |
CVRay::Plugins::MaterialOverrider | Replaces materials for specific nodes, similar to how SettingsLightLinker overrides which lights are used [gpuSupport=(partial)] |
CVRay::Plugins::MaterialPluginCategory | Plugin for the MaterialPluginCategory category |
CVRay::Plugins::MayaGamma | Applies gamma to the input texture. Gamma is textured unlike TexMaxGamma. Doable with TexAColorOp::power. [gpuSupport=(full)] |
CVRay::Plugins::MayaLightDirect | Infinite directional (parallel) light source. Similar to LightDirect but defines shadow radius in degrees instead of distance units.gpuSupport=(partial) |
CVRay::Plugins::MayaMtlMatte | Maya matte material. Controls how the alpha channel is affected. [gpuSupport=(none)] |
CVRay::Plugins::MayaMultiplyDivide | Provides multiplication/division of two input textures. Subset of TexAColorOp. [gpuSupport=(full)] |
CVRay::Plugins::MayaProjectionTex | |
CVRay::Plugins::MeshGeometryTrim | A plugin with per-face visibility list. [gpuSupport=(full)] |
CVRay::Plugins::Mtl2Sided | Two-sided material that can use different base materials for the front and back side of triangles. Use specifically for translucent objects like leaves and curtains. [gpuSupport=(partial)] |
CVRay::Plugins::MtlDoubleSided | Deprecated. Use MtlSingleBRDF and its double_sided parameter. [gpuSupport=(none)] |
CVRay::Plugins::MtlGLSL | Renders using a material description from a GLSL shader definition file [gpuSupport=(none)] |
CVRay::Plugins::MtlMDL | Renders using an nVidia MDL material description file [gpuSupport=(full)] |
CVRay::Plugins::MtlMaterialID | Extends a base material with an ID that can be used by matte render channels [gpuSupport=(partial)] |
CVRay::Plugins::MtlMayaRamp | Material plugin with parameters similar to using multiple TexRamp inputs. For use in V-Ray for Maya. [gpuSupport=(none)] |
CVRay::Plugins::MtlMulti | Contains a list of materials. Every triangle of a mesh defines which material it will use by ID (GeomStaticMesh.face_mtlIDs). [gpuSupport=(partial)] |
CVRay::Plugins::MtlOSL | Renders using a material description from an .osl/.oso shader definition file [gpuSupport=(none)] |
CVRay::Plugins::MtlObjBBox | This wrapper material provides object bounding box information for UVWGenObjectBBox [gpuSupport=(none)] |
CVRay::Plugins::MtlOverride | Wraps the default object material and adds override materials for GI, reflections, refractions, shadows. [gpuSupport=(partial)] |
CVRay::Plugins::MtlRenderStats | Wrapper for another material. Controls whether the object is visible to different types of rays. [gpuSupport=(partial)] |
CVRay::Plugins::MtlRoundEdges | Wraps a base material and adds rounding of the object's edges [gpuSupport=(partial)] |
CVRay::Plugins::MtlSelectRE | Material that writes the alpha result of its sub-material to a list of alpha render elements. [gpuSupport=(none)] |
CVRay::Plugins::MtlSingleBRDF | Material plugin for common use - links a single BRDF plugin (like BRDFVRayMtl). Adds option for how to shade the back side. [gpuSupport=(partial)] |
CVRay::Plugins::MtlStreakFade | Implements the tail fade for streak particles in Maya. This works only as the top-most material. [gpuSupport=(none)] |
CVRay::Plugins::MtlUVWScaler | Wraps a material and modifies the UVW coordinates of the textures inside it [gpuSupport=(none)] |
CVRay::Plugins::MtlUVWSelect | Wraps a material and changes its UVW coordinates, given it uses UVWGenSelect in texture nodes [gpuSupport=(full)] |
CVRay::Plugins::MtlVRmat | Renders using a material description from a .vrmat (XML) or .vrscene file where V-Ray plugins are described [gpuSupport=(full)] |
CVRay::Plugins::MtlWrapper | Wraps another Mtl plugin. Adds matte properties; reflection, GI and caustics overrides; which channels to affect etc. [gpuSupport=(partial)] |
CVRay::Plugins::MtlWrapperMaya | Same as MtlWrapper but renders black for reflection and refraction rays [gpuSupport=(partial)] |
CVRay::Plugins::NURBSCurve | Geometry source plugin. Defines a smooth NURBS curve. [gpuSupport=(none)] |
CVRay::Plugins::Node | Top-level geometry plugin. Places a geometric object in the scene and associates it with a material |
CVRay::Plugins::OutputDeepWriter | Settings for outputting deep image [gpuSupport=(none)] |
CVRay::Plugins::OutputTest | |
CVRay::Plugins::ParticleTex | 3d texture created from a list of particle systems [gpuSupport=(bake)] |
CVRay::Plugins::PhxShaderCache | This plugin represents a single cache file from which the rendering data is loaded. The cache files can be in the Phoenix aur format, or in the OpenVDB or Field3D formats. [gpuSupport=(partial)] |
CVRay::Plugins::PhxShaderFoam | Phoenix's Particle Shader plugin. Can be used to render particles in different modes such as points, bubbles or volumetric fog. [gpuSupport=(partial)] |
CVRay::Plugins::PhxShaderFoamTex | The foam texture, used by Phoenix to generate foam over the specified ocean texture. [gpuSupport=(none)] |
CVRay::Plugins::PhxShaderOceanTex | The Ocean displacement texture, used by Phoenix to render its infinite ocean surface.gpuSupport=(full) |
CVRay::Plugins::PhxShaderPGroup | A Particle System simulated by Phoenix. Since one simulator can output many particle systems, these plugins are used to allow selecting just one of them into a Particle Shader or other object. [gpuSupport=(full)] |
CVRay::Plugins::PhxShaderParticleTex | The Phoenix Particle Texture that converts a particle system into a 3D texture map which denoted the particle positions either by attaching a piece of a texture to the particle position in a certain radius, or as a gray-scale map where the particle positions are bright and the rest or the space is black. [gpuSupport=(none)] |
CVRay::Plugins::PhxShaderPrtLoader | A loader tool for Krakatoa PRT cache files containing only particle data that can be shaded by Phoenix's Particle Shader. [gpuSupport=(full)] |
CVRay::Plugins::PhxShaderSim | The grid container of Phoenix and the V-Ray Volume Grid that can be shaded as a volumetric, as a geometry volumetric, as an isosurface, or meshed. [gpuSupport=(partial)] |
CVRay::Plugins::PhxShaderSimGeom | This plugin is created when rendering the Phoenix or V-Ray Volume Grid container in Volumetric Geometry, Volumetric Heat Haze or Isosurface render modes. Other render modes use either the PhoenixMeshPlugin, or the PhoenixVolPlugin. [gpuSupport=(partial)] |
CVRay::Plugins::PhxShaderSimMesh | This plugin is created when rendering the Phoenix or V-Ray Volume Grid container in Mesh render mode. Other render modes use either the PhoenixGeomPlugin, or the PhoenixVolPlugin. [gpuSupport=(full)] |
CVRay::Plugins::PhxShaderSimVol | All grid containers and particle shaders that are in volumetric rendering mode are collected by this plugin's single instance in order to be ray-marched simultaneously, which guarantees proper blending between intersecting volumetric effects. Particle shaders in Geometry Mode, as well as Phoenix Simulators and V-Ray Volume Grids that are in Volumetric Geometry, Isosurface or Mesh render mode are not collected by this plugin. [gpuSupport=(full)] |
CVRay::Plugins::PhxShaderTex | The Phoenix Grid Texture which is used to retrieve a grid container's channel data and use it for any operation that accepts textures. [gpuSupport=(none)] |
CVRay::Plugins::PhxShaderTexAlpha | Texture used with Maya fluids. Its purpose is to convert the Maya opacity texture to Phoenix. [gpuSupport=(none)] |
CVRay::Plugins::PhxShaderVoxelShader | The Voxel Shader that can be shaded as a volumetric. [gpuSupport=(partial)] |
CVRay::Plugins::PluginAtTime | Allows to use particular plugin at specific time. [gpuSupport=(full)] |
CVRay::Plugins::PluginParameterStore | Plugin parameter storage plugin |
CVRay::Plugins::RTEngine | For internal use only! Manages interactive or GPU rendering. Always the first plugin. Not exported to file |
CVRay::Plugins::RawBitmapBuffer | Provides bitmap data from an array to be used by a texture plugin (TexBitmap) [gpuSupport=(full)] |
CVRay::Plugins::RenderChannelAmbientOcclusion | Contains the ambient occlusion |
CVRay::Plugins::RenderChannelBackToBeauty | Back to beauty channel used by VFB2 [gpuSupport=(full)] |
CVRay::Plugins::RenderChannelBumpNormals | Contains camera space bump/normal-mapped normal vectors as 3-component signed colors |
CVRay::Plugins::RenderChannelCoat | Direct coat render element [gpuSupport=(full)] |
CVRay::Plugins::RenderChannelCoatReflection | Indirect coat reflection render element [gpuSupport=(full)] |
CVRay::Plugins::RenderChannelColor | An arbitrary output variable of Color type (3-component). Contents defined by the 'alias' parameter |
CVRay::Plugins::RenderChannelColorModo | Extension of RenderChannelColor used by V-Ray for Modo |
CVRay::Plugins::RenderChannelCoverage | Contains the coverage factor of the object with highest influence (due to AA) on each pixel in the RenderID channel |
CVRay::Plugins::RenderChannelCryptomatte | Cryptomatte render channel plugin for V-Ray [gpuSupport=(none)] |
CVRay::Plugins::RenderChannelDRBucket | Visualizes which host rendered each bucket |
CVRay::Plugins::RenderChannelDenoiser | Enables denoising post-processing (V-Ray, NVIDIA or Intel) and sets its parameters. Implicitly creates other needed channels. Result is combined with other post-effects in the special 'effectsResult' channel |
CVRay::Plugins::RenderChannelExtraTex | Contains the result of rendering a specified color texture |
CVRay::Plugins::RenderChannelExtraTexFloat | Contains the result of rendering a specified float texture |
CVRay::Plugins::RenderChannelExtraTexInt | Contains the result of rendering a specified integer texture |
CVRay::Plugins::RenderChannelGlossiness | An arbitrary output variable of floating point type (1-component grayscale) |
CVRay::Plugins::RenderChannelInteger | An arbitrary output variable of integer type |
CVRay::Plugins::RenderChannelInvertedFloat | Used instead of RenderChannelGlossiness when an inverted ReflectIOR channel is needed. [gpuSupport=(none)] |
CVRay::Plugins::RenderChannelLightMix | Light mix channel used by VFB2 [gpuSupport=(full)] |
CVRay::Plugins::RenderChannelLightSelect | Light select render element [gpuSupport=(partial)] |
CVRay::Plugins::RenderChannelLightingAnalysis | Lighting analysis render element that provides visual representation of the lighting intensity in the rendered frame [gpuSupport=(none)] |
CVRay::Plugins::RenderChannelMtlID | Contains the material ID for the object with greatest coverage in each pixel |
CVRay::Plugins::RenderChannelMultiMatte | Contains up to 3 object masks (mattes) in each color channel [gpuSupport=(partial)] |
CVRay::Plugins::RenderChannelNodeID | Contains the node ID for the object with greatest coverage in each pixel |
CVRay::Plugins::RenderChannelNormals | Contains camera space normal vectors as 3-component signed colors |
CVRay::Plugins::RenderChannelObjectSelect | Contains only the object(s) selected by ID [gpuSupport=(none)] |
CVRay::Plugins::RenderChannelPluginCategory | Plugin for the RenderChannelPluginCategory category |
CVRay::Plugins::RenderChannelRenderID | Contains the Render ID for the object with greatest coverage in each pixel |
CVRay::Plugins::RenderChannelSheen | Direct sheen render element [gpuSupport=(full)] |
CVRay::Plugins::RenderChannelSheenReflection | Indirect sheen reflection render element [gpuSupport=(full)] |
CVRay::Plugins::RenderChannelToon | Toon render element [gpuSupport=(none)] |
CVRay::Plugins::RenderChannelVelocity | Contains signed velocity vectors in screen space [gpuSupport=(partial)] |
CVRay::Plugins::RenderChannelZDepth | Contains the Z-Depth (1-component grayscale) |
CVRay::Plugins::RenderView | Description of a render view (camera) – position, field of view, etc. [gpuSupport=(partial)] |
CVRay::Plugins::SceneMetadata | Various scene metadata |
CVRay::Plugins::SceneModifierTest | |
CVRay::Plugins::SettingsCamera | Settings for the render camera. Relates to RenderView and CameraPhysical (or other Camera{*} plugins). [gpuSupport=(partial)] |
CVRay::Plugins::SettingsCameraDof | Settings for raytraced depth of field. May conflict with CameraPhysical. [gpuSupport=(partial)] |
CVRay::Plugins::SettingsCaustics | Settings for rendering caustics effects through photon mapping [gpuSupport=(none)] |
CVRay::Plugins::SettingsColorMapping | Settings for color mapping. Affects image sampling. [gpuSupport=(partial)] |
CVRay::Plugins::SettingsColorMappingModo | Settings specific to V-Ray for Modo [gpuSupport=(partial)] |
CVRay::Plugins::SettingsCurrentFrame | Plugin used to force the current animation time in interactive mode |
CVRay::Plugins::SettingsDMCGI | Settings for Deterministic Monte Carlo sampling of Brute Force Global Illumination |
CVRay::Plugins::SettingsDMCSampler | Settings for the Deterministic Monte Carlo sampler |
CVRay::Plugins::SettingsDecal | The decal settings plugin in charge for preparing the decal shader [gpuSupport=(partial)] |
CVRay::Plugins::SettingsDefaultDisplacement | Global settings for displacement geometry |
CVRay::Plugins::SettingsEXR | Settings for auto-saved EXR images |
CVRay::Plugins::SettingsEnvironment | Settings for environment mapping (per ray type) and matte objects |
CVRay::Plugins::SettingsGI | Settings for global illumination, such as which engine to use for primary and secondary GI [gpuSupport=(partial)] |
CVRay::Plugins::SettingsGaussianSplats | Global settings for rendering Gaussian splats. [gpuSupport=(none)] |
CVRay::Plugins::SettingsHair | Global settings for hair rendering [gpuSupport=(none)] |
CVRay::Plugins::SettingsImageSampler | Settings for the image sampler - type (bucket/progressive) and quality [gpuSupport=(partial)] |
CVRay::Plugins::SettingsIrradianceMap | Settings for the Irradiance Map global illumination engine [gpuSupport=(partial)] |
CVRay::Plugins::SettingsJPEG | Settings for auto-saved JPEG images |
CVRay::Plugins::SettingsLightCache | Settings for the Light Cache global illumination engine [gpuSupport=(partial)] |
CVRay::Plugins::SettingsLightLinker | Settings for the Light Linker - include/exclude specific lights in the scene when shading specific nodes [gpuSupport=(full)] |
CVRay::Plugins::SettingsLightTree | Deprecated. Do not use! [gpuSupport=(none)] |
CVRay::Plugins::SettingsMemoryTracker | Plugin to control memory tracker report output |
CVRay::Plugins::SettingsMotionBlur | Settings for sampling motion blur effects [gpuSupport=(partial)] |
CVRay::Plugins::SettingsOptions | Global settings for various V-Ray options, such as lighting, materials and distributed rendering |
CVRay::Plugins::SettingsOutput | Settings for the output file, for the image size and region/cropping, and for animation sequence |
CVRay::Plugins::SettingsPNG | Settings for auto-saved PNG images |
CVRay::Plugins::SettingsPhotonMap | Settings for the Photon Map global illumination engine [gpuSupport=(none)] |
CVRay::Plugins::SettingsPluginCategory | Plugin for the SettingsPluginCategory category |
CVRay::Plugins::SettingsPtexBaker | Settings for baking PTex texture files |
CVRay::Plugins::SettingsRTEngine | Settings for V-Ray Interactive and V-Ray GPU Interactive/Production. [gpuSupport=(partial)] |
CVRay::Plugins::SettingsRaycaster | Settings for ray intersection accelleration structures |
CVRay::Plugins::SettingsRegionsGenerator | Settings for the size and order of generating render buckets |
CVRay::Plugins::SettingsRenderChannels | Settings common to all render channels [gpuSupport=(none)] |
CVRay::Plugins::SettingsSGI | Settings for auto-saved SGI images |
CVRay::Plugins::SettingsTGA | Settings for auto-saved TGA images |
CVRay::Plugins::SettingsTIFF | Settings for auto-saved TIFF images |
CVRay::Plugins::SettingsTextureCache | Sets tiled textures settings |
CVRay::Plugins::SettingsUnitsInfo | Settings for converting scene units to physical units |
CVRay::Plugins::SettingsVFB | Settings for VFB post-processing effects |
CVRay::Plugins::SettingsVRST | Deprecated. Use the OutputDeepWriter plugin instead. Used to keep some settings for auto-saved VRST/VRSM images |
CVRay::Plugins::SettingsVertexBaker | Setting for baking vertex color sets |
CVRay::Plugins::SphereFade | Limits rendering to one or more spherical volumes defined with SphereFadeGizmo instances [gpuSupport=(none)] |
CVRay::Plugins::SphereFadeGizmo | Defines a sphere outside which the scene won't be rendered (can be inverted) [gpuSupport=(none)] |
CVRay::Plugins::SphericalHarmonicsExporter | Experimental GI engine for texture baking [gpuSupport=(none)] |
CVRay::Plugins::SphericalHarmonicsRenderer | Experimental GI engine for texture baking [gpuSupport=(none)] |
CVRay::Plugins::SunLight | Physically-based model of a Sun directional light source. Positioned at infinity and casts parallel rays with soft shadows. [gpuSupport=(partial)] |
CVRay::Plugins::TexAColor | Wraps a color constant or output parameter as a normal texture for passing to parameters that won't work otherwise, such as inside some lists [gpuSupport=(full)] |
CVRay::Plugins::TexAColorChannel | Outputs only one of the 4 RGBA channels (or intensity) as float texture [gpuSupport=(full)] |
CVRay::Plugins::TexAColorOp | Performs arithmetic operation between the two input textures. Default output operation is defined by 'mode'. Additional output parameters are also provided. [gpuSupport=(partial)] |
CVRay::Plugins::TexAnimationCurve | Maps an input float along a curve. Very similar to TexBezierCurve. [gpuSupport=(none)] |
CVRay::Plugins::TexBerconDistortion | V-Ray implementation of the Bercon distortion texture for 3dsMax [gpuSupport=(bake)] |
CVRay::Plugins::TexBerconGrad | V-Ray implementation of the Bercon gradient texture for 3dsMax [gpuSupport=(partial)] |
CVRay::Plugins::TexBerconNoise | V-Ray implementation of the Bercon procedural noise texture for 3dsMax [gpuSupport=(partial)] |
CVRay::Plugins::TexBerconTile | V-Ray implementation of the Bercon procedural tile texture for 3dsMax [gpuSupport=(partial)] |
CVRay::Plugins::TexBerconWood | V-Ray implementation of the Bercon procedural wood texture for 3dsMax [gpuSupport=(partial)] |
CVRay::Plugins::TexBezierCurve | Outputs the 2D piecewise cubic bezier curve float result (Y axis) from the given input float argument (X axis) [gpuSupport=(full)] |
CVRay::Plugins::TexBezierCurveColor | See TexBezierCurve description. This behaves as a separate TexBezierCurve for each of the R/G/B channels. Alpha is taken from the input color. [gpuSupport=(full)] |
CVRay::Plugins::TexBifrostVVMix | This texture is used by the Bifrost shader to mix the velocity and vorticity into one float number which is then remapped into diffuse/reflection/refraction/foam color and weight [gpuSupport=(none)] |
CVRay::Plugins::TexBillboardParticle | Deprecated. [gpuSupport=(bake)] |
CVRay::Plugins::TexBitmap | Sample a bitmap texture specified through a BitmapBuffer or RawBitmapBuffer plugin [gpuSupport=(partial)] |
CVRay::Plugins::TexBlend | Blends between two color textures using a float texture for weight: result = (1-amount)*color_a + amount*color_b [gpuSupport=(full)] |
CVRay::Plugins::TexBlendBumpNormal | Blends two normal maps and two bump maps [gpuSupport=(none)] |
CVRay::Plugins::TexBulge | V-Ray implementation of the Bulge procedural texture in Maya (grayscale rectangular grid) [gpuSupport=(bake)] |
CVRay::Plugins::TexBump2Glossiness | Texture for computing glossiness from bump or normal map and base glossiness to address the problem of surfaces becoming too shiny at a distance as the normal map is filtered. The texture's output is meant to be connected to the reflect_glossiness parameter of BRDFVRayMtl with a GGX (gamma=2) BRDF. Glossiness is computed dynamically based on the area of the normal map used for filtering. Takes as input a BitmapBuffer and UVWGenInterface, which should be the same texture and UVWGen used for the material's bump map. The bump map should be either a monochrome bump map, or a normal map in tangent space, set via bump_mode parameter. Currently does not support UDIM textures and file tags for the bump map. The input base_glossiness can be any float texture. [gpuSupport=(none)] |
CVRay::Plugins::TexC4DNoise | V-Ray implementation of the procedural noise texture in Cinema 4D. The plugin should not be used for content creation outside of Cinema 4D. [gpuSupport=(full)] |
CVRay::Plugins::TexCellular | Procedural texture based on Steven Worley's "A Cellular Texture Basis Function" paper [gpuSupport=(bake)] |
CVRay::Plugins::TexChecker | Checkered alternation between two textures [gpuSupport=(partial)] |
CVRay::Plugins::TexClamp | Clamps an input texture between the given min/max color values [gpuSupport=(full)] |
CVRay::Plugins::TexCloth | Procedural weaved cloth texture [gpuSupport=(bake)] |
CVRay::Plugins::TexColor2Scalar | Deprecated. Use TexColorToFloat or TexAColorOp::intensity. [gpuSupport=(none)] |
CVRay::Plugins::TexColor8Mix | Deprecated. [gpuSupport=(none)] |
CVRay::Plugins::TexColorAndAlpha | Wraps a color texture and overrides its alpha channel with a float texture [gpuSupport=(none)] |
CVRay::Plugins::TexColorAverage | Deprecated. Use TexAColorOp. [gpuSupport=(none)] |
CVRay::Plugins::TexColorCondition | Output either color A or B depending on condition [gpuSupport=(full)] |
CVRay::Plugins::TexColorConstant | Yield a constant color [gpuSupport=(full)] |
CVRay::Plugins::TexColorCorrect | Correct a color by specifying HSV and RGB gains, offset, gamma correction and clamping [gpuSupport=(none)] |
CVRay::Plugins::TexColorCurve | Applies bezier correction curves to the input color texture channels [gpuSupport=(full)] |
CVRay::Plugins::TexColorExponential | Deprecated. [gpuSupport=(none)] |
CVRay::Plugins::TexColorLogic | Compare colors [gpuSupport=(full)] |
CVRay::Plugins::TexColorMask | Mask a color. In-efficient GPU implementation, use any of the other texture-mask plugins instead [gpuSupport=(full)] |
CVRay::Plugins::TexColorMathBasic | Deprecated. Use TexAColorOp. [gpuSupport=(none)] |
CVRay::Plugins::TexColorSwitch | Deprecated. [gpuSupport=(none)] |
CVRay::Plugins::TexColorToFloat | Outputs the scalar intensity of the input color texture [gpuSupport=(full)] |
CVRay::Plugins::TexCombineColor | Linearly interpolates between a fixed color and a texture. The fixed color is also multiplied by the texture alpha (the tex color isn't). [gpuSupport=(full)] |
CVRay::Plugins::TexCombineColorLightMtl | Combine color texture specifically for the VRayLightMtl material in 3ds Max. Performs normal alpha blending. [gpuSupport=(full)] |
CVRay::Plugins::TexCombineFloat | Linearly interpolates between a fixed value and a texture's intensity [gpuSupport=(partial)] |
CVRay::Plugins::TexCompMax | Composites two input textures with the specified arithmetic operation [gpuSupport=(partial)] |
CVRay::Plugins::TexComplexFresnel | An implementation of the Complex Fresnel map [gpuSupport=(none)] |
CVRay::Plugins::TexComposite | Compose two textures. In-efficient GPU implementation, use any of the Color-correction related textures for V-Ray GPU instead. [gpuSupport=(full)] |
CVRay::Plugins::TexCondition | Outputs either of the two input textures depending on the comparison between two input float textures [gpuSupport=(none)] |
CVRay::Plugins::TexCondition2 | Same as TexCondition, but supported by V-Ray GPU [gpuSupport=(full)] |
CVRay::Plugins::TexCurvature | Outputs the same value in each color channel - curvature around the sampled point such that min color is used where the surface is flat and max color where it curves perpendicular to the normal [gpuSupport=(full)] |
CVRay::Plugins::TexCustomBitmap | Example plugin. Do not use. [gpuSupport=(bake)] |
CVRay::Plugins::TexDent | An implementation of 3ds Max's Dent map [gpuSupport=(bake)] |
CVRay::Plugins::TexDirt | Procedurally blends between a 'clean' and a 'dirty' texture based on occlusion around the shaded point. It can be used to simulate a variety of effects, for example dirt around the crevices of an object, or to produce an ambient occlusion pass. [gpuSupport=(partial)] |
CVRay::Plugins::TexDisplacacementRestrict | Deprecated. [gpuSupport=(none)] |
CVRay::Plugins::TexDistance | Blends between 'near' and 'far' texture colors based on the distance to a specific object's surface [gpuSupport=(full)] |
CVRay::Plugins::TexDistanceBetween | Outputs the distance between points specified by two input textures [gpuSupport=(none)] |
CVRay::Plugins::TexDistanceToObject | Outputs the floating point distance between a given object's pivot and the shaded point [gpuSupport=(none)] |
CVRay::Plugins::TexEdges | Shades the edges of polygons with a different color. A.k.a wireframe rendering [gpuSupport=(partial)] |
CVRay::Plugins::TexExtMaterialID | A texture with per-face material ID list. [gpuSupport=(full)] |
CVRay::Plugins::TexFalloff | Blends between two textures based on incidence angle or some type of distance [gpuSupport=(partial)] |
CVRay::Plugins::TexFloat | Convert a floating point constant or output parameter to float texture interface. For passing to parameters that won't work otherwise, such as inside some lists. [gpuSupport=(none)] |
CVRay::Plugins::TexFloatComposite | Compose two numbers [gpuSupport=(none)] |
CVRay::Plugins::TexFloatCondition | Output either float A or B depending on condition [gpuSupport=(full)] |
CVRay::Plugins::TexFloatConstant | Yield a constant float value [gpuSupport=(full)] |
CVRay::Plugins::TexFloatCorrect | Correct a number by specifying gain, offset, gamma correction and clamping [gpuSupport=(none)] |
CVRay::Plugins::TexFloatLogic | Compare numbers [gpuSupport=(full)] |
CVRay::Plugins::TexFloatMask | Mask a number [gpuSupport=(none)] |
CVRay::Plugins::TexFloatOp | Performs arithmetic operation between the two input textures. Default output operation is defined by 'mode'. Additional output parameters are also provided. [gpuSupport=(partial)] |
CVRay::Plugins::TexFloatPerVertexHairSampler | Deprecated. [gpuSupport=(none)] |
CVRay::Plugins::TexFloatToColor | Convert the input scalar texture to a grayscale color (alpha=1). Optionally 'invert' to complementary color. [gpuSupport=(full)] |
CVRay::Plugins::TexForestColor | A V-Ray implementation of the ForestColor texture. Randomly chooses from a list of textures for each instance. [gpuSupport=(partial)] |
CVRay::Plugins::TexFresnel | Blends between front ('white') and side ('black') textures using the Fresnel effect coefficient as weight, based on index of refraction [gpuSupport=(partial)] |
CVRay::Plugins::TexGradRamp | V-Ray implementation of the gradient ramp texture in 3dsMax [gpuSupport=(partial)] |
CVRay::Plugins::TexGradient | Linear gradient between three colors with optional added noise [gpuSupport=(partial)] |
CVRay::Plugins::TexGranite | V-Ray implementation of the procedural granite texture in Maya [gpuSupport=(bake)] |
CVRay::Plugins::TexGrid | V-Ray implementation of the grid procedural texture in Maya [gpuSupport=(bake)] |
CVRay::Plugins::TexHSVToRGB | Converts the input texture from HSV to RGB color space [gpuSupport=(full)] |
CVRay::Plugins::TexHairRootSampler | Deprecated. [gpuSupport=(none)] |
CVRay::Plugins::TexHairSampler | Outputs several parameters when shading hair [gpuSupport=(partial)] |
CVRay::Plugins::TexICC | Applies ICC profile color correction to a base texture [gpuSupport=(none)] |
CVRay::Plugins::TexIDIntegerMap | Integer texture that maps IDs from an input texture to other integer values [gpuSupport=(none)] |
CVRay::Plugins::TexInt | Convert an integer constant or output parameter to int texture interface. For passing to parameters that won't work otherwise, such as inside some lists. [gpuSupport=(none)] |
CVRay::Plugins::TexIntToFloat | Converts the integer input texture to a float texture output [gpuSupport=(full)] |
CVRay::Plugins::TexInterpLinear | Deprecated. [gpuSupport=(none)] |
CVRay::Plugins::TexInvert | Outputs the inverted (complementary) color of the input texture. Alpha inversion is optional. [gpuSupport=(full)] |
CVRay::Plugins::TexInvertFloat | Outputs the inverted (complement of 1.0) result of a float input texture [gpuSupport=(full)] |
CVRay::Plugins::TexLayered | Blends multiple textures together using one of the many available modes. No weights are provided. [gpuSupport=(partial)] |
CVRay::Plugins::TexLayeredMax | Blends multiple textures together using one of the many available modes. Provides masks, opacities and more blend modes than TexLayered. [gpuSupport=(partial)] |
CVRay::Plugins::TexLayeredNuke | Variation of TexLayered used in V-Ray for Nuke. Adds masking and opacity parameters for each texture. [gpuSupport=(partial)] |
CVRay::Plugins::TexLeather | V-Ray implementation of the leather procedural texture from Maya [gpuSupport=(bake)] |
CVRay::Plugins::TexLuminance | Wraps a color texture and outputs its luminance [gpuSupport=(full)] |
CVRay::Plugins::TexLut | Applies a lookup table (.cube file) color correction to a base texture [gpuSupport=(none)] |
CVRay::Plugins::TexMarble | V-Ray implementation of the marble procedural texture in Maya [gpuSupport=(bake)] |
CVRay::Plugins::TexMarbleMax | V-Ray implementation of the 3dsMax marble procedural texture [gpuSupport=(bake)] |
CVRay::Plugins::TexMaskMax | Multiplies the base texture color by the mask value (intensity) [gpuSupport=(full)] |
CVRay::Plugins::TexMaxGamma | Applies gamma to the input texture. Gamma is not textured unlike MayaGamma. Doable with TexAColorOp::power. [gpuSupport=(full)] |
CVRay::Plugins::TexMaxHairInfo | Outputs a parameter taken from the hair geometry being shaded. Similar to TexHairSampler, but only provides one output. [gpuSupport=(full)] |
CVRay::Plugins::TexMaxPointCloudColor | V-Ray implementation of the VRayPointCloudColor texture for 3dsMax [gpuSupport=(none)] |
CVRay::Plugins::TexMayaCloth | V-Ray implementation of the cloth procedural texture in Maya [gpuSupport=(bake)] |
CVRay::Plugins::TexMayaContrast | Applies contrast correction to the input texture [gpuSupport=(full)] |
CVRay::Plugins::TexMayaConversion | Multiplies a scalar texture with a scalar factor. Doable with TexAColorOp. [gpuSupport=(none)] |
CVRay::Plugins::TexMayaFluid | 3D texture taking values from a 3D or 2D grid (array) [gpuSupport=(none)] |
CVRay::Plugins::TexMayaFluidCombined | Combines two TexMayaFluid{*} textures [gpuSupport=(none)] |
CVRay::Plugins::TexMayaFluidProcedural | Similar to TexMayaFluid but generates its values procedurally. [gpuSupport=(none)] |
CVRay::Plugins::TexMayaFluidTransformed | Transforms a base texture of TexMayaFluid{*} type [gpuSupport=(none)] |
CVRay::Plugins::TexMayaHairColor | Outputs base color when shading hair geometry [gpuSupport=(none)] |
CVRay::Plugins::TexMayaHairIncandescence | Outputs incandescence when shading hair geometry [gpuSupport=(none)] |
CVRay::Plugins::TexMayaHairTransparency | Outputs the transparency when shading hair geometry. [gpuSupport=(none)] |
CVRay::Plugins::TexMayaLeather | V-Ray implementation of the Leather procedural texture in Maya [gpuSupport=(bake)] |
CVRay::Plugins::TexMayaMountain | V-Ray implementation of the mountain procedural texture in Maya [gpuSupport=(none)] |
CVRay::Plugins::TexMayaSolidFractal | V-Ray implementation of the solid fractal procedural texture in Maya [gpuSupport=(bake)] |
CVRay::Plugins::TexMayaStucco | V-Ray implementation of the stucco procedural texture in Maya [gpuSupport=(bake)] |
CVRay::Plugins::TexMeshVertexColor | Shades with the provided per-vertex colors (linearly interpolated) [gpuSupport=(none)] |
CVRay::Plugins::TexMeshVertexColorChannel | Shades with the UVW coordinates of the vertices used as per-vertex colors (linearly interpolated) [gpuSupport=(none)] |
CVRay::Plugins::TexMeshVertexColorWithDefault | Wraps TexMeshVertexColor and adds a default color where no color is available [gpuSupport=(none)] |
CVRay::Plugins::TexMix | Linearly blends between two textures using the intensity of mix_map (mix_amount if no texture provided) [gpuSupport=(partial)] |
CVRay::Plugins::TexModoBlendLayersColor | Blends between two textures with lots of possible blend modes [gpuSupport=(full)] |
CVRay::Plugins::TexModoBlendLayersScalar | Blends between two float textures with lots of possible blend modes [gpuSupport=(full)] |
CVRay::Plugins::TexModoChanModColorCorrect | Implements the Channel Modifier Color Correct texture from Modo [gpuSupport=(none)] |
CVRay::Plugins::TexModoChanModLogic | Implements the Channel Modifier Logic texture from Modo. Similar to TexCondition. [gpuSupport=(none)] |
CVRay::Plugins::TexModoDiffuseRoughness | Converts Modo's diffuse roughness to V-Ray's diffuse roughness [gpuSupport=(none)] |
CVRay::Plugins::TexModoEnvironmentColor | Texture for environment mapping with gradient [gpuSupport=(bake)] |
CVRay::Plugins::TexModoExtractAlpha | Outputs only the alpha of the input texture [gpuSupport=(none)] |
CVRay::Plugins::TexModoExtractColor | Pre-multiplies base texture's alpha into the output color and fixes output alpha to 1 [gpuSupport=(none)] |
CVRay::Plugins::TexModoFresnelSchlick | A float texture that implements the Schlick approximation to the Fresnel equations. Outputs reflectivity at the point being shaded. [gpuSupport=(none)] |
CVRay::Plugins::TexModoInvert | Same as TexInvert but the invert operation can be animated [gpuSupport=(none)] |
CVRay::Plugins::TexModoInvertChannels | Similar to TexInvert but every color channel can be switched between inverted/uninverted [gpuSupport=(none)] |
CVRay::Plugins::TexModoInvertFloat | Same as TexInvertFloat but the invert operation can be animated [gpuSupport=(none)] |
CVRay::Plugins::TexModoLowHigh | Remaps texture values from (0, 1) to (low, high). Alpha is unaffacted. [gpuSupport=(full)] |
CVRay::Plugins::TexModoMaxColorComponent | Chooses the maximum component of 2 input textures and outputs it as grayscale color [gpuSupport=(none)] |
CVRay::Plugins::TexModoOpacityToVRayWeight | Converts a scalar value to a 3-channel color weight for use in BRDFLayered [gpuSupport=(full)] |
CVRay::Plugins::TexModoProcess | Applies bias, gain, hue/saturation/value corrections to a base texture [gpuSupport=(full)] |
CVRay::Plugins::TexModoProcessFloat | Applies bias, gain, value corrections to a base scalar texture [gpuSupport=(full)] |
CVRay::Plugins::TexModoRayType | Implements the Shader Inputs Ray Type texture from Modo. Has more parameters than TexRaySwitch and outputs float. [gpuSupport=(none)] |
CVRay::Plugins::TexModoReflectionRoughness | Converts Modo's reflection roughness to V-Ray's glossiness [gpuSupport=(none)] |
CVRay::Plugins::TexModoRefractionRoughness | Converts Modo's refraction roughness to V-Ray's refraction glossiness [gpuSupport=(none)] |
CVRay::Plugins::TexModoSampler | Alternative to TexSampler (with different outputs) used in V-Ray for Modo [gpuSupport=(partial)] |
CVRay::Plugins::TexModoSpecularRoughness | Converts Modo's specular roughness to V-Ray's glossiness [gpuSupport=(none)] |
CVRay::Plugins::TexModoStencil | Applies a stencil over a base texture [gpuSupport=(none)] |
CVRay::Plugins::TexModoSwizzle | Outputs one of the input's color channels into all three RGB channels [gpuSupport=(full)] |
CVRay::Plugins::TexModoUVResetAndFalloff | Modo-specific texture wrapper. Makes the texture transparent outside the (0;1) UV space. [gpuSupport=(none)] |
CVRay::Plugins::TexMotionOcclusion | Outputs forward or backward motion occlusion (according to 'type'). Used for post-processing motion blur or denoising. https://docs.chaos.com/display/VRAY4MAYA/Sampler+Info#SamplerInfo-Attributes [gpuSupport=(none)] |
CVRay::Plugins::TexMtlxSignature | |
CVRay::Plugins::TexMulti | Uses a texture from the provided list based on face material ID or object ID or randomized etc. – see mode parameter [gpuSupport=(full)] |
CVRay::Plugins::TexMultiFloat | Uses a float texture from the provided list based on face material ID or object ID or randomized etc. – see mode parameter [gpuSupport=(none)] |
CVRay::Plugins::TexMultiProjection | Allows you to blend multiple projection textures together into a spherical projection. Pairs of RGB and ZDepth spherical textures are required for this feature to work correctly. The pairs are added as camera projections and need to be linked to the cameras that were used to originally render the textures. [gpuSupport=(none)] |
CVRay::Plugins::TexMultiX | Uses a randomly chosen (seeded by material or object ID) texture from the provided list [gpuSupport=(full)] |
CVRay::Plugins::TexNoise | V-Ray procedural noise texture [gpuSupport=(partial)] |
CVRay::Plugins::TexNoiseMax | V-Ray implementation of the 3dsMax procedural noise texture [gpuSupport=(partial)] |
CVRay::Plugins::TexNoiseMaya | V-Ray implementation of the Maya procedural noise texture [gpuSupport=(partial)] |
CVRay::Plugins::TexNormalBump | Texture that computes normals to be used as explicit normal maps [gpuSupport=(none)] |
CVRay::Plugins::TexNormalMapFlip | Used to invert the X or Y value of a normal map or to swap the two – for converting between vector spaces [gpuSupport=(partial)] |
CVRay::Plugins::TexOCIO | Applies OpenColorIO color correction to a base texture [gpuSupport=(bake)] |
CVRay::Plugins::TexOSL | Texture using a description from an .osl/.oso shader definition file [gpuSupport=(bake)] |
CVRay::Plugins::TexOSLOutputSelector | Wraps a TexOSL to select by index which output color to use. Useful for taking several outputs from one TexOSL. [gpuSupport=(bake)] |
CVRay::Plugins::TexOceanSpectra | Texture for sampling Houdini Ocean Spectra volumes [gpuSupport=(none)] |
CVRay::Plugins::TexOpenVDB | |
CVRay::Plugins::TexOutput | Performs adjustments to a texture's value - multiplication, offset, inversion, clamping, etc. - in the same order as the 3dsMax Output texture [gpuSupport=(partial)] |
CVRay::Plugins::TexParticleDiffuse | Provides per-particle colors using data from the particle geometry source [gpuSupport=(none)] |
CVRay::Plugins::TexParticleId | Outputs per-partice ID integer taken from the particle geometry source [gpuSupport=(none)] |
CVRay::Plugins::TexParticleSampler | Provides multiple per-particle output parameters using data from the particle geometry source [gpuSupport=(none)] |
CVRay::Plugins::TexParticleShape | Deprecated. [gpuSupport=(bake)] |
CVRay::Plugins::TexPatternID | An ID generator texture based on string pattern matching.gpuSupport=(partial) |
CVRay::Plugins::TexPerVertexHairSampler | Deprecated. [gpuSupport=(none)] |
CVRay::Plugins::TexPlusMinusAverage | Performs add/sub/avg operation on a list of 1d, 2d or 3d textures [gpuSupport=(full)] |
CVRay::Plugins::TexPtex | Texture using a PTex file. Unlike normal bitmaps this doesn't require UVs. [gpuSupport=(none)] |
CVRay::Plugins::TexRGBMultiplyMax | Multiplies two color textures [gpuSupport=(full)] |
CVRay::Plugins::TexRGBTintMax | Tints the input color [gpuSupport=(none)] |
CVRay::Plugins::TexRGBToHSV | Converts the input texture from RGB to HSV color space [gpuSupport=(full)] |
CVRay::Plugins::TexRamp | Interpolates textures in the provided list. Each texture has a 'position' along the ramp. The 'type' parameter defines how these positions map to UV space (linear, circular, etc.) [gpuSupport=(partial)] |
CVRay::Plugins::TexRandom | A texture for generating random values. [gpuSupport=(full)] |
CVRay::Plugins::TexRaySwitch | Chooses between a default, shadow, GI, reflection or refraction texture based on the type of ray [gpuSupport=(none)] |
CVRay::Plugins::TexRemap | Maps input floats or colors to new values using control points and interpolation. Color mapping can be in HSV space. [gpuSupport=(partial)] |
CVRay::Plugins::TexRemapFloat | Remaps a value in the 0.0-1.0 range to another range [gpuSupport=(none)] |
CVRay::Plugins::TexRgbaCombine | Deprecated. Use Float3ToAColor. [gpuSupport=(none)] |
CVRay::Plugins::TexRgbaSplit | Deprecated. [gpuSupport=(none)] |
CVRay::Plugins::TexRock | V-Ray implementation of the rock procedural texture in Maya [gpuSupport=(bake)] |
CVRay::Plugins::TexSampler | Provides over 40 output parameters with information taken from the sampled point (e.g. position, UV coordinates, etc.) [gpuSupport=(partial)] |
CVRay::Plugins::TexScalarCurve | Applies bezier correction curves to the input float texture [gpuSupport=(full)] |
CVRay::Plugins::TexScalarExponential | Deprecated. [gpuSupport=(none)] |
CVRay::Plugins::TexScalarHairRootSampler | Deprecated. [gpuSupport=(none)] |
CVRay::Plugins::TexScalarMathBasic | Deprecated. Use TexFloatOp [gpuSupport=(bake)] |
CVRay::Plugins::TexScatterSurfaceColor | A V-Ray implementation of the ScatterSurfaceColor texture. Randomly chooses from a list of textures for each instance. [gpuSupport=(partial)] |
CVRay::Plugins::TexSetRange | Remaps the input texture from some old range to a new range of values. The ranges can be textured. [gpuSupport=(full)] |
CVRay::Plugins::TexSimplexNoise | Implements the Maya simplex noise procedural texture [gpuSupport=(none)] |
CVRay::Plugins::TexSky | Texture connected to a SunLight for use as environment map. [gpuSupport=(bake)] |
CVRay::Plugins::TexSmoke | V-Ray implementation of the 3dsMax smoke procedural texture [gpuSupport=(full)] |
CVRay::Plugins::TexSnow | V-Ray implementation of the snow procedural texture in Maya [gpuSupport=(bake)] |
CVRay::Plugins::TexSoftbox | Procedural texture for use with LightRectangle to reproduce softbox lighting [gpuSupport=(bake)] |
CVRay::Plugins::TexSpeckle | V-Ray implementation of the 3dsMax speckle procedural texture [gpuSupport=(bake)] |
CVRay::Plugins::TexSplat | V-Ray implementation of the 3dsMax splat procedural texture [gpuSupport=(bake)] |
CVRay::Plugins::TexStencil | Masks parts of the input texture using the 'mask' texture or a color key [gpuSupport=(none)] |
CVRay::Plugins::TexStucco | V-Ray implementation of the 3dsMax stucco procedural texture [gpuSupport=(bake)] |
CVRay::Plugins::TexSurfIncidence | Deprecated. [gpuSupport=(bake)] |
CVRay::Plugins::TexSurfaceLuminance | Samples lighting at the point that is being shaded [gpuSupport=(none)] |
CVRay::Plugins::TexSwirl | V-Ray implementation of the 3dsMax swirl procedural texture [gpuSupport=(bake)] |
CVRay::Plugins::TexSwitch | Chooses from a list of other color textures based on which scene object is being shaded [gpuSupport=(none)] |
CVRay::Plugins::TexSwitchFloat | Chooses from a list of other float textures based on which scene object is being shaded [gpuSupport=(none)] |
CVRay::Plugins::TexSwitchInt | Chooses from a list of other integer textures based on which scene object is being shaded [gpuSupport=(none)] |
CVRay::Plugins::TexSwitchMatrix | Chooses from a list of other matrix textures based on which scene object is being shaded [gpuSupport=(none)] |
CVRay::Plugins::TexSwitchTransform | Chooses from a list of other transform textures based on which scene object is being shaded [gpuSupport=(none)] |
CVRay::Plugins::TexTemperature | Maps a temperature floating point input to respective black body radiation color (remember to set color_mode=1) [gpuSupport=(partial)] |
CVRay::Plugins::TexTemperatureToColor | Multiplies the temperature by the input texture intensity and converts that to a black body radiation color [gpuSupport=(full)] |
CVRay::Plugins::TexThickness | Outputs the thickness of the shaded object at this point as grayscale color value. Uses raytracing. [gpuSupport=(none)] |
CVRay::Plugins::TexThinFilm | An implementation of the Thin Film map [gpuSupport=(none)] |
CVRay::Plugins::TexTiles | V-Ray implementation of the 3dsMax tiles procedural texture [gpuSupport=(bake)] |
CVRay::Plugins::TexToVector | Converts input texture to a vector texturegpuSupport=(none) |
CVRay::Plugins::TexTriPlanar | Uses triplanar mapping of 3 textures for the X/Y/Z axis for texturing without UV data [gpuSupport=(full)] |
CVRay::Plugins::TexUVW | Outputs the UVW from a UVWGen plugin as RGB color [gpuSupport=(full)] |
CVRay::Plugins::TexUVWGenToTexture | Converts UVW coordinates provided from a UVWGen plugin to color. Same as TexUVW. [gpuSupport=(full)] |
CVRay::Plugins::TexUserColor | Outputs a color taken from a Node::user_attributes parameter or from a geometry's UVW mapping channel [gpuSupport=(partial)] |
CVRay::Plugins::TexUserInteger | Outputs an integer taken from a Node::user_attributes parameter or from a geometry's UVW mapping channel (suffix .x/.y/.z to select component) [gpuSupport=(partial)] |
CVRay::Plugins::TexUserScalar | Outputs a scalar taken from a Node::user_attributes parameter or from a geometry's UVW mapping channel (suffix .x/.y/.z to select component) [gpuSupport=(partial)] |
CVRay::Plugins::TexVRayFurSampler | Outputs several parameters when shading fur. Subset of TexHairSampler. [gpuSupport=(partial)] |
CVRay::Plugins::TexVectorOp | Performs arithmetic operation between the two input textures. Default output operation is defined by 'mode'. Additional output parameters are also provided. [gpuSupport=(none)] |
CVRay::Plugins::TexVectorProduct | Performas a vector operation between two textures like TexVectorOp, but the inputs and output are colors [gpuSupport=(none)] |
CVRay::Plugins::TexVectorToColor | Converts a vector texture to color texture [gpuSupport=(full)] |
CVRay::Plugins::TexVertexColorDirect | Only for V-Ray for Maya. Outputs vertex colors taken from a color set. [gpuSupport=(none)] |
CVRay::Plugins::TexVoxelData | Deprecated. Used for baked volume simulation in V-Ray for Blender [gpuSupport=(none)] |
CVRay::Plugins::TexWater | Procedural noise texture for water displacement based on Tessendorf's "Simulating Ocean Surface" paper. PhxShaderOceanTex may give better results. [gpuSupport=(none)] |
CVRay::Plugins::TexWaves | An implementation of 3ds Max's Waves map [gpuSupport=(none)] |
CVRay::Plugins::TexWood | V-Ray implementation of the wood procedural texture in Maya [gpuSupport=(bake)] |
CVRay::Plugins::TexXSIBitmap | Deprecated. Use TexBitmap + TexRemap or another color correction texture. [gpuSupport=(partial)] |
CVRay::Plugins::TexXSICell | Deprecated. [gpuSupport=(bake)] |
CVRay::Plugins::TexXSIColorBalance | Deprecated. Consider using TexRemap. [gpuSupport=(none)] |
CVRay::Plugins::TexXSIColorCorrection | Deprecated. Use TexRemap or ColorCorrection. [gpuSupport=(none)] |
CVRay::Plugins::TexXSIColorMix | Deprecated. [gpuSupport=(none)] |
CVRay::Plugins::TexXSIFabric | Deprecated. Use TexCloth. [gpuSupport=(bake)] |
CVRay::Plugins::TexXSIFalloff | Deprecated. Use TexFalloff. [gpuSupport=(none)] |
CVRay::Plugins::TexXSIFlagstone | Deprecated. [gpuSupport=(bake)] |
CVRay::Plugins::TexXSIGradient | Deprecated. Use TexRamp or TexGradRamp. [gpuSupport=(bake)] |
CVRay::Plugins::TexXSIHLSAdjust | Deprecated. [gpuSupport=(none)] |
CVRay::Plugins::TexXSIIntensity | Deprecated. Use TexLuminance. [gpuSupport=(none)] |
CVRay::Plugins::TexXSILayered | Deprecated. Use TexLayered. [gpuSupport=(none)] |
CVRay::Plugins::TexXSIMulti | Deprecated. Use TexMulti. [gpuSupport=(none)] |
CVRay::Plugins::TexXSINormalMap | Deprecated. [gpuSupport=(bake)] |
CVRay::Plugins::TexXSIRGBAKeyer | Deprecated. [gpuSupport=(none)] |
CVRay::Plugins::TexXSIRipple | Deprecated. [gpuSupport=(bake)] |
CVRay::Plugins::TexXSIRock | Deprecated. Use TexRock. [gpuSupport=(bake)] |
CVRay::Plugins::TexXSIScalar2Color | Deprecated. Use Float3ToAColor. [gpuSupport=(none)] |
CVRay::Plugins::TexXSIScalarInvert | Deprecated. Use TexInvertFloat. [gpuSupport=(none)] |
CVRay::Plugins::TexXSISnow | Deprecated. Use TexSnow. [gpuSupport=(bake)] |
CVRay::Plugins::TexXSIVein | Deprecated. [gpuSupport=(bake)] |
CVRay::Plugins::TexXSIVertexColorLookup | Deprecated. [gpuSupport=(none)] |
CVRay::Plugins::TexXSIWeightmapColorLookup | Deprecated. Similar to TexUVW + TexAColorChannel. [gpuSupport=(none)] |
CVRay::Plugins::TexXSIWeightmapLookup | Deprecated. Similar to TexUVW + TexAColorChannel. [gpuSupport=(none)] |
CVRay::Plugins::TexXSIWood | Deprecated. Use TexWood. [gpuSupport=(bake)] |
CVRay::Plugins::TextureFloatPluginCategory | Plugin for the TextureFloatPluginCategory category |
CVRay::Plugins::TextureIntPluginCategory | Plugin for the TextureIntPluginCategory category |
CVRay::Plugins::TextureMatrixPluginCategory | Plugin for the TextureMatrixPluginCategory category |
CVRay::Plugins::TexturePluginCategory | Plugin for the TexturePluginCategory category |
CVRay::Plugins::TextureTransformPluginCategory | Plugin for the TextureTransformPluginCategory category |
CVRay::Plugins::TextureVectorPluginCategory | Plugin for the TextureVectorPluginCategory category |
CVRay::Plugins::TransformToTex | Converts a single transform or transform output parameter to a transform texture. For passing to parameters that won't work otherwise, such as inside some lists. [gpuSupport=(none)] |
CVRay::Plugins::TrimmingRegion | Geometry source plugin. Defines a smooth NURBS surface using NURBSCurve objects. [gpuSupport=(none)] |
CVRay::Plugins::TrimmingRegionsComplex | Used by GeomStaticNURBS to trim parts of the surface. [gpuSupport=(none)] |
CVRay::Plugins::UVWGenBercon | Bercon textures UVW generator [gpuSupport=(full)] |
CVRay::Plugins::UVWGenChannel | The most common UVW generator plugin. Uses one of the map channels from a mesh plugin and optionally transforms the UVs. [gpuSupport=(partial)] |
CVRay::Plugins::UVWGenEnvironment | UVW generator to be used for environment maps of cubic, spherical and other types [gpuSupport=(partial)] |
CVRay::Plugins::UVWGenExplicit | UVW generator that uses UVW values from a color texture or separate grayscale textures [gpuSupport=(partial)] |
CVRay::Plugins::UVWGenMaxPointCloud | UVW generator which gets the data from particles and user attributes, for 3dsMax compatibility [gpuSupport=(partial)] |
CVRay::Plugins::UVWGenMayaPlace2dTexture | UVW generator plugin. Uses one of the map channels from a mesh plugin and optionally transforms the UVs.Provides additional placement parameters compared to UVWGenChannel. [gpuSupport=(partial)] |
CVRay::Plugins::UVWGenModo | UVW generator for V-Ray for Modo [gpuSupport=(partial)] |
CVRay::Plugins::UVWGenObject | UVW generator that uses the object space coordinates of the shaded point as UVW values [gpuSupport=(partial)] |
CVRay::Plugins::UVWGenObjectBBox | UVW generator that provides coordinates based on the object bounding box. Works in conjunction with MtlObjBBox, which provides the actual bounding box information. [gpuSupport=(none)] |
CVRay::Plugins::UVWGenPlanarWorld | UVW generator that uses the world space coordinates of the shaded point as UVW values [gpuSupport=(partial)] |
CVRay::Plugins::UVWGenPluginCategory | Plugin for the UVWGenPluginCategory category |
CVRay::Plugins::UVWGenProjection | UVW generator that applies the chosen projection type to the world or object space coordinates of the shaded point [gpuSupport=(partial)] |
CVRay::Plugins::UVWGenRandomizer | Randomizes UVW of input UVWGen depending on various parameters [gpuSupport=(full)] |
CVRay::Plugins::UVWGenSelect | UVW generator that redirects to a UVW generator instance attached to a Node [gpuSupport=(none)] |
CVRay::Plugins::UVWGenSwitch | UVW generator that chooses from a list of other generators based on which scene object is being shaded [gpuSupport=(partial)] |
CVRay::Plugins::VRScansPMaskElement | VRScansPMaskElement |
CVRay::Plugins::VRScansZoneElement | VRScansZoneElement |
CVRay::Plugins::VRayClipper | This plugin clips other geometries with a plane or custom shape [gpuSupport=(partial)] |
CVRay::Plugins::VRayDecal | The decal plugin for specifying various decal parametersgpuSupport=(full) |
CVRay::Plugins::VRayObjectProperties | Combines MtlWrapper and MtlRenderStats functionality to be used as a direct reference in Node instances. This means it adds both Matte properties for the Node and options to control primary visibility and shadow visibility of the Node. Note that the GPU implementation currently requires using a dedicated VRayObjectProperties instance for each unique Node and Node::material pair. [gpuSupport=(partial)] |
CVRay::Plugins::VRayScene | V-Ray Scene (*.vrscene) stand-in plugins |
CVRay::Plugins::VRaySceneAsset | V-Ray Scene Asset (*.vrscene) stand-in plugins |
CVRay::Plugins::VRayStereoscopicSettings | Settings for stereoscopic rendering [gpuSupport=(partial)] |
CVRay::Plugins::ViewPluginCategory | Plugin for the ViewPluginCategory category |
CVRay::Plugins::VolumeAerialPerspective | Simulates atmospheric haze. Works together with SunLight and TexSky. Does not cause shadowing and does not scatter light - use VolumeScatterFog for that. [gpuSupport=(full)] |
CVRay::Plugins::VolumeChannels | This plugin allows adding material select render channels to any volume plugin [gpuSupport=(none)] |
CVRay::Plugins::VolumeFog | Simple attenuating volume fog. This does not produce light scattering. To get light scattering use VolumeScatterFog. [gpuSupport=(none)] |
CVRay::Plugins::VolumeMulti | This plugin combines the result of several volumetric plugins [gpuSupport=(none)] |
CVRay::Plugins::VolumeScatterFog | Light-scattering volume fog. Uniform across the scene. [gpuSupport=(none)] |
CVRay::Plugins::VolumeVRayToon | Renders cartoon style contours on all meshes (by default) or using an include/exclude list [gpuSupport=(none)] |
CVRay::Plugins::VolumetricPluginCategory | Plugin for the VolumetricPluginCategory category |
CVRay::Plugins::texRenderHair | Deprecated. Use another hair texture. [gpuSupport=(bake)] |
CVRay::Plugins::texXSIColor2Alpha | Deprecated. Use TexAColorOp::alpha [gpuSupport=(none)] |
CVRay::Plugins::texXSIColor2Vector | Deprecated. [gpuSupport=(none)] |
CVRay::Plugins::volumeXSIMulti | Deprecated. Use VolumeMulti. [gpuSupport=(none)] |
CVRay::Plugins::xsiUVWGenChannel | Deprecated. Use UVWGenChannel. [gpuSupport=(none)] |
CVRay::Plugins::xsiUVWGenEnvironment | Deprecated. Use UVWGenEnvironment. [gpuSupport=(none)] |
CVRay::PluginCategories | This struct is used to determine if a plugin type is of certain category |
CVRay::Util::PluginLink | Describes a dependency between two plugin instances |
CVRay::PluginMeta | Provides static meta information about a specific Plugin type |
CVRay::Util::PreCreateCallbackOptions | |
CVRay::ProfilerDurationScope | |
►CVRay::PropertyMeta | Static meta information about a plugin property |
CVRay::PropertyRuntimeMeta | Extends PropertyMeta with type information only available at runtime for a specific property instance |
CVRay::Proxy | A group of methods for reading data and creating V-Ray geometry proxies |
CVRay::ProxyCreateParams | Used by VRay::Proxy::createMeshFile() |
CVRay::ProxyReadData | |
CVRay::ProxyReadParams | The necessary parameters for reading data in a proxy file |
CVRay::VUtils::PtrArray< T > | |
CVRay::RenderElement | Helper class that wraps a plugin instance enabling a certain render element |
CVRay::RenderElements | This class groups methods related to management of render elements in the scene |
CVRay::RendererOptions | Combines various options required for the rendering process |
CVRay::RenderSizeParams | |
CVRay::ResumableRenderingOptions | |
CVRay::ScannedMaterialInfo | |
CVRay::ScannedMaterialLicenseError | See encodeScannedMaterialParams() and getScannedMaterialUILicense() |
CVRay::ScannedMaterialParams | This structure contains the parameters used in the rendering of the scanned materials |
CVRay::ScannedMaterialPreset | |
CVRay::ScatterReadParams | The necessary parameters for reading the data in the preset config file (.mbc) |
CVRay::ScenePreview | |
CVRay::ServerOptions | |
CVRay::Internal::ServerOptions_Internal | |
CVRay::ScenePreview::Settings | |
CVRay::ScenePreview::Sizes2D | |
CVRay::ScenePreview::Sizes3D | |
CVRay::VFBLayerProperty::StampFontDesc | Describes a UI font |
CVRay::SubFileInfo | A helper struct with info regarding file exports for plugins of a specified type |
CVRay::SubSequenceDesc | Describes a sub-sequence of an animation range at regular steps (usually step=1) |
►CT | |
CVRay::PluginRefT< T > | |
CVRay::TiMe | |
CVRay::Transform | A math object used to define object position, rotation and scale in 3D space |
►CVRay::UIGuides | |
CVRay::RuntimeUIGuides | |
CVRay::VRayRenderer::UserCameraChanged | |
CVRay::VRayRenderer::UserLightChanged | |
CVRay::VRayRenderer::UserNodeChanged | |
CVRay::VRayRenderer::UserPropertyChanged | Definition of one changed property for LiveLink scene updates |
CVRay::UVTextureSampler | |
CVRay::Value | A generic value holder used by Plugin parameters |
CVRay::Vector | General purpose vector in 3D space using float32 |
CVRay::VersionUnion | |
CVRay::VRayRenderer::VFB | This class groups all VFB related methods |
CVRay::VFBContextMenuItem | This stuct is used to describe a menu item in the VFB's custom context menu |
CVRay::VoxelInfo | The information about a voxel |
►CVRay::VRayException | |
CVRay::FileReadErr | |
CVRay::InitErr | This is thrown when loading the VRaySDKLibrary dynamic library fails |
CVRay::InstantiationErr | This is thrown when a renderer instance can't be created. This is usually due to a license issue |
CVRay::InvalidRenderElementErr | This is thrown when a plugin passed to the render element API is not really a render element plugin |
►CVRay::InvalidTypeErr | This is thrown when an invalid type conversion/interpretation is attempted |
CVRay::InvalidListTypeErr | |
CVRay::NotSupportedErr | This is thrown when unsupported function is called, e.g. DR1 function in DR2 build |
CVRay::PluginUnavailableErr | This is thrown when a plugin class is not available. The DLL may be missing or not on the path |
CVRay::VFBLayerErr | This is thrown when an error occurs while proccesing VFB per-layer manipulations |
CVRay::VFBLayerManagerErr | This is thrown when an error occurs while proccesing VFB layer manager (top-level) manipulations |
CVRay::VRayExportSettings | A struct that encapsulates the export scene options |
CVRay::VRayImage | |
CVRay::VRayInit | |
CVRay::VRayRenderer::VRayProfiler | |
CVRay::VRayProfilerSettings | The settings passed to the VRayRenderer::setVRayProfiler() interface |
CVRay::VRayRenderer | |
CVRay::VRayServer | |
CVRay::VRayServerInit | |