MCPcopy Create free account
hub / github.com/ad044/lainTSX / constructor

Method constructor

src/objects.ts:484–538  ·  view source on GitHub ↗
(
        textures: Texture,
        {
            scale_factor = 1,
            position = vec3(0, 0, 0),
            rotation = euler(0, 0, 0),
            opacity = 1,
            render_order = 0,
            depth_test = true,
            visible = true,
            material_kind = Sprite3DMaterialKind.Basic,
            side = THREE.FrontSide,
            color = 0xffffff,
        }: Sprite3DParameters
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

vec3Function · 0.90
eulerFunction · 0.90
get_textureFunction · 0.90

Tested by

no test coverage detected