@forgeax/engine-gltf 0.1.27 → 0.1.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,7 +13,7 @@ var GLTF_MESHOPT_FILTERS = ["NONE", "OCTAHEDRAL", "QUATERNION", "EXPONENTIAL"];
13
13
  var gltfErrorPolicy = {
14
14
  "gltf-malformed-header": {
15
15
  expected: "GLB 12-byte header (magic 0x46546C67 + version=2 + length) plus mandatory JSON chunk",
16
- hint: "verify .glb is not truncated; rerun: forgeax-engine-remote-gltf import <path>"
16
+ hint: "verify .glb is not truncated; rerun: forgeax asset import <path> --root <project> --json"
17
17
  },
18
18
  "gltf-version-unsupported": {
19
19
  expected: 'asset.version === "2.0"',
@@ -49,7 +49,7 @@ var gltfErrorPolicy = {
49
49
  },
50
50
  "gltf-meta-missing": {
51
51
  expected: "sidecar <source>.meta.json (importer: 'gltf') present in same directory",
52
- hint: "run: forgeax-engine-remote-gltf import <path>"
52
+ hint: "run: forgeax asset import <path> --root <project> --json"
53
53
  },
54
54
  "gltf-instancing-count-mismatch": {
55
55
  expected: "all instance attribute accessors share the same count",
@@ -77,7 +77,7 @@ var gltfErrorPolicy = {
77
77
  },
78
78
  "gltf-image-extract-failed": {
79
79
  expected: "image bytes extractable from bufferView / data-URI / external URI without corruption",
80
- hint: "verify the bufferView byte range / data: URI base64 / external URI sibling file is intact next to the .gltf source; rerun: forgeax-engine-remote-gltf import <path>"
80
+ hint: "verify the bufferView byte range / data: URI base64 / external URI sibling file is intact next to the .gltf source; rerun: forgeax asset import <path> --root <project> --json"
81
81
  },
82
82
  "gltf-skin-attr-asymmetric": {
83
83
  expected: "mesh primitive declares JOINTS_0 and WEIGHTS_0 symmetrically (both present or both absent)",