Hello Uwe,

Thanks for your help, and here you have some of my code:

//Array for all files
objTrans = new TransformGroup[NUM_FICH];

int contadorFicheros = 0;
BranchGroup objRoot = new BranchGroup();
TransformGroup objScale = new TransformGroup();

objRoot.addChild(objScale);
 . .

for(int i=0;i NUM_FICH;i++){
  . . .
  objScale.addChild(objTrans[i]);
}

 . .

//estructuraFicheros[NUM_FICHEROS] is an String array with the name
//of the .obj files to be loaded
while(estructuraFicheros[contadorFicheros]!=null){
   . . .
   objTrans[contadorFicheros].addChild(s.getSceneGroup());
}

This is my code, but after the examples you have send me, I must
edit it, to insert an Appearance node.

I hope this helps you,

Iņigo

-----
WWW.BRUJULA.NET, Su Punto de Partida Internet

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to