This particular example showcasing multiple views involves a complex implementation of shadows, rather than opting for the simpler method of just setting an object's property castShadow = true
. Is it impossible to use the straightforward approach for implementing shadows in a multiple view scenario? I attempted to apply shadows using the easier method for multiple views, but unfortunately, they did not appear. Must shadows be manually created when dealing with multiple views?
I appreciate any insights on this matter.