There seems to be a lot of stuff in "studio showrooms" that doesn't do anything. So I'm working on a simplified version of the "studio showrooms". So far I've removed the sky, renamed the SHWFLOOR to Room, and simplified the code. The version I'm working on that has been packed can be downloaded from:
https://www.dropbox.com/s/4ru0d3g28be3pzp/Studio_One.rfcmp?dl=0
Partly packed version for DEV MODE:
https://www.dropbox.com/s/y079ocwjkn6ld6a/Studio_One.mas?dl=0
https://www.dropbox.com/s/1n2qiesps8dxqap/Studio_One.ini?dl=0
I'm getting the artifact in the second snapshot below in my version of the showroom. The artifact probably is a second shadow. However, it shouldn't be there because I've removed all of the lights from the SCN file. Weirdly, commenting out the pair of curly brackets in the Room instance in the SCN file fixes it. That is:
//------------------------------------------------------------------------------------
Instance=Room
//{
Moveable=False
MeshFile=room.gmt CollTarget=False HATTarget=False
//}
Does anyone know what's going on here?