Difference between revisions of "User:Caio/GSoC2023/Log"

From BRL-CAD
(Created page with "=Development Logs= <h1>Community Bonding Period</h1> * Studied volumetric rendering * Got a bit familiar with VDB <h1>Work Period</h1>")
 
Line 7: Line 7:
  
 
<h1>Work Period</h1>
 
<h1>Work Period</h1>
 +
 +
==July 14th, 2023==
 +
 +
* 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==
 +
 +
* 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

Revision as of 17:22, 1 August 2023

Development Logs

Community Bonding Period

  • Studied volumetric rendering
  • Got a bit familiar with VDB

Work Period

July 14th, 2023

  • 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

  • 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