defaultTargetMeshOptions can set teleportationFillColor
How to set up a model instead of a transport style?
Looking forward to the answer!
If you are asking how to pass a different model, you need to use teleportationTargetMesh
instead of passing options to configure the default mesh.
If you want to support rotation as well (while teleporting), you will also need to have a child mesh called rotationCone
.
I am not quite sure what am I seeing. This is the default teleportation model. It seems to be mis-aligned, which might suggest the model you are trying to teleport to is not straight.
You haven’t actually explained what is wrong, so it is hard to answer.
would be great if you shared a reproduction. Playground?
thanks!
If you are asking how to pass a different model, you need to use teleportationTargetMesh
instead of passing options to configure the default mesh.
The answer is I need it!