Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This page provides information on the Volumetric Grid as implemented in V-Ray for Houdini.

Overview


The V-Ray Volumetric Grid is a special kind of volumetric effect that works with grid-based cache formats. Compare with Environment Fog, which is a general purpose volumetric shader.

The Volumetric Grid requires two nodes:

Fancy Bullets
typecircle
  • V-Ray Volume Grid Cache – Reads and visualizes volumetric cache data (.aur, .vdb. and .f3d). Contains controls related to how volumetric geometry is loaded during rendering.
  • VolumeGrid Shader – Controls the rendering and shading properties for the volumetric cache. In addition to volumetric rendering, this node provides options for isosurface rendering and meshing.

This two-node setup allows users to export native Houdini volumes and render them with V-Ray using the V-Ray Volume Grid.

UI Text Box
typewarning

Currently there are compatibility issues with Volume Rendering on macOS and Linux operating systems. This will be resolved as soon as possible.

 

Setting up the Volume Grid


To set up the V-Ray Volume Grid, perform the following steps:

1. Create a Geometry node with a volume object (such as V-Ray Volume Grid Cache node, VDB through File SOP, or Volumetric Geometry) inside it.

2. Create a mat network with a V-Ray Material Builder node. Inside the V-Ray Material Builder context, create a VolumeGrid Shader and connect it to the Output node.

 

 

3. Select the Geometry node and in the Render tab, connect the V-Ray Material Builder with the VolumeGrid Shader in the Material input.

 

 

UI Text Box
typenote

If you want to apply V-Ray VolumeGrid Shader with a Material SOP, you must first pack the volume object with a Pack SOP.