I am trying to use a gpu_ray sensor with both horizontal and vertical rays. I have to use the gpu_sensor because the ray sensor is unacceptably slow. I have run into the vertical ranges problem. **Does anyone have a fix for this?**
**Are there any of the developers working on this problem?**
The sensor is given as:
0 0 0 0 0 0 419 1 -0.35 0.35 8 -0.05 0.05 1 1.0 800 0.01 true 10 true
The collision is with a heightmap.
When run in my simulation, the rays appear in the client, and the data message from the sim is sent to my listener. All of the data is correct except the ranges. The range values are duplicated along each horizontal line, and change for each vertical step.
When I run with only one vertical sample, the ranges are correct.
↧