MotionScript

@motion-script/core


@motion-script/core / SurfaceSource3D

Type Alias: SurfaceSource3D

SurfaceSource3D = Graphics | Node

Defined in: render3d/texture.ts:127

What a SurfaceTexture3D can be painted from: a built Graphics command list, or a Node subtree.

Both imports are type-only, exactly as Color is — render3d describes scenes as data and never reaches into the render or node layers at runtime, and a value import of Node here would close a real module cycle. Consumers narrow with resolveSurfaceSource.