wxywxy.ji Posted December 20, 2012 Posted December 20, 2012 when i make portal do I need to shorten the distance between worldsector and worldsector? i made shorten the distance player is culled. only solve way that player's part node attr is changed spatial?
manguste Posted December 20, 2012 Posted December 20, 2012 The distance between 2 WorldSector nodes should be as small as possible. (shortening it was a good thing to do; otherwise, there can be artefacts when doing scissoring test for lights). If you players are culled, disable Nodes panel->Node->Spatial flag. It means, sectors and portals do not control the visibility of a node (the node is excluded from sectors and is always visible).
Recommended Posts