About Store Forum Documentation Contact



Post Reply 
Questions on Cube
Author Message
BlackBurn Offline
Member

Post: #1
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
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
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
Find all posts by this user Quote this message in a reply
BlackBurn Offline
Member

Post: #3
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
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
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
Find all posts by this user Quote this message in a reply
BlackBurn Offline
Member

Post: #5
Re: Questions on Cube
oh ok.. thanks for the info.
05-25-2009 02:36 PM
Find all posts by this user Quote this message in a reply
Post Reply