© Square Enix © Goodbye Kansas


Table of Contents

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

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:

  • 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.

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.

 

 

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