Re: [JAVA3D] Java 3D FULL SCREEN

2004-05-12 Thread Florin Herinean
Your full screen demo is great. I've used ideas from it to make my application switch at runtime between various full screen modes and windowed mode, with both java3d and jogl canvases. A must see for every full screen beginner ! Cheers, Florin -Original Message- From: Discussion list f

[JAVA3D] Md3 loader

2004-05-12 Thread C.H.Zhu
Hi, all,   I downloaded md3 loader from http://www.newdawnsoftware.com/. But I do not know how to use this loader, for I have not used it before. I hope somebody who ever used it can help me.             Best regards!           Zch

Re: [JAVA3D] Md3 loader

2004-05-12 Thread *V*
Hi all i am from Italy, i' new on this list :)   now the response..    import in the code: import org.newdawn.j3d.loaders.ac3d.AC3DLoader; import org.newdawn.j3d.loaders.ac3d.AC3DModel; import java.net.URL; then load the object... String src = "" ; BranchGroup modelBranch = null; try {

[JAVA3D] Disappearing Objects

2004-05-12 Thread Benjamin Isaac Rapoport
Hello, Would someone kindly tell me how to control how visual objects disappear into the distance? Here is the problem. I have a simple navigator program with cubes distributed throughout space. As I move backwards, the cubes furthest away start to disappear. This continues to happen as I move bac

Re: [JAVA3D] Disappearing Objects

2004-05-12 Thread Josh Richmond
Hi Ben, You need to set the front and back clipping planes of your Views. There have been many questions on this list discussing appropriate settings for these distances. I believe the Java3D tutorial will also describe what clipping planes are if you are new to the concept. Josh >>> [EMAIL PROT

[JAVA3D] Can't see a loaded model

2004-05-12 Thread Dudi Gil
hi I loaded a .3ds model which it's Bounding box = Lower:(8584,37,-5068) Upper:(8615,49,5058). My problem is that I can't see it. How can I direct the viewPlatform to show the loaded model. Thanks === To unsubscribe, send

Re: [JAVA3D] Md3 loader

2004-05-12 Thread Laurent Letellier
Hi, Hmmm...I might be mistaking but it seems but from what I know MD2 and AC3D are not the same kind of files. I used the MD3 loader for this animation http://www.la-cfd.com/cassos/test/md3/index.html (need webstart) only yet so I don't know everything but here what I figured o