Game Development Community

How to STOP shadows from being cast by DTS models

by Jesse P · in General Discussion · 12/22/2008 (12:42 pm) · 1 replies

Hello, I would like to know how to stop shadows from being cast on terrain by specific DTS models. Is there something already in the script for this? Thanks

-JP

#1
12/22/2008 (12:48 pm)
I figured it out, you simply add

shadowEnable = false;

to the object's datablock StaticShapeData block