Loading...

Fox&Dot SDK

Finally, I added another component, Intersection_Area.

This component tracks which components are currently intersecting with it and detects when and which component enters or leaves it.

Fox&Dot SDK

I made a very serious mistake when I was writing the object intersection handling. I had to redo a lot of things.

I also added a new component called Collision_Area. This is a component that acts as an obstacle. This is its only purpose.

Fox&Dot SDK

I'm demonstrating the full functionality of animation component.

While creating this scene, I thought about making a separate scene component that would be responsible only for intersections and collisions. (Intersection area / collision area)

Fox&Dot SDK

The release is just a little bit away!. I'm currently writing a small demo using the SDK and waiting for my colleague to finish writing the media module.

Fox&Dot SDK