- When resolving objects, populate object costs (land impact)
- Add a function to find objects by name (regex or micromatch *glob style)
This commit is contained in:
@@ -54,10 +54,12 @@ export class AgentCommands extends CommandsBase
|
||||
{
|
||||
this.agent.cameraUpAxis = upAxis;
|
||||
}
|
||||
this.agent.sendAgentUpdate();
|
||||
}
|
||||
|
||||
setViewDistance(viewDistance: number)
|
||||
{
|
||||
this.agent.cameraFar = viewDistance;
|
||||
this.agent.sendAgentUpdate();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user