This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/intern/cycles/render
Kévin Dietrich aa1e4baa22 Cycles : add a Volume Geometry Node
This splits the volume related data (properties for rendering and attributes) of the Mesh node
into a new `Volume` node type.

This `Volume` node derives from the `Mesh` class since we generate a mesh for the bounds of the
volume, as such we can safely work on `Volumes` as if they were `Meshes`, e.g. for BVH creation.
However such code should still check for the geometry type of the object to be `MESH` or `VOLUME`
which may be bug prone if this is forgotten.

This is part of T79131.

Reviewed By: brecht

Maniphest Tasks: T79131

Differential Revision: https://developer.blender.org/D8538
2020-08-19 15:47:09 +02:00
..
2020-08-18 14:28:59 +02:00
2020-07-02 13:03:46 +10:00
2020-08-18 14:28:59 +02:00
2020-08-18 14:28:59 +02:00
2020-08-19 15:47:09 +02:00
2020-08-05 11:49:31 +10:00
2020-08-18 14:28:59 +02:00
2020-08-19 15:47:09 +02:00
2020-08-19 15:47:09 +02:00
2020-08-19 15:47:09 +02:00
2020-08-18 14:28:59 +02:00
2020-08-19 15:47:09 +02:00
2020-08-18 14:28:59 +02:00
2020-08-18 14:28:59 +02:00
2019-08-17 00:57:05 +10:00
2020-08-19 15:47:09 +02:00
2020-08-19 15:47:09 +02:00