You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ A lightweight volume renderer for [three.js](https://threejs.org/) that uses ray
8
8
9
9
## Description
10
10
11
-
The volume renderer is implemented as a single `VolumeRenderer` class that extends `THREE.Mesh` with a raymarching fragment shader. You can either provide your own 3D volumetric data or supply a custom function in GLSL to create complex procedural shapes or surfaces. The example 3D volume data is the soot visibility from a smoke simulation rendered using the [Fire Dynamics Simulator](https://pages.nist.gov/fds-smv/).
11
+
The volume renderer is implemented as a single `VolumeRenderer` class that extends `THREE.Mesh` with a raymarching fragment shader. You can either provide your own 3D volumetric data or supply a custom function in GLSL to create complex procedural shapes or surfaces. The demo 3D volume data is the soot visibility from a smoke simulation rendered using the [Fire Dynamics Simulator](https://pages.nist.gov/fds-smv/).
12
12
13
13
The renderer works as a fullscreen postprocessing effect which renders on top of existing geometry.
0 commit comments