diff --git a/mantra-client/public/categories.js b/mantra-client/public/categories.js index 896d55a4..b987b7e1 100644 --- a/mantra-client/public/categories.js +++ b/mantra-client/public/categories.js @@ -329,6 +329,14 @@ let entity_examples = [ image: 'placeholder-image.jpg', url: 'entity/entity-lifetime.html', tags: ['entity', 'lifetime', 'duration', 'time', 'exist', 'live', 'survive', 'persist', 'endure', 'continue', 'remain'] + }, + { + title: 'Absolute Position', + category: 'entity', + description: 'Set an absolute screen position for an entity.', + image: 'placeholder-image.jpg', + url: 'entity/absolute-position.html', + tags: ['absolute', 'fixed', 'position', 'entity', 'screen', 'location', 'place', 'spot', 'site', 'area', 'region', 'zone'] } ]; @@ -1024,6 +1032,14 @@ let container_examples = [ url: 'containers/group-entities.html', tags: ['group', 'entities', 'group', 'layout', 'arrangement', 'composition', 'assembly', 'collection', 'assemblage', 'aggregation'] }, + { + title: 'Scene Layout', + category: ['containers', 'scenes', 'entity'], + description: 'Arrange entities by origin in a Scene.', + image: 'placeholder-image.jpg', + url: 'containers/scene-layout.html', + tags: ['grid', 'layout', 'arrange', 'entities', 'group', 'layout', 'arrangement', 'composition', 'assembly', 'collection', 'scene'] + }, { title: 'Grid Layout', category: 'containers', diff --git a/mantra-client/public/examples/categories.js b/mantra-client/public/examples/categories.js index 896d55a4..b987b7e1 100644 --- a/mantra-client/public/examples/categories.js +++ b/mantra-client/public/examples/categories.js @@ -329,6 +329,14 @@ let entity_examples = [ image: 'placeholder-image.jpg', url: 'entity/entity-lifetime.html', tags: ['entity', 'lifetime', 'duration', 'time', 'exist', 'live', 'survive', 'persist', 'endure', 'continue', 'remain'] + }, + { + title: 'Absolute Position', + category: 'entity', + description: 'Set an absolute screen position for an entity.', + image: 'placeholder-image.jpg', + url: 'entity/absolute-position.html', + tags: ['absolute', 'fixed', 'position', 'entity', 'screen', 'location', 'place', 'spot', 'site', 'area', 'region', 'zone'] } ]; @@ -1024,6 +1032,14 @@ let container_examples = [ url: 'containers/group-entities.html', tags: ['group', 'entities', 'group', 'layout', 'arrangement', 'composition', 'assembly', 'collection', 'assemblage', 'aggregation'] }, + { + title: 'Scene Layout', + category: ['containers', 'scenes', 'entity'], + description: 'Arrange entities by origin in a Scene.', + image: 'placeholder-image.jpg', + url: 'containers/scene-layout.html', + tags: ['grid', 'layout', 'arrange', 'entities', 'group', 'layout', 'arrangement', 'composition', 'assembly', 'collection', 'scene'] + }, { title: 'Grid Layout', category: 'containers', diff --git a/mantra-client/public/examples/entity.html b/mantra-client/public/examples/entity.html index 4e9e07af..f681f79f 100644 --- a/mantra-client/public/examples/entity.html +++ b/mantra-client/public/examples/entity.html @@ -319,6 +319,13 @@
+ +
+ Entity +

Set an absolute screen position for an entity.

+

Absolute Position

+
+
Entity @@ -452,6 +459,13 @@

Field of View

Group Entities

+ +
+ Entity +

Arrange entities by origin in a Scene.

+

Scene Layout

+
+
Entity diff --git a/mantra-client/public/examples/gallery.html b/mantra-client/public/examples/gallery.html index c2fc917d..fa366a7c 100644 --- a/mantra-client/public/examples/gallery.html +++ b/mantra-client/public/examples/gallery.html @@ -241,7 +241,7 @@