Difference between revisions of "User:Tandoorichick/GSoC2016/Logs"
(Created page with "The plan is to not make a mesh healing module just for BRL-CAD, but a portable module that can be used by both BRL-CAD and OpenSCAD. Blog will be up in a while.") |
|||
Line 1: | Line 1: | ||
− | + | Blog with week-wise work including all ideation and explanation at: http://tandoorichick.github.io/ | |
− | + | ==Development Logs== | |
+ | |||
+ | 23/5/16, 24/5/16 - Confusion regarding the indexed and unindexed format of BRL-CAD and OpenSCAD -> researched other ways to implement the portable module. Confusion regarding the use of DCEL as well. | ||
+ | |||
+ | 25/5/16 - Outlined the PolygonalMesh abstract class. Listed out the functions that will be required for the conversion from PolygonalMesh to the DCEL. | ||
+ | |||
+ | 26/5/16 - Outlined the doubly-connected edge list class. Declared virtual functions (that will obtain information from the intermediate mesh to convert to the DCEL) in the PolygonalMesh abstract class. Others will be added later on when the need arises. | ||
+ | |||
+ | 27/5/16, 28/5/16 - Defined the virtual functions in the BRL-CAD conversion file. |
Revision as of 10:03, 28 May 2016
Blog with week-wise work including all ideation and explanation at: http://tandoorichick.github.io/
Development Logs
23/5/16, 24/5/16 - Confusion regarding the indexed and unindexed format of BRL-CAD and OpenSCAD -> researched other ways to implement the portable module. Confusion regarding the use of DCEL as well.
25/5/16 - Outlined the PolygonalMesh abstract class. Listed out the functions that will be required for the conversion from PolygonalMesh to the DCEL.
26/5/16 - Outlined the doubly-connected edge list class. Declared virtual functions (that will obtain information from the intermediate mesh to convert to the DCEL) in the PolygonalMesh abstract class. Others will be added later on when the need arises.
27/5/16, 28/5/16 - Defined the virtual functions in the BRL-CAD conversion file.