Blender Could Do This

Hey. I was looking on indiegames.com when I found this video - Arthur Lee (an indie game developer) created this tech demo with Unity in which the Player could create screenshots of the world and use these screenshots to either do something similar to time travel. It’s like Portal, but with time and another dimension. I can’t explain it well enough, but here’s the link.

I was just thinking of how he did this, and I think I’ve got it. It’s not too difficult - all it is is just two different worlds.

You start off in world A, and when you take a screenshot, world B perfectly mirrors world A, suspending all movement inside of world B. When you place a portal, it positions a camera for a Video Texture at the point at which you spawned the screenshot in world B, and resumes the game world. Objects can pass through, and when you go through the portal yourself, the main (first) world becomes World B, and the mirror world (the one you’re in) is now World A.

It’s not that insane, and can definitely be done with Blender. The worlds could take place in the same scene, for ease of world mirroring, or it could be separated across scenes, for ease of world suspension (suspending and resuming the mirror world’s scene).

The only thing that would pose a problem is the texture - I believe that the max size is 512x512, so it might be blurry.

I just wanted to share that. Blender’s powerful, everyone! It can do a lot! :slight_smile:

Do a Video Tutorial!

that is really crazy.

Nice SolarLune. Everything is possible.

Is that your research for the upcoming Blender Game Challenge, because the theme is experimental gameplay ?

I would think you could because its nothing graphic intesive or something bge couldnt handle, its just a matter scripting it in python vs java script witch is what unity uses it might be a little slower bun i think someone could do it.

All right! I guess it is just a portal, but making a texture on the spot…sweet.

Isn’t this a similar method as shown in the mirror demo (with video texture)? I do not have the link here.

Intresting thing, I hope you make it solar lune!

The Mirrors via VideoTexture automatically work as Mirror when activated – or is there a Way to… »mirror a Mirror« in BGE? :}

Oh, well I wasn’t going to make it myself - I just wanted to point out that it was possible with the BGE. I don’t know much about portals at all - there’s a resource for it on the Resources section of the forum, though.