Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/remapper/src/model.ts>ModelScene#addPrimaryGroups

A framework for Beat Saber map scripting.
Latest
method ModelScene.prototype.addPrimaryGroups
import { ModelScene } from "https://deno.land/x/remapper@3.1.2/src/model.ts";

Assign a track in input ModelObjects to spawn and pool new objects.

Parameters

track: string | string[]

Track to check for.

Object to spawn.

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.