コード例 #1
0
        public override void Update()
        {
            DebugDrawer.AddBoundingBox(AABB, Color.Red, 2000);
            //DebugDrawer.AddBoundingSphere(AABS, Color.Yellow, 2000);

            DebugDrawer.AddLine(ray.Position, ray.Position + (ray.Direction * 10), Color.LawnGreen);
            base.Update();
        }