UNPKG

@google/model-viewer

Version:

Easily display interactive 3D models on the web and in AR!

11 lines (10 loc) 202 B
import { Mesh } from 'three'; /** * Creates a mesh that can receive and render shadows. */ export default class Shadow extends Mesh { /** * Create a shadow mesh. */ constructor(); }