高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】bug in oddblightsethotspotandfalloff90
bug in oddblight::sethotspotandfalloff()
bug in oddblight::sethotspotandfalloff()
the code in oddblight::sethotspotandfalloff() handles parameters hotspot and falloff as if they were in degrees, but then sets pimpl->m_dhotspot = hotspot and pimpl->m_dfalloff = falloff.
however, pimpl->m_dhotspot and pimpl->m_dfalloff are in radians.
this means that it is not possible to create a spotlight correctly.
- james
i entered defect number #4995 into our bugzilla. thank you for reporting.
btw, clients can directly enter defects to bugzilla at (login info is the same as for accessing oda web site). this makes defects processing faster. also bug reported gets automatic e-mail notifications is defect's status changes.
|