sakura_chan 9 Posted May 7, 2014 I need to make an object that only casts a shadow on the ground but doesn't receive its own shadow. How can I do this? Share this post Link to post Share on other sites
p1nga 23 Posted May 7, 2014 I need to make an object that only casts a shadow on the ground but doesn't receive its own shadow. How can I do this? It might be possible two different ways, you can try setting the face properties in AddonBuilder so that Shadows are disabled not sure about that, or just make sure that the model's SHADOW LOD should always be contained within the bounds of the RESOLUTION LOD, if the SHADOW LOD is larger at any point than the RES LOD then you will get a black shadow where it protrudes through the RES LOD Share this post Link to post Share on other sites