Difference between revisions of "User:Pacman87"

From BRL-CAD
(New page: ===2008-05-04=== I'm planning on using this page as a development log for my GSoC work on implementing the revolve and sweep primitive. I have started working on a hyperboloid of one shee...)
 
Line 1: Line 1:
 +
===2008-05-20===
 +
Made my first commit today to submit the code I've been working on for the single-sheet hyperboloid.  I also realized that I needed to check for divide by zero cases in my algorithms, and I fixed my norm() function to handle the div by zero case.
 +
 
===2008-05-04===
 
===2008-05-04===
 
I'm planning on using this page as a development log for my GSoC work on implementing the revolve and sweep primitive.  I have started working on a hyperboloid of one sheet, and posted [http://sourceforge.net/tracker/index.php?func=detail&aid=1939611&group_id=105292&atid=640804 patches] to sourceforge.  I have finished the prep, print, shot, norm, uv, and free functions in src/librt/g_hyp.c, and made changes to src/librt/Makefile.am, include/raytrace.h, include/rtgeom.h, and src/librt/table.c to support the new primitive.
 
I'm planning on using this page as a development log for my GSoC work on implementing the revolve and sweep primitive.  I have started working on a hyperboloid of one sheet, and posted [http://sourceforge.net/tracker/index.php?func=detail&aid=1939611&group_id=105292&atid=640804 patches] to sourceforge.  I have finished the prep, print, shot, norm, uv, and free functions in src/librt/g_hyp.c, and made changes to src/librt/Makefile.am, include/raytrace.h, include/rtgeom.h, and src/librt/table.c to support the new primitive.
 
*Design document for [[Revolve Primitive]]
 
*Design document for [[Revolve Primitive]]

Revision as of 18:56, 20 May 2008

2008-05-20

Made my first commit today to submit the code I've been working on for the single-sheet hyperboloid. I also realized that I needed to check for divide by zero cases in my algorithms, and I fixed my norm() function to handle the div by zero case.

2008-05-04

I'm planning on using this page as a development log for my GSoC work on implementing the revolve and sweep primitive. I have started working on a hyperboloid of one sheet, and posted patches to sourceforge. I have finished the prep, print, shot, norm, uv, and free functions in src/librt/g_hyp.c, and made changes to src/librt/Makefile.am, include/raytrace.h, include/rtgeom.h, and src/librt/table.c to support the new primitive.