Page 1 of 1

bulk loader?

PostPosted: Sep 27, 2007 @ 6:33am
by CHRISGNICHOLAS

PostPosted: Sep 28, 2007 @ 6:27pm
by edge

PostPosted: Sep 28, 2007 @ 7:04pm
by CHRISGNICHOLAS

PostPosted: Oct 2, 2007 @ 10:55am
by edge
Hi Chris,

The problem is that each model can only have one texture applied to them. There are 2 ways to handle models with complicated textures:

Use one image to contain the texture. A good example is Animate3D in the EDGELIB samples folder. The texture image contains pictures for the turtle shell, eyes, legs, etc. This is the recommended method and is used in most 3D games.

Another method is to use 2 models. For example, one for the body and one for the face.

PostPosted: Oct 2, 2007 @ 2:33pm
by CHRISGNICHOLAS
thanks for this re: multiple textures.

still somewhat stuck on batch encoding to a format Edge can read...

:(

Chris

PostPosted: Oct 3, 2007 @ 6:55pm
by edge
Discussion continued by e-mail.