Skip to content

Commit f477159

Browse files
author
DavidQ
committed
Add Advanced 3D Sample 1621 (AI Navigation Demo)
1 parent c2933ae commit f477159

10 files changed

Lines changed: 624 additions & 5 deletions

docs/dev/CODEX_COMMANDS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
MODEL: GPT-5.3-codex
22
REASONING: high
3-
COMMAND: Implement samples 1618-1620, integrate into index, ensure visible camera movement and UI clarity, package to <project folder>/tmp/BUILD_PR_LEVEL_17_30_ADVANCED_3D_SAMPLES_BATCH_4.zip
3+
COMMAND: Implement sample 1621 AI navigation demo with visible pathing, integrate into samples/index.html, package to <project folder>/tmp/BUILD_PR_LEVEL_17_31_ADVANCED_3D_SAMPLES_BATCH_5.zip

docs/dev/COMMIT_COMMENT.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Add Advanced 3D Samples batch 4 (1618-1620)
1+
Add Advanced 3D Sample 1621 (AI Navigation Demo)
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
- [ ] samples load
2-
- [ ] UI visible
3-
- [ ] no errors
1+
- [ ] sample loads
2+
- [ ] agents move
3+
- [ ] paths visible
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# BUILD_PR_LEVEL_17_31_ADVANCED_3D_SAMPLES_BATCH_5
2+
3+
Implement:
4+
- samples/1621-ai-navigation
5+
6+
Requirements:
7+
- pathfinding visible
8+
- agents move correctly
9+
- debug visualization optional
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# PLAN_PR_LEVEL_17_31_ADVANCED_3D_SAMPLES_BATCH_5
2+
3+
Purpose:
4+
Complete Advanced 3D Samples.
5+
6+
Scope:
7+
- 1621 AI Navigation Demo

samples/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,7 @@ <h2>Phase 16 - 3D Capability Track</h2>
493493
<a class="live" href="./phase-16/1618/index.html" title="Examines moving light behavior against multiple material swatches with visible camera orbit motion." data-tags="camera3d, lighting3d, materials3d, render3d, scene, themetokens" data-primary="lighting-materials-lab">Sample 1618 - Lighting & Materials Lab</a>
494494
<a class="live" href="./phase-16/1619/index.html" title="Demonstrates a readable debug HUD layered above an active 3D scene with explicit world/UI labels." data-tags="camera3d, debughud3d, ui-overlay, render3d, scene, themetokens" data-primary="debug-hud-sample">Sample 1619 - Debug HUD Sample</a>
495495
<a class="live" href="./phase-16/1620/index.html" title="Provides a compact 3D pickup mini game reference with follow camera movement and clear HUD scoring." data-tags="camera3d, minigame3d, pickups, hud, scene, themetokens" data-primary="mini-game-reference">Sample 1620 - Mini Game (3D Reference)</a>
496+
<a class="live" href="./phase-16/1621/index.html" title="Demonstrates visible AI pathfinding routes and movement across a blocked 3D navigation grid." data-tags="camera3d, ai3d, pathfinding, navigation, scene, themetokens" data-primary="ai-navigation-demo">Sample 1621 - AI Navigation Demo</a>
496497
</div>
497498
</section>
498499
</div>

0 commit comments

Comments
 (0)