mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
better default exponent
This commit is contained in:
parent
0ba777cc0f
commit
0b9493ef36
@ -24,7 +24,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
INLINE Spotlight::CData::
|
INLINE Spotlight::CData::
|
||||||
CData() :
|
CData() :
|
||||||
_exponent(0.0f),
|
_exponent(50.0f),
|
||||||
_specular_color(1.0f, 1.0f, 1.0f, 1.0f),
|
_specular_color(1.0f, 1.0f, 1.0f, 1.0f),
|
||||||
_attenuation(1.0f, 0.0f, 0.0f)
|
_attenuation(1.0f, 0.0f, 0.0f)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user