@forgeax/engine-preview 0.1.3 → 0.1.6
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.
- package/README.md +0 -6
- package/dist/.tsbuildinfo +1 -1
- package/dist/__tests__/subject-kind-owner.test-d.d.ts +1 -0
- package/dist/host/preview-host.d.ts +1 -2
- package/dist/index.mjs +17 -10
- package/dist/index.mjs.map +1 -1
- package/dist/kit/presentation.d.ts +1 -1
- package/dist/material.mjs +3 -4
- package/dist/material.mjs.map +1 -1
- package/dist/mesh.mjs +3 -4
- package/dist/mesh.mjs.map +1 -1
- package/dist/texture.mjs +3 -4
- package/dist/texture.mjs.map +1 -1
- package/dist/vfx.mjs +3 -4
- package/dist/vfx.mjs.map +1 -1
- package/package.json +4 -5
package/README.md
CHANGED
|
@@ -28,12 +28,6 @@ disposes the lexical lease and returns a cleanup census. A non-zero `worlds`,
|
|
|
28
28
|
`renderers`, `canvases`, or `leases` count throws `PreviewCleanupError` with the
|
|
29
29
|
stable `preview-cleanup-live-resources` code.
|
|
30
30
|
|
|
31
|
-
The DevKit exposes these native host-realm operations through the single `forgeax` entry:
|
|
32
|
-
`project.preview`, `material.preview`, `mesh.preview`, `vfx.preview`, and `texture.preview`.
|
|
33
|
-
Resource requests contain `{ "guid": "..." }` and may set one square `size` in the inclusive
|
|
34
|
-
power-of-two range 64..4096 (default 512). The executor loads the owner asset through
|
|
35
|
-
`AssetRegistry.load(guid, kind)` and returns report-linked PNG/RHI/profile evidence.
|
|
36
|
-
|
|
37
31
|
## AI disclosure order
|
|
38
32
|
|
|
39
33
|
1. `list` exposes a domain descriptor and its physical realm.
|