Jump to content

[SOLVED] issues with texCoord


photo

Recommended Posts

  • 2 weeks later...
Posted

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

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

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

Posted

Hi Honya,

Will update the documentation ASAP!

Thank you for reporting!

 

×
×
  • Create New...