Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/remapper/src/general.ts>worldToWall

A framework for Beat Saber map scripting.
Go to Latest
function worldToWall
import { worldToWall } from "https://deno.land/x/remapper@3.0.0/src/general.ts";

Calculate the correct position for a wall to line up with a position in the world.

Parameters

pos: Vec3

Position of the wall in world space.

rot: Vec3

Rotation of the wall in world space.

scale: Vec3

Scale of the wall in world space.