Revision: 64338
http://sourceforge.net/p/brlcad/code/64338
Author: starseeker
Date: 2015-03-03 19:37:27 +0000 (Tue, 03 Mar 2015)
Log Message:
-----------
verts -> verts2d
Modified Paths:
--------------
brlcad/trunk/src/librt/test_shape_recognition.cpp
Modified: brlcad/trunk/src/librt/test_shape_recognition.cpp
===================================================================
--- brlcad/trunk/src/librt/test_shape_recognition.cpp 2015-03-03 19:30:57 UTC
(rev 64337)
+++ brlcad/trunk/src/librt/test_shape_recognition.cpp 2015-03-03 19:37:27 UTC
(rev 64338)
@@ -124,9 +124,10 @@
/* Uncomment this code to create per-face bots for debugging purposes */
/*
bu_vls_sprintf(&prim_name, "bot_%s_face_%d.s", bu_vls_addr(data->key),
b_face->m_face_index);
- if (mk_bot(wdbp, bu_vls_addr(&prim_name), RT_BOT_SOLID,
RT_BOT_UNORIENTED, 0, b_loop->m_ti.Count(), num_faces, (fastf_t *)verts, faces,
(fastf_t *)NULL, (struct bu_bitv *)NULL)) {
+ if (mk_bot(wdbp, bu_vls_addr(&prim_name), RT_BOT_SOLID,
RT_BOT_UNORIENTED, 0, b_loop->m_ti.Count(), num_faces, (fastf_t *)verts2d,
faces, (fastf_t *)NULL, (struct bu_bitv *)NULL)) {
std::cout << "mk_bot failed for face " << b_face->m_face_index <<
"\n";
- }*/
+ }
+ */
}
/* Now we can build the final faces array for mk_bot */
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits