Frictional Games Forum (read-only)

Full Version: Level problem - intersecting... something
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a problem with the floor of my first test level. For some reason it seems as though I have two different planes on top of each other, giving me a intersecting problem as shown in this screenshot;

[Image: bug.jpg]

The only thing I can think of is that the lightbox might be intersecting...? Also, I cannot seem to target the lightbox so I can move it around.

I've also made the test level available here.

Thanks in advance for any help!
go to edit menu > find objects or press ctrl+f, then in the list click on your object to select it. It seems to me you have two overlapping planes.
It is the lightbox, it ends exactly where the plane is located, so the engine can't decide how to draw it and you get the same "error" as if placing two planes on each other. Use gosseyn's tip and nudge the lightbox 0.001 down and it will go away!
Yes, it is your lightbox. You have to make it large enough so it covers the ground aswell. To select the lightbox, you have to click on the lightbulb with the B in it. Just make it larger, that will fix your problem.

[edit]
Jens was faster. Big Grin
That did the trick, thanks Smile