Jump to content

[SOLVED] issues with texCoord


photo

Recommended Posts

  • 2 weeks later...

Hi silent,

thanks for finded it.

I can see where is the problem, before when i first implement it, we don't have LODs on models, it have always only single surface and also target mesh have only one surface.

 

So thanks again

Honya

Link to comment
  • silent changed the title to [SOLVED] issues with texCoord

Also you have wrong text in unigine scripy documentation.

For function getTexCoord0 and setTexCoord0 on ObjectMeshSkinned class.

  • int num - The number of the vertex in the vertex buffer.

It indicates iterate over getNumVertex values, but right function is getNumTexCoords0.

Honya

Link to comment
×
×
  • Create New...