Jump to content

What is the purpose of struct ::Mesh::Surface.cvertex?


photo

Recommended Posts

Hello,

 

I want to attach the Kynapse what is a middleware about A.I to the Unigine.

the Kynapse needs vertexes for making navigation mesh.

 

when I looked down the unigine source, I found a method called getCoordinateVertex.

I guess it is for making boundary. right?

 

so, I try to use that method to the Kynapse build navigation mesh.

Is it right way? if it was wrong, please tell me a right way.

 

thank you.

Link to comment

I want to attach the Kynapse what is a middleware about A.I to the Unigine.

the Kynapse needs vertexes for making navigation mesh.

 

when I looked down the unigine source, I found a method called getCoordinateVertex.

I guess it is for making boundary. right?

 

so, I try to use that method to the Kynapse build navigation mesh.

Is it right way? if it was wrong, please tell me a right way.

 

 

cvertex is array which contains coordinate only vertices.

This array is used for bounding box calculation and edge topology generation.

And it's correct to use this method for navigation mesh generation.

Link to comment
×
×
  • Create New...