[JAVA3D] This is sachin from India asking for help about java 3d

2000-11-24 Thread Sachin Korgaonkar
Hi Tina, I am sachin from India, working as a web developer. Currently doing Java. I know Java, VRML, Macromedia Director. Basically these are my special interests. But now I want to go in 3d programming. I know VRML very throughly, But I want to go in Java3d and Macromedia 3d. So Please can u t

[JAVA3D] com.sun.j3d.utils.* class

2000-11-24 Thread hamidsolo
Hi where i can find the doc for  "com.sun.j3d.utils.*" class thanks .  

[JAVA3D] tremendous performance breakdown with setTransform method...

2000-11-24 Thread Vissers, Roland
Hi all... The setTransform(Transform3D t) method of the TransformGroup class consumes a lot of memory the frame rate of my visualisation drops dramtically when calling this method for periodic scenegraph updates I suppose that the method does a lot of matrix calculations and does not use

Re: [JAVA3D] Multi-texture question

2000-11-24 Thread Shawn Kendall
I'm still a little fuzzy on the main texture. In the end, is it one single texture that is produced by your texel blending or, are you doing the blending at the TextureUnitState level? If it is one big texture, how big? 512x512? Thanks. David wrote: > Shawn: > > > > The detail texture is the sa

Re: [JAVA3D] RestrictedAccessException - VRMLloader

2000-11-24 Thread Tina Manoharan Valappil
Hi, Vow thanks a lot. Hmm, I didnt even think about this, how stupid :-) But that was cool. Cheers Tina > To do this you must set the capabilities before you add the > BG to the scenegraph. > > I do it this way: > > Enumeration enum =

[JAVA3D] Grouping problem ( non-affine transform )

2000-11-24 Thread Morten Gustavsen
Hi all, I want to group objects in such a way that when I pick the parent of the group, all children follows with it. But when I pick a child, the child should move freely and independent of the parent. The scenegraph is rearranged when objects are picked interactively by the user (all o

Re: [JAVA3D] RestrictedAccessException - VRMLloader

2000-11-24 Thread #LAW YEE WEI#
Tina, The Shape3Ds loaded by the VRML loader would never have ALLOW_APPEARANCE_READ set, if you read the source code carefully. Therefore you might have to change the source code, i.e. com.sun.j3d.loaders.vrml97.Shape.initImpl(). As to where you want to set the capability in the method is at your

Re: [JAVA3D] Removing Object from Scene Graph

2000-11-24 Thread Wyss Christian
Hi all You may try with calling System.gc() - in out project it didn't really close all mem - leaks, but situation went better after having put it in. Chris Kelvin Chung wrote: > Hi Daniel, > > >MIME-Version: 1.0 > >Date: Fri, 17 Nov 2000 12:41:00 -0500 > >From: "Dvorak, Daniel J." <[EMAIL PR