Reconnecting
Reconnecting...
Your session has timed out. Reload to continue.
Your session has timed out. Reload to continue.
Thumbnail for Wayfinder Behaviour

A behaviour for a wayfinder (an arrow) that follows in front of the Player and constantly points at a position.

var wayfinder 

function setup(args) {
  	wayfinder = Behaviour.create("wayfinder").initalize();
}

function start(args) {
	wayfinder.createWayfinder().setTargetPosition(new Vector(0,0,1));
}
Urls
wayfinder-behaviour.js
An error has occurred. This application may no longer respond until reloaded. Reload 🗙