Hi,
I am writing a very simple app (for my own convenience), where I need to input a string command (strictly 2D) and then switch to 3D. Now, the first time it works. However, when I try to switch from 3D to 2D for the INPUT command (which doesn't work to well with a 3D backdrop), well, let's just say everything goes crazy. Either the INPUT's prompt doesn't show, or whatever I write begins to flicker.
So basically, when the program begins, it asks for the input string, and creates the 3D camera. Then, I need to somehow get rid of the camera and do another INPUT. I tried using SET CAMERA VIEW, but it didn't work. I tried DELETE CAMERA, but even after deleted, the 3d backdrop continues to show, and my INPUT command's output looks horrible. Any suggestions on this?