duckietown / gym-duckietown

Self-driving car simulator for the Duckietown universe
http://duckietown.org
Other
51 stars 19 forks source link

Mesh rendering bug #55

Closed maximecb closed 6 years ago

maximecb commented 6 years ago

There seems to be a mesh rendering bug affecting the building object in regress_4way_adam. You can press the page up key in manual_control to make the camera angle horizontal:

./manual_control.py --map-name regress_4way_adam

See screenshot:

The bottom row of windows is not rendered correctly. This may be related to this commit I made 5 days ago, adding support for multiple textures per model. Would be good to check with and without.

maximecb commented 6 years ago

I reverted the multi-texture commit in another branch and that isn't the issue. There's something wrong with the mesh somehow.

maximecb commented 6 years ago

I re-exported it in blender, and it was fixed. Shrug!