影像解译
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.

createBoxGeometry.js 964B

12345678910111213
  1. define(['./BoxGeometry-af7d05ef', './defaultValue-fe22d8c0', './Transforms-e2d4a55a', './Matrix3-41c58dde', './Check-6ede7e26', './Math-0a2ac845', './Matrix2-e1298525', './RuntimeError-ef395448', './combine-d9581036', './ComponentDatatype-cf1fa08e', './WebGLConstants-0b1ce7ba', './GeometryAttribute-13da9466', './GeometryAttributes-ad136444', './GeometryOffsetAttribute-9ad0019c', './VertexFormat-030f11ff'], (function (BoxGeometry, defaultValue, Transforms, Matrix3, Check, Math, Matrix2, RuntimeError, combine, ComponentDatatype, WebGLConstants, GeometryAttribute, GeometryAttributes, GeometryOffsetAttribute, VertexFormat) { 'use strict';
  2. function createBoxGeometry(boxGeometry, offset) {
  3. if (defaultValue.defined(offset)) {
  4. boxGeometry = BoxGeometry.BoxGeometry.unpack(boxGeometry, offset);
  5. }
  6. return BoxGeometry.BoxGeometry.createGeometry(boxGeometry);
  7. }
  8. return createBoxGeometry;
  9. }));
  10. //# sourceMappingURL=createBoxGeometry.js.map