Author Topic: Access to surfaces?  (Read 1955 times)

Offline D4NM4N

  • byte
  • *
  • Posts: 15
    • View Profile
Access to surfaces?
« on: February 11, 2011, 10:59:49 am »
If i export a mesh with 2 different surfaces (eg a cube with the ends textured with a different texture) how do i texture the separate bits?

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Access to surfaces?
« Reply #1 on: February 11, 2011, 01:21:28 pm »
You can use the PolygonManager for that (doesn't work if your objects were stripped), but you are on your own figuring out which polygons are the ones to change.