Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - madman32

Pages: [1]
1
General / Ray tracing in 2d
« on: April 27, 2020, 11:58:24 am »
Hi,

I'm trying to make a 2d robotic simulation (not using ROS/Gazebo) using SFML and would like to add a lidar sensor or other range finding sensors into the simulation. While this could be done by iterating through all objects in the scene and checking if the ray collides with the object when projected up to max distance...

I'm wondering if its possible to get the 2d simulation image from the window and use the GPU through SFML to ray trace the distance to the objects?

Pages: [1]
anything