Re: [JAVA3D] view problem

2004-02-16 Thread Mark McKay
Yuefeng Kang wrote: I load a vrml file which is a cylinder (d=105mm, h=180mm) to java 3d viewer but I can not see it clearly. The code is like following, Transform3D viewTrans = new Transform3D(); Transform3D eyeTrans = new Transform3D(); sceneBounds = (BoundingSphere)branchRoot.getBou

[JAVA3D] view problem

2004-02-16 Thread Yuefeng Kang
I load a vrml file which is a cylinder (d=105mm, h=180mm) to java 3d viewer but I can not see it clearly. The code is like following,       Transform3D viewTrans = new Transform3D();    Transform3D eyeTrans = new Transform3D();       sceneBounds = (BoundingSphere)branchRoot.getBounds();   

[JAVA3D] View problem

2003-01-28 Thread Nirun Sereesontivong
Hi I want advice and help I want my scene move follow object. It's like first person view. I don't know how to solve this problem. I think use interpolator with multitransformgroup rigth? please help _ The new MSN 8: smart spam

Re: [JAVA3D] view problem

2002-04-22 Thread Simeon H.K. Fitch
> > I am trying to load an object from VRML into my Java3D scene. The object > has a bounding sphere with: > > radius = r =112.05467415507485 > center = (x,y,z) = (100.0, 50.0, 0.0) > > Now what I am trying to do is finding a good vantage point for this > object. However, what I am getting is an e

[JAVA3D] view problem

2002-04-22 Thread A. Murat Tanyer
Hi; I am trying to load an object from VRML into my Java3D scene. The object has a bounding sphere with: radius = r =112.05467415507485 center = (x,y,z) = (100.0, 50.0, 0.0) Now what I am trying to do is finding a good vantage point for this object. However, what I am getting is an empty screen