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.

13 lines
374 B

9 months ago
define(['exports', './when-229515d6'], function (t, n) {
'use strict';
t.GeometryAttributes = function (t) {
(t = n.defaultValue(t, n.defaultValue.EMPTY_OBJECT)),
(this.position = t.position),
(this.normal = t.normal),
(this.st = t.st),
(this.bitangent = t.bitangent),
(this.tangent = t.tangent),
(this.color = t.color);
};
});