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

x/remapper/src/model.ts>debugObject

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

Debug the transformations necessary to fit an object to a cube. Use the axis indicators to guide the process.

Parameters

Object to spawn.

resolution: number

The scale of the object for each axis.

optional
scale: Vec3

The scale multiplier for the spawned object previously mentioned.

optional
anchor: Vec3

The anchor offset for the spawned object previously mentioned.

optional
rotation: Vec3

The rotation offset for the spawned object previously mentioned.