www.jpct.net

jPCT-AE - a 3d engine for Android => Support => Topic started by: hemant on August 01, 2014, 07:05:12 am

Title: Change texture starting position on 3d model
Post by: hemant 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.
(http://s27.postimg.org/6359nz1fn/Screen_Shot_2014_08_01_at_10_24_16_AM.png)
Title: Re: Change texture starting position on 3d model
Post by: EgonOlsen 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.