User:Caio/GSoC2023/Log
From BRL-CAD
Contents
Development Logs[edit]
Community Bonding Period
- Studied volumetric rendering
- Got a bit familiar with VDB
Work Period
July 14th, 2023[edit]
- Add magic number for VDB.
- Add VDB_ID to ID list.
- Add rt_vdb_internal which will store the VDB data.
- At this moment there is not data in the internal structure.
- Add command make <objectName> vdb that will create a vdb object.
July 28th, 2023[edit]
- Add a bounding box (min and max 3D vector) to rt_vdb_internal.
- In the future, rt_vdb_internal will store VDB data.
- Add table for ID_VDB on librt
- Create basic function to ray tracing the bouding box