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

x/remapper/src/deps.ts>three.BuiltinShaderAttributeName

A framework for Beat Saber map scripting.
Go to Latest
type alias three.BuiltinShaderAttributeName
Re-export
import { type three } from "https://deno.land/x/remapper@2.1.0/src/deps.ts";
const { BuiltinShaderAttributeName } = three;
definition:
| "position"
| "normal"
| "uv"
| "color"
| "skinIndex"
| "skinWeight"
| "instanceMatrix"
| "morphTarget0"
| "morphTarget1"
| "morphTarget2"
| "morphTarget3"
| "morphTarget4"
| "morphTarget5"
| "morphTarget6"
| "morphTarget7"
| "morphNormal0"
| "morphNormal1"
| "morphNormal2"
| "morphNormal3"