Uses of Class
eu.iv4xr.framework.spatial.meshes.Mesh
Package
Description
This package provides classes to do pathfinding over a graph.
-
Uses of Mesh in eu.iv4xr.framework.environments
Modifier and TypeFieldDescriptionprotected Mesh
W3DEnvironment.worldNavigableMesh
A polygon-mesh describing the navigable surface of the 3D-world represented by this environment.Modifier and TypeMethodDescriptionW3DEnvironment.worldNavigableMesh()
Return the polygon-mesh describing the navigable surface of the 3D-world represented by this environment. -
Uses of Mesh in eu.iv4xr.framework.extensions.pathfinding
Modifier and TypeMethodDescriptionstatic SimpleNavGraph
SimpleNavGraph.fromMeshFaceAverage(Mesh mesh)
Generates a SimpleNavGraph from a mesh where a vertex in the navigation graph corresponds to the average center of a face in the mesh.ModifierConstructorDescriptionSurfaceNavGraph(Mesh mesh, float faceAreaThresholdToAddCenterNode)
Create an intance of SurfaceNavGraph from a given mesh. -
Uses of Mesh in eu.iv4xr.framework.mainConcepts
Modifier and TypeMethodDescriptionIv4xrEnvironment.worldNavigableMesh()
You can implement this method.Modifier and TypeMethodDescriptionstatic void
Iv4xrAgentState.loadSimpleNavGraph(Iv4xrAgentState<Integer> state, Mesh mesh)
Covert the given surface-mesh into a navigation graph.static void
Iv4xrAgentState.loadSurfaceNavGraph(Iv4xrAgentState<Integer> state, Mesh mesh, float faceAreaThresholdToAddCenterNode)
Covert the given surface-mesh into a navigation graph.