@glyphcss/core 0.0.1 → 0.0.2
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 +2 -2
- package/dist/index.cjs +3 -3
- package/dist/index.d.cts +988 -38
- package/dist/index.d.ts +988 -38
- package/dist/index.js +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -29,8 +29,8 @@ npm install @glyphcss/core
|
|
|
29
29
|
| `Vec2` | `[number, number]`: 2D point or UV coordinate |
|
|
30
30
|
| `Vec3` | `[number, number, number]`: 3D point or direction |
|
|
31
31
|
| `Polygon` | Single renderable polygon: `vertices`, optional `color`, `texture`, `uvs`, `data` |
|
|
32
|
-
| `
|
|
33
|
-
| `
|
|
32
|
+
| `GlyphDirectionalLight` | Directional light: `direction`, optional `color`, optional `intensity` |
|
|
33
|
+
| `GlyphAmbientLight` | Ambient fill light: optional `color`, optional `intensity` |
|
|
34
34
|
| `ParseResult` | Unified parser return: `polygons`, `objectUrls`, `dispose()`, `warnings` |
|
|
35
35
|
| `ObjParseOptions` | Options for `parseObj` |
|
|
36
36
|
| `GltfParseOptions` | Options for `parseGltf` |
|