I have an aquarium with a fish swimming around in it. The fish is showing up fine inside the aquarium. However, other VET objects in the Atmo world that are behind the aquarium are not showing up. The aquarium was built with 4 separate object (glass panes), published, and then the MTX of the fish was added to the scene.
Any ideas how I can get the other VET objects in the world to show through?
Unfortunately, there's not much you can do about that. You can play with RenderLayer or ZBuffer, but I don't think you'll find a complete solution. If you know that the tank will only be viewed from one side, then RenderLayer should do the trick.
It may be relevant to note (and something I forgot to mention) that it is not ALL VET objects that are not showing through, only some... but have no idea why.... so it must be possible for them to show through, but just cant figure out why it works for some but not others.
When you are adding multiple scenes, they render depending on the order they were added and appear in the AER file. I think that putting all your objects in ONE MTX will solve the problem, although it will make positioning them trickier.