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

x/remapper/src/model.ts

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

Functions

Get the anchor offset for an object based on various transforms.

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

Get the objects from a .rmmodel.

Interfaces

The data type used by ModelScene to define objects.

Type Aliases

Allowed inputs for the "animate" method in ModelScene.

Input options for the "animate" method in a ModelScene.

Objects that are allowed to be spawned with a ModelScene.

Allowed options for providing data to a ModelScene.

Allowed inputs for the "static" method in ModelScene.

Input options for the "static" method in a ModelScene.