Forum > Resources and Tools

[TOOL] [M2 edit] Collision Adder

<< < (4/8) > >>

schlumpf:
You may want to look at the stacktrace of the crashed application as well as add debug output to see in which line the problem is.

schlumpf:
I just cleared the code up a bit out of boredom.
http://d.pr/ssJe
Clean code, guys!

Mjollna:
Wow, thank you :)

Mjollna:
lol, I feel bad, I should have seen my error (looks like I forgot to change nInd to nTri a few lines up) -_-
Thanks again.

I have a noob question... g++ complained with the include using < > (it couldn't find the files) and I had to change to " " to compile... I tried to read about the difference (quick googling), but I'm not really sure if it changes something in the end or not... Is it really bad to use one instead of the other ?

schlumpf:
" is relative to the current directory. < is relative to the search path specified to the compiler, usually with -I.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version