GarageGames / Torque3D

MIT Licensed Open Source version of Torque 3D from GarageGames
http://torque3d.org
MIT License
3.35k stars 1.2k forks source link

Changes TSStatic::castRayRendered to use passed texcoord argument. #2259

Closed OTHGMars closed 6 years ago

OTHGMars commented 6 years ago

This fixes a bug where TSStatic::castRayRendered() ignored the state of generateTexCoord in the passed RayInfo structure and never returned texture coordinates if requested.