[brlcad-commits] SF.net SVN: brlcad:[74695] brlcad/trunk/include

2020-01-15 Thread starseeker--- via brlcad-commits
Revision: 74695 http://sourceforge.net/p/brlcad/code/74695 Author: starseeker Date: 2020-01-15 15:16:24 + (Wed, 15 Jan 2020) Log Message: --- These four defines are used by facetize.cpp, and in an initial test appear to compile with VS2017 - will have to see if they

[brlcad-commits] SF.net SVN: brlcad:[74694] brlcad/trunk/src/libbrep/cdt

2020-01-15 Thread starseeker--- via brlcad-commits
Revision: 74694 http://sourceforge.net/p/brlcad/code/74694 Author: starseeker Date: 2020-01-15 15:02:09 + (Wed, 15 Jan 2020) Log Message: --- In the aligned pairs case, just map the vertices and use the triangles from one mesh in the other mesh. Modified Paths:

[brlcad-commits] SF.net SVN: brlcad:[74696] brlcad/trunk/src/libbrep/cdt

2020-01-15 Thread starseeker--- via brlcad-commits
Revision: 74696 http://sourceforge.net/p/brlcad/code/74696 Author: starseeker Date: 2020-01-15 15:45:05 + (Wed, 15 Jan 2020) Log Message: --- Keep needing to use these, so go ahead and move them to util Modified Paths: --

[brlcad-commits] SF.net SVN: brlcad:[74698] brlcad/trunk/src/libbrep/cdt

2020-01-15 Thread starseeker--- via brlcad-commits
Revision: 74698 http://sourceforge.net/p/brlcad/code/74698 Author: starseeker Date: 2020-01-15 18:03:23 + (Wed, 15 Jan 2020) Log Message: --- Make the initial search boxes slightly larger. Modified Paths: -- brlcad/trunk/src/libbrep/cdt/mesh.h

[brlcad-commits] SF.net SVN: brlcad:[74699] brlcad/trunk/src/libbrep/cdt

2020-01-15 Thread starseeker--- via brlcad-commits
Revision: 74699 http://sourceforge.net/p/brlcad/code/74699 Author: starseeker Date: 2020-01-15 18:37:43 + (Wed, 15 Jan 2020) Log Message: --- Don't hit the RTrees more than we have to for the application - if a test point isn't within the bbox face, don't worry about

[brlcad-commits] SF.net SVN: brlcad:[74697] brlcad/trunk/src/libbrep/cdt/tri_isect.cpp

2020-01-15 Thread starseeker--- via brlcad-commits
Revision: 74697 http://sourceforge.net/p/brlcad/code/74697 Author: starseeker Date: 2020-01-15 17:13:29 + (Wed, 15 Jan 2020) Log Message: --- Don't need to do inside/outside test twice Modified Paths: -- brlcad/trunk/src/libbrep/cdt/tri_isect.cpp

[brlcad-commits] SF.net SVN: brlcad:[74700] brlcad/trunk/src/libbrep/cdt/ovlps_grps.cpp

2020-01-15 Thread starseeker--- via brlcad-commits
Revision: 74700 http://sourceforge.net/p/brlcad/code/74700 Author: starseeker Date: 2020-01-15 18:47:04 + (Wed, 15 Jan 2020) Log Message: --- Note that interior edges may not be enough by themselves. Looking at most of the remaining problem cases, it's those really

[brlcad-commits] SF.net SVN: brlcad:[74702] brlcad/trunk/src/libbrep/cdt

2020-01-15 Thread starseeker--- via brlcad-commits
Revision: 74702 http://sourceforge.net/p/brlcad/code/74702 Author: starseeker Date: 2020-01-15 20:19:28 + (Wed, 15 Jan 2020) Log Message: --- convenience function to print out a tri vert point in a format convenient for MGED Modified Paths: --

[brlcad-commits] SF.net SVN: brlcad:[74703] brlcad/trunk/src/libbrep/cdt

2020-01-15 Thread starseeker--- via brlcad-commits
Revision: 74703 http://sourceforge.net/p/brlcad/code/74703 Author: starseeker Date: 2020-01-15 21:02:55 + (Wed, 15 Jan 2020) Log Message: --- Rework closest_pt paramaters slightly. Modified Paths: -- brlcad/trunk/src/libbrep/cdt/mesh.h

[brlcad-commits] SF.net SVN: brlcad:[74701] rt^3/trunk/src/embeddedLua

2020-01-15 Thread d_rossberg--- via brlcad-commits
Revision: 74701 http://sourceforge.net/p/brlcad/code/74701 Author: d_rossberg Date: 2020-01-15 19:45:36 + (Wed, 15 Jan 2020) Log Message: --- integrated lua_binding_for_paraboliccylinder.patch from H1manshu (GCI task: BRL-CAD Lua binding: ParabolicCylinder) Modified

[brlcad-commits] SF.net SVN: brlcad:[74704] brlcad/trunk/src/libbrep/cdt

2020-01-15 Thread starseeker--- via brlcad-commits
Revision: 74704 http://sourceforge.net/p/brlcad/code/74704 Author: starseeker Date: 2020-01-15 22:07:35 + (Wed, 15 Jan 2020) Log Message: --- start experimenting with normal information - not at all sure about the behavior of the normal reporting... have to be cautious