Author Topic: Change texture starting position on 3d model  (Read 1587 times)

Offline hemant

  • byte
  • *
  • Posts: 4
    • View Profile
Change texture starting position on 3d model
« on: August 01, 2014, 07:05:12 am »
I had load 3d mug with texture successfully but texture starting position is wrong.

How to manage texture position.
Please help me.

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Change texture starting position on 3d model
« Reply #1 on: August 01, 2014, 07:26:20 am »
Texture mapping is based on the uv-coordinates of the model. The engine doesn't do anything to place the textures except for evaluating this coordinates (unless you are calling one of the calcTextureWrap...()-methods...in that case: Don't do that!). If you want a different uv-mapping, it has to be corrected in some 3d modeler.