Uses of Class
eu.iv4xr.framework.spatial.meshes.Mesh
Packages that use Mesh
Package
Description
This package provides classes to do pathfinding over a graph.
-
Uses of Mesh in eu.iv4xr.framework.environments
Fields in eu.iv4xr.framework.environments declared as MeshModifier and TypeFieldDescriptionprotected MeshW3DEnvironment.worldNavigableMeshA polygon-mesh describing the navigable surface of the 3D-world represented by this environment.Methods in eu.iv4xr.framework.environments that return MeshModifier 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
Methods in eu.iv4xr.framework.extensions.pathfinding with parameters of type MeshModifier and TypeMethodDescriptionstatic SimpleNavGraphSimpleNavGraph.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.Constructors in eu.iv4xr.framework.extensions.pathfinding with parameters of type MeshModifierConstructorDescriptionSurfaceNavGraph(Mesh mesh, float faceAreaThresholdToAddCenterNode)Create an intance of SurfaceNavGraph from a given mesh. -
Uses of Mesh in eu.iv4xr.framework.mainConcepts
Methods in eu.iv4xr.framework.mainConcepts that return MeshModifier and TypeMethodDescriptionIv4xrEnvironment.worldNavigableMesh()You can implement this method.Methods in eu.iv4xr.framework.mainConcepts with parameters of type MeshModifier and TypeMethodDescriptionstatic voidIv4xrAgentState.loadSimpleNavGraph(Iv4xrAgentState<Integer> state, Mesh mesh)Covert the given surface-mesh into a navigation graph.static voidIv4xrAgentState.loadSurfaceNavGraph(Iv4xrAgentState<Integer> state, Mesh mesh, float faceAreaThresholdToAddCenterNode)Covert the given surface-mesh into a navigation graph.