You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
596 B

9 months ago
define(['exports', './when-229515d6', './RuntimeError-ffe03243', './Matrix2-f2da41d4'], function (
e,
t,
i,
r
) {
'use strict';
e.GeometryInstance = function (e) {
(e = t.defaultValue(e, t.defaultValue.EMPTY_OBJECT)),
(this.geometry = e.geometry),
(this.modelMatrix = r.Matrix4.clone(t.defaultValue(e.modelMatrix, r.Matrix4.IDENTITY))),
(this.id = e.id),
(this.pickPrimitive = e.pickPrimitive),
(this.attributes = t.defaultValue(e.attributes, {})),
(this.westHemisphereGeometry = void 0),
(this.eastHemisphereGeometry = void 0);
};
});