I created this application to potentially create three-dimensional scenes with real objects in real proportions in the future. Currently, it is a model that demonstrates elements of creating and deleting objects on a plane, calculating coordinates by moving the cursor, and calculating the lengths of segments. Additionally, the area of the drawn triangles is also calculated.
- Create a 3D scene with objects, axes, and lighting.
- Users can see real-time changes in plane coordinates as they move the mouse cursor.
- You can draw and delete objects on the plane (spheres, lines, triangles).
- You can see the real-time measured length of line segments drawn on the plane.
- You can see the real-time measured area of triangles drawn on the plane.