mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
firstPersonShadows:
follows up on 88bb577c82 (diff-b8335f02a980665dd7dc953db7a637ca) from way back when, and adds the script to turn on first person showing player shadows
This commit is contained in:
parent
0213fc4a34
commit
911aaddf7d
1 changed files with 1 additions and 1 deletions
|
|
@ -482,7 +482,7 @@ datablock DebrisData( PlayerDebris )
|
||||||
datablock PlayerData(DefaultPlayerData)
|
datablock PlayerData(DefaultPlayerData)
|
||||||
{
|
{
|
||||||
renderFirstPerson = false;
|
renderFirstPerson = false;
|
||||||
|
firstPersonShadows = true;
|
||||||
computeCRC = false;
|
computeCRC = false;
|
||||||
|
|
||||||
// Third person shape
|
// Third person shape
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue