Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File to elicit 'make-body-from-vertices' problems & display problems #14

Closed
k-okada opened this issue Apr 7, 2014 · 0 comments
Closed

Comments

@k-okada
Copy link
Member

k-okada commented Apr 7, 2014

This is originally posted http://sourceforge.net/p/jskeus/mailman/jskeus-users/thread/E1V1qiy-0007ol-0C%40elasmtp-dupuy.atl.sa.earthlink.net/#msg31221389

Attached is a file that demonstrates the issues with both 'make-body-from-vertices' and with the display code that causes a segmentation fault.

Simply fire up 'irteusgl' and tell it '(load "struto.l")'.

The file will create a list of 87618 face triangles, then call 'make-body-from-vertices' on this list, and then call '(objects mybody)' on the resulting body.

On a standard EusLisp, the 'make-body-from-vertices' will take perhaps 30 minutes, and the call to 'objects' will then crash.

With the modified 'make-body-from-vertices' and the modified 'remove-duplicates' (see my previous messages), the 'make-body-from-vertices' should take perhaps 40 seconds, and the call to 'objects' will crash.

I don't know what the problem is with the system crashing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant