Capítulo 742 de 859

Chapter 742: VolumeShader

Core Idea

Reference for VolumeShader.

Key Concepts

  • VolumeRenderShader1 : ShaderMaterial~Shader (inner, constant): Shaders to render 3D volumes using raycasting. The applied techniques are based on similar implementations in the Visvis and Vispy projects…

Code Examples

import { VolumeRenderShader1 } from 'three/addons/shaders/VolumeShader.js';
  • What it demonstrates: Typical usage of VolumeShader.

Reference Tables

Properties

PropertyDescription
.VolumeRenderShader1 : ShaderMaterial~Shader (inner, constant)Shaders to render 3D volumes using raycasting. The applied techniques are based on similar implementations in the Visvis and Vispy projects. This is not the only approach, therefore it's marked 1.

Key Takeaways

  1. Most relevant properties: VolumeRenderShader1.

Connects To