UNPKG

planettech

Version:

Toolkit for creating real 3D planets that can be transtioned from ground to sky.

10 lines (9 loc) 262 B
import * as NODE from 'three/nodes'; import * as THREE from 'three'; import { CelestialBodies } from './celestialbodies.js'; export class Moon extends CelestialBodies { constructor(params,name){ super(params,'Moon') this.name = name } }