Enzo Hugonnierdarleanews.hashnode.dev·May 16, 2023Demystifying Raycasting: Building 2D and 2.5D Ray cast Engines in C++Raycasting is a core technique used in computer graphics and game development. It's like casting a line into a scene to find out what it hits. A ray cast can answer questions like "What object is under the mouse cursor?" or "What's in the player's fi...221 readsGame and Physics programmingraycasting
Saket Munda5aket.hashnode.dev·Jul 23, 2022AR Plane Detection & Placing an ObjectIn the previous blog, we have seen 2D Image Tracking, let's see how Unity makes easier to detect the plane in the real world and use that plane to place or spawn any object. Use case The most famous living scenario is IKEA. You might know how IKEA pl...48 readsAugmented RealityAugmented Reality