Old comment

master
Marc Gilleron 2021-09-26 17:20:43 +01:00
parent 00c228851d
commit 00d6190d3c
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ bool VoxelToolTerrain::is_area_editable(const Box3i &box) const {
}
Ref<VoxelRaycastResult> VoxelToolTerrain::raycast(Vector3 p_pos, Vector3 p_dir, float p_max_distance, uint32_t p_collision_mask) {
// TODO Transform input if the terrain is rotated
// TODO Implement broad-phase on blocks to minimize locking and increase performance
struct RaycastPredicateColor {