[JAVA3D] Big OutOfMemory problem

2004-11-23 Thread Demian Gutierrez
Hello (forgive my english) First: I’m sooner or later ending with a java.lang.OutOfMemoryError I'm making an application to display boxes packed in a pallet/container. The scene I’m creating is like this: BG(1) | TG(2) / \ /\ (3)BGBG(4)

[JAVA3D] Collision Detection

2004-11-23 Thread Renato Simoes
Hello, I'm working in a project that need collision detection. I see that have many techniques to apply, but i want a example code. Anyone may help me? Tks 4 all; Renato Simões ___ Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o

Re: [JAVA3D] Big OutOfMemory problem

2004-11-23 Thread Mike Pilone
Hello, One suggestion is to run your application in a profiler so you get a better idea of what is using the memory. There are a few of them out there, but http://www.ej-technologies.com/download/jprofiler/trial.php is one I recommend. You can get a 10 day trial from the link above. I have had tr

[JAVA3D] RES: [JAVA3D] Collision Detection

2004-11-23 Thread Leandro Taddeo
Hi Renato, I think, this will help Are you from Brasil? Leandro Taddeo -Mensagem original- De: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED] nome de Renato Simoes Enviada em: terça-feira, 23 de novembro de 2004 16:03 Para: [EMAIL PROTECTED] Assunto: [JAVA3D] Collision Detect

Re: [JAVA3D] RES: [JAVA3D] Collision Detection

2004-11-23 Thread Renato Simoes
Olá Leandro, Sou do brasil sim, especificamente de Belém-PA. Estas no Orkut? Temos uma comunidade de java3d lá! acho que por enquanto é a única! entra lá! ps: Enjoy the java3d community in Orkut, looking for: "Java 3d" Obrigado pela ajuda leandro! Abraços, Renato --- Leandro Taddeo <[EMAIL

Re: [JAVA3D] Big OutOfMemory problem

2004-11-23 Thread Demian Gutierrez
I tried the profile, and results were very confusing. In fact, my objects and some Java3D objects used a little memory and most of them were correctly garbage collected. In fact (and I make the sum) all my objects and Java3D objects only used 12MB of memory (that's what the profiler reported). I t