| 00:17.28 | CIA-48 | BRL-CAD: 03abhi2011 * r47274 10/brlcad/trunk/src/libged/simulate/ (simcollisionalgo.cpp simrt.c): |
| 00:17.28 | CIA-48 | BRL-CAD: More changes to help in debugging, disabled rayshooting for now, generating |
| 00:17.28 | CIA-48 | BRL-CAD: points only from the overlap region as I am debugging the case of a small box |
| 00:17.28 | CIA-48 | BRL-CAD: lying on a thin but larger box, so the overlap region can be used to generate |
| 00:17.28 | CIA-48 | BRL-CAD: correct contact pairs. Apparently the contact pairs are getting inserted but are |
| 00:17.29 | CIA-48 | BRL-CAD: not making it till the dynamics component of Bullet |
| 01:15.28 | brlcad | abhi2011: BU_STR_EQUAL() is your friend |
| 01:18.51 | abhi2011 | brlcad: ah yes, I forgot that macro |
| 01:58.54 | brlcad | exists specifically to avoid that common logic bug and to improve readability |
| 07:23.54 | CIA-48 | BRL-CAD: 03d_rossberg * r47275 10/brlcad/trunk/src/archer/CMakeLists.txt: the DESTINATION of FILE(COPY ~) is a directory |
| 08:28.00 | *** join/#brlcad jordisayol (~jordisayo@unaffiliated/jordisayol) | |
| 11:22.08 | *** join/#brlcad abhi2011 (~chatzilla@ip170-79-211-87.adsl2.static.versatel.nl) | |
| 13:00.05 | cvds_ | starseeker: thanks |
| 13:00.26 | cvds_ | for the -k tip, will need to try that for the next render batch |
| 14:20.12 | brlcad | -k should be a good bit faster than manually creating a cut view yourself (if it's not, file a report!) :) |
| 14:28.21 | CIA-48 | BRL-CAD: 03erikgreenwald * r47276 10/brlcad/trunk/src/libgcv/bottess.c: Bump up memory pool grow size. Add face splitting for vert/line case. Step back indices on split to make sure all splits are computed. |
| 14:57.44 | CIA-48 | BRL-CAD: 03erikgreenwald * r47277 10/brlcad/trunk/src/libgcv/bottess.c: collapse switch down to math and ternaries |
| 16:56.27 | *** join/#brlcad jordisayol (~jordisayo@unaffiliated/jordisayol) | |
| 17:35.43 | CIA-48 | BRL-CAD: 03erikgreenwald * r47278 10/brlcad/trunk/src/libgcv/bottess.c: Woops, triangles should be CCW, not CW |
| 17:53.12 | CIA-48 | BRL-CAD: 03erikgreenwald * r47279 10/brlcad/trunk/src/libgcv/bottess.c: cheesy hardcoded stl output to avoid the nmg mess for now |
| 19:56.36 | *** join/#brlcad abhi2011 (~chatzilla@ip170-79-211-87.adsl2.static.versatel.nl) | |
| 19:56.54 | cvds_ | brlcad: it would also clutter the database less ;) |
| 20:29.03 | CIA-48 | BRL-CAD: 03erikgreenwald * r47280 10/brlcad/trunk/src/libgcv/bottess.c: add in/out classifier to vert/line splitter |
| 23:43.01 | CIA-48 | BRL-CAD: 03abhi2011 * r47281 10/brlcad/trunk/src/libged/simulate/simcollisionalgo.cpp: Debugging continues, apparently the points in rigid body A which is calculated from the point for B and the normal pointing from A to B, is not getting calculated |