Page 1 of 1

3D room+parallax+zoom in/out without cloning 2 Kb only

PostPosted: Tue Aug 04, 2009 5:32 pm
by Bee-Ant
Well, everyone made 3D stuff with parallax effect by cloning an actor. And uses so much actors active that may slower the perfomance.

Here, i made it using 2 actors only...both of them are canvas. First canvas is used to draw the room using the parallax effect, the second canvas is used to add zoom in/out effect. So that you can scroll the view at 4 direction: left, right, front, and back. Make it more real to 3D.

Enjoy :D

Re: 3D room+parallax+zoom in/out without cloning 2 Kb only

PostPosted: Tue Aug 04, 2009 5:36 pm
by MrJolteon
No data folder.

































Or is everything code based?

Re: 3D room+parallax+zoom in/out without cloning 2 Kb only

PostPosted: Tue Aug 04, 2009 5:39 pm
by Bee-Ant
MrJolteon wrote:No data folder

Because it doesn't need any datas. Yes, its pure code-based.

Anyway, quit that long distance of enter Jolty :P

Re: 3D room+parallax+zoom in/out without cloning 2 Kb only

PostPosted: Tue Aug 04, 2009 5:42 pm
by MrJolteon
ok.
I don't really know why I press and hold enter in a lot of posts.

Re: 3D room+parallax+zoom in/out without cloning 2 Kb only

PostPosted: Tue Aug 04, 2009 6:04 pm
by Bee-Ant
Dont take it seriously. I was just kidding.

Re: 3D room+parallax+zoom in/out without cloning 2 Kb only

PostPosted: Tue Aug 04, 2009 10:19 pm
by makslane
Great!

Re: 3D room+parallax+zoom in/out without cloning 2 Kb only

PostPosted: Wed Aug 05, 2009 12:32 am
by Bee-Ant
makslane wrote:Great!

Thanks :D
I will come up with room-rotation later 8)

Re: 3D room+parallax+zoom in/out without cloning 2 Kb only

PostPosted: Thu Aug 06, 2009 1:45 am
by DST
Awesome! I keep expecting aliens to bolt around the corner and start shooting at me!

Re: 3D room+parallax+zoom in/out without cloning 2 Kb only

PostPosted: Thu Aug 06, 2009 11:08 am
by Bee-Ant
Bee-Ant wrote:everyone made 3D stuff with parallax effect by cloning an actor
DST wrote:Awesome! I keep expecting aliens to bolt around the corner and start shooting at me!

Hehehe...
You dont mean I'm not that alien right?

Re: 3D room+parallax+zoom in/out without cloning 2 Kb only

PostPosted: Wed Aug 12, 2009 9:18 pm
by DBGames
you should probably get the game editor ource code and work true z depths in there and create a 3d envionment for game creating
sorry if its worded weird im tierd

Re: 3D room+parallax+zoom in/out without cloning 2 Kb only

PostPosted: Thu Aug 13, 2009 1:19 am
by Bee-Ant
dellzby wrote:you should probably get the game editor ource code and work true z depths in there and create a 3d envionment for game creating
sorry if its worded weird im tierd

I dont mind Im capable enough of it.

Re: 3D room+parallax+zoom in/out without cloning 2 Kb only

PostPosted: Sun May 02, 2010 7:24 pm
by uan
I know this is an old thread, but just wanted to say that this is a great example and setup, thank you for sharing. I'm hoping I can figure out how to do zooming into an entire scene and not just 1 canvas image someday in Game Editor.