BlackBurn
Member
|
Questions on Cube
It's rather may be very easy question but quite useful for me now.
I saw a code in the basics to make a cube, but how do you make a textured cube with multiple textures on it?
|
|
05-23-2009 04:26 AM |
|
Esenthel
Administrator
|
Re: Questions on Cube
a Mesh is an array of MeshPart's
each MeshPart can have a different material set.
so you can setup the cube in Mesh Editor (split it's faces into multiple MeshPart's and then set a different material for each face)
|
|
05-23-2009 04:31 PM |
|
BlackBurn
Member
|
Re: Questions on Cube
Sorry for not mentioning it before, my question was on the in built cube generator.
|
|
05-25-2009 01:46 PM |
|
Esenthel
Administrator
|
Re: Questions on Cube
you would have to program it manually using Mesh methods
builtin cube generation method only does what you can see
|
|
05-25-2009 02:31 PM |
|
BlackBurn
Member
|
Re: Questions on Cube
oh ok.. thanks for the info.
|
|
05-25-2009 02:36 PM |
|