@motion-script/core / Texture3D
Type Alias: Texture3D
Texture3D =
string|ImageTexture3D|DataTexture3D|SurfaceTexture3D
Defined in: render3d/texture.ts:155
A texture reference. A bare string is sugar for { src }, so the common case
is map: "/wood.png".