docs: add Phase 5-3 raycasting status and deferred items

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-25 10:49:19 +09:00
parent 67273834d6
commit 75ec3b308f
3 changed files with 17 additions and 7 deletions

View File

@@ -3,7 +3,6 @@ use voltex_ecs::Transform;
use voltex_math::{Vec3, Ray};
use crate::collider::Collider;
use crate::bvh::BvhTree;
use crate::ray as ray_tests;
#[derive(Debug, Clone, Copy)]