Header menu logo PhysicsSandbox

MeshResolver Module

Types

Type Description

MeshResolverState

Opaque mesh resolver state for the client.

Functions and values

Function or value Description

create arg1

Full Usage: create arg1

Parameters:
Returns: MeshResolverState

Create a new mesh resolver with a gRPC client for on-demand fetches.

arg0 : PhysicsHubClient
Returns: MeshResolverState

fetchMissingSync arg1 arg2

Full Usage: fetchMissingSync arg1 arg2

Parameters:

Fetch missing mesh geometries from the server synchronously.

arg0 : string list
arg1 : MeshResolverState

processNewMeshes arg1 arg2

Full Usage: processNewMeshes arg1 arg2

Parameters:

Process new mesh geometries from a state update into the local cache.

arg0 : MeshGeometry seq
arg1 : MeshResolverState

resolve arg1 arg2

Full Usage: resolve arg1 arg2

Parameters:
Returns: Shape option

Resolve a mesh ID to its full shape from the local cache.

arg0 : string
arg1 : MeshResolverState
Returns: Shape option

Type something to start searching.