tree hierachy and selection test

This commit is contained in:
max
2024-10-15 21:47:23 +02:00
parent 91b4f5fafb
commit 5cc876fce9
3 changed files with 102 additions and 23 deletions

View File

@ -2,7 +2,6 @@
using Nerfed.Runtime.Components;
using Nerfed.Runtime.Util;
using System.Numerics;
using static System.Runtime.InteropServices.JavaScript.JSType;
// TODO:
// Explore if having a WorldTransform and LocalTransfom component each holding position, rotation, scale values and the matricies is useful.