Frontmatter
| id | 8713 |
| title | Feature: Implement 2.5D Volumetric Projection for ServicesCanvas |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Jan 16, 2026, 5:01 PM |
| updatedAt | Jan 16, 2026, 5:22 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8713 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 16, 2026, 5:22 PM |
Feature: Implement 2.5D Volumetric Projection for ServicesCanvas
tobiu assigned to @tobiu on Jan 16, 2026, 5:17 PM

tobiu
Jan 16, 2026, 5:22 PM
Input from Gemini 3 Pro:
✦ Implemented 2.5D volumetric projection with:
project()helper for 3D-to-2D transformation.- "Floor" perspective tilt (negative pitch).
- Interactive 3D rotation based on mouse position.
- Multi-layer rendering: Kernel at
z=400(background), Application atz=0.- Updated Hex, Runner, and Debris rendering to respect perspective distortion.
tobiu closed this issue on Jan 16, 2026, 5:22 PM
Follow-up to the "Neural Lattice" implementation. Currently, the grid is planar (2D). To add the requested "Volume" and depth, we should implement a 2.5D or 3D projection.
Concepts to Explore:
Implementation:
hexToPixelto support a Z-axis or projection matrix.drawHexto render distorted polygons based on projection.