ClothildeC / tonatiuh

Automatically exported from code.google.com/p/tonatiuh
0 stars 0 forks source link

Ray tracing does not work under Linux (Kubunto 9.04 with gcc 4.3.3) #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
To reproduce the problem:
1. Under Linux, open the Eclipse Tonatiuh development environment.
2. Download from this webside the file "ParabolicDish_Example01.thn"
2. Lunch the release version of Tonatiuh.
3. Open within Tonatiuh the downloaded Tonatiuh file.
4. Go to the "Ray Trace" menu.
5. Select the "Ray Trace options..."
6. Check "Draw photons", select "PhotonMapDefault" and click "OK"
7. Click on the "Run" button to run the ray tracer.

You will see the rays coming from the "light" and hitting the concentrator,
but you will no see any reflected ray.

Original issue reported on code.google.com by manuel.j...@gmail.com on 6 Jul 2009 at 1:01

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
The bug has been solved by changing all dynamic_cast to static_cast.

Original comment by manuel.j...@gmail.com on 6 Jul 2009 at 11:42

GoogleCodeExporter commented 8 years ago

Original comment by manuel.j...@gmail.com on 6 Jul 2009 at 11:43