3D developments youtube video here

Talk about making games.

3D developments youtube video here

Postby krenisis » Sat May 08, 2010 4:45 pm


This is a work in progress this video is a ball boncing off of wall alot will be added from this point on.
Tutorial Database for all beginners click this link
viewtopic.php?f=4&t=8680
krenisis
 
Posts: 606
Joined: Sat Jul 25, 2009 3:27 pm
Score: 51 Give a positive score

Re: 3D developments youtube video here

Postby Hblade » Sat May 08, 2010 5:45 pm

Wow cool! :D
Subscribe to my YouTube? - Yes| No
User avatar
Hblade
 
Posts: 4455
Joined: Fri Dec 08, 2006 11:14 pm
Score: 181 Give a positive score

Re: 3D developments youtube video here

Postby krenisis » Sun May 09, 2010 8:32 am

Yes i might have found a way to make a Z angle . This is far from over but the possibilities are endless , and we be able to make 3D games with a 2D editor. Right now Iam working on puzzle game but later on you and bee-ant (maybe DST)plus me will work together on this game.
Tutorial Database for all beginners click this link
viewtopic.php?f=4&t=8680
krenisis
 
Posts: 606
Joined: Sat Jul 25, 2009 3:27 pm
Score: 51 Give a positive score

Re: 3D developments youtube video here

Postby makslane » Sun May 09, 2010 4:30 pm

It looks nice!
Game Editor is an open source game creator software that's wants to pay it's developers to keep evolving.
If you like Game Editor, make a review!
makslane
Site Admin
 
Posts: 3947
Joined: Sat Apr 05, 2003 6:47 pm
Score: 182 Give a positive score

Re: 3D developments youtube video here

Postby Bee-Ant » Sun May 09, 2010 7:09 pm

Nice :D
But, if you make the ball change it's size depends on the z axis (the virtual z axis I mean)...it would be cool :)
User avatar
Bee-Ant
 
Posts: 3723
Joined: Wed Apr 11, 2007 12:05 pm
Location: http://www.instagram.com/bee_ant
Score: 210 Give a positive score

Re: 3D developments youtube video here

Postby Hblade » Sun May 09, 2010 7:14 pm

Yeah you can do that with Canvas, kren :D
Subscribe to my YouTube? - Yes| No
User avatar
Hblade
 
Posts: 4455
Joined: Fri Dec 08, 2006 11:14 pm
Score: 181 Give a positive score

Re: 3D developments youtube video here

Postby Bee-Ant » Sun May 09, 2010 7:57 pm

Hblade wrote:Yeah you can do that with Canvas, kren :D

Bouncing ball inside canvas would be troublesome...
I think it's easier to just draw different animation. moreover, the z depth is not that far...
User avatar
Bee-Ant
 
Posts: 3723
Joined: Wed Apr 11, 2007 12:05 pm
Location: http://www.instagram.com/bee_ant
Score: 210 Give a positive score

Re: 3D developments youtube video here

Postby Hblade » Sun May 09, 2010 8:09 pm

True. It'd be better if GE actually supported scaling :o
Subscribe to my YouTube? - Yes| No
User avatar
Hblade
 
Posts: 4455
Joined: Fri Dec 08, 2006 11:14 pm
Score: 181 Give a positive score

Re: 3D developments youtube video here

Postby krenisis » Mon May 10, 2010 2:00 am

Yes its still a work in progress Iam trying to minimize the code. When all of us have some time together we will knock this game out and do something special. Let me get this together plus Iam working on other projects too, like the one DST showed me .
Tutorial Database for all beginners click this link
viewtopic.php?f=4&t=8680
krenisis
 
Posts: 606
Joined: Sat Jul 25, 2009 3:27 pm
Score: 51 Give a positive score

Re: 3D developments youtube video here

Postby Hblade » Mon May 10, 2010 2:02 am

So kren, what did you use for the ball collision detection and the angles it detects the colision? How did you actually MAKE the bounce effect :D
Subscribe to my YouTube? - Yes| No
User avatar
Hblade
 
Posts: 4455
Joined: Fri Dec 08, 2006 11:14 pm
Score: 181 Give a positive score

Re: 3D developments youtube video here

Postby Bee-Ant » Mon May 10, 2010 3:07 am

This is just my theory, but why doesn't GE support scaling by default?because to scale an image you need a canvas. GE isn't the only one who has canvas...other language such as Java using canvas as well. If you want GE supports scaling by default, it means you have to integrate the canvas and view actor. So, ALL actors must be drawn into view-canvas-integration instead of only view. I think you already know how slow it would be...that's why GE separate canvas and view to minimize the slowness...since GE is a cross platform as well, speed is the most important thing...
If you know Processing you may would be more understand this. It uses Java language, supports scaling by default. To display the actors into view (in this app, view and canvas have integrated) you need to draw them all. In the end...okay, it can rotate and scale beautifully, but slow...
User avatar
Bee-Ant
 
Posts: 3723
Joined: Wed Apr 11, 2007 12:05 pm
Location: http://www.instagram.com/bee_ant
Score: 210 Give a positive score

Re: 3D developments youtube video here

Postby Hblade » Mon May 10, 2010 3:34 am

hehe, for future information, bee ^.^

C++ has some codes that actually can scale / rotate an image just by manipulating the vary pixles it contains, it's much less resource hungry than a canvas, and much faster, not to mention less code! :D i have no idea how to do it though lol :o
Subscribe to my YouTube? - Yes| No
User avatar
Hblade
 
Posts: 4455
Joined: Fri Dec 08, 2006 11:14 pm
Score: 181 Give a positive score

Re: 3D developments youtube video here

Postby krenisis » Mon May 10, 2010 3:48 pm

The reason I didnt include the game and source is Iam trying to find a less complicated way of doing what I did. I used a filled region for the simulated Z angles. For ball movement I have several paths that are linked and are triggered by collision with Z angle. Also sound is triggered by collision with Z angle. The charactor is moved solely by move to mouse position. When you click on your charator he creates the energy ball. As soon as I fix some things up I will release the code and we can get to really play around with coding. I dont use canvas though. Iam working on what bee-ant asked which is ball becoming smaller as it goes futher away and he wants the Z angle deeper.
krenisis
 
Posts: 606
Joined: Sat Jul 25, 2009 3:27 pm
Score: 51 Give a positive score

Re: 3D developments youtube video here

Postby Hblade » Mon May 10, 2010 3:57 pm

wow :o
Subscribe to my YouTube? - Yes| No
User avatar
Hblade
 
Posts: 4455
Joined: Fri Dec 08, 2006 11:14 pm
Score: 181 Give a positive score


Return to Game Development

Who is online

Users browsing this forum: No registered users and 1 guest