This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2010-08-24 13:42:25

antimonyarsenide
Scratcher
Registered: 2010-02-03
Posts: 1000+

3D game engine

^Title^

I think it's clearly possible. And I'm planning on making one that involves multi-level object sensing. That means you can jump, fall, go up slopes, go above or under a bridge, etc.

Anyone else have any ideas about a 3D game engine?

EDIT: First version released. Check in my sig, and discuss.

Last edited by antimonyarsenide (2010-12-20 16:07:06)


http://myfastcounter.com/count.php?c_style=75&id=1284314427
No, I'm not back (yet  tongue ), so pretend this is invisible.

Offline

 

#2 2010-08-24 13:43:53

samurai768
Scratcher
Registered: 2009-07-21
Posts: 1000+

Re: 3D game engine

It would be small, but I think it would be possible. You should be able to have a sniper and a handgun to shoot things.

Offline

 

#3 2010-08-24 13:52:27

antimonyarsenide
Scratcher
Registered: 2010-02-03
Posts: 1000+

Re: 3D game engine

samurai768 wrote:

It would be small, but I think it would be possible. You should be able to have a sniper and a handgun to shoot things.

That would be pretty hard...
But it's possible  smile
I'll probably start working on the engine in a week or so.

I might need some help, but I'll go to collabs for that.


http://myfastcounter.com/count.php?c_style=75&id=1284314427
No, I'm not back (yet  tongue ), so pretend this is invisible.

Offline

 

#4 2010-08-24 19:25:45

antimonyarsenide
Scratcher
Registered: 2010-02-03
Posts: 1000+

Re: 3D game engine

Bump.


http://myfastcounter.com/count.php?c_style=75&id=1284314427
No, I'm not back (yet  tongue ), so pretend this is invisible.

Offline

 

#5 2010-08-24 19:35:42

Telemachus
Scratcher
Registered: 2010-04-21
Posts: 500+

Re: 3D game engine

I'd volunteer to collab, sounds like an interesting project  big_smile


http://i54.tinypic.com/10h0fnp.jpg

Offline

 

#6 2010-08-24 19:44:08

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: 3D game engine

I a 3D positioning system in BYOB, if I can figure out where to upload that then you might be able to use that as a base.


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#7 2010-08-25 07:08:47

TheSuccessor
Scratcher
Registered: 2010-04-23
Posts: 1000+

Re: 3D game engine

I'm making a simple 3D engine that lets you create a shape in 3D and then zoom in, spin it around and deform it. It uses pen, lists and mathematical algorithms.


/* No comment */

Offline

 

#8 2010-08-27 18:02:42

antimonyarsenide
Scratcher
Registered: 2010-02-03
Posts: 1000+

Re: 3D game engine

Bump.


http://myfastcounter.com/count.php?c_style=75&id=1284314427
No, I'm not back (yet  tongue ), so pretend this is invisible.

Offline

 

#9 2010-08-27 18:49:02

awsomemaster
Scratcher
Registered: 2008-04-10
Posts: 83

Re: 3D game engine

well as a basis look at this: 3d engine it's what i use and it should give you a idea of how to make a engine. i can help if you need me, just let me know.


scar the REAL 3d fps we've all been waiting for

Offline

 

#10 2010-08-28 11:03:23

antimonyarsenide
Scratcher
Registered: 2010-02-03
Posts: 1000+

Re: 3D game engine

awsomemaster wrote:

well as a basis look at this: 3d engine it's what i use and it should give you a idea of how to make a engine. i can help if you need me, just let me know.

That's not what I meant. I'm making an engine that's ACTUALLY 3D. As in I'll use 3D stamping to make a 4-way scroller with elevation and whatnot.


http://myfastcounter.com/count.php?c_style=75&id=1284314427
No, I'm not back (yet  tongue ), so pretend this is invisible.

Offline

 

#11 2010-08-29 18:24:50

antimonyarsenide
Scratcher
Registered: 2010-02-03
Posts: 1000+

Re: 3D game engine

bump.


http://myfastcounter.com/count.php?c_style=75&id=1284314427
No, I'm not back (yet  tongue ), so pretend this is invisible.

Offline

 

#12 2010-08-29 18:48:06

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: 3D game engine

ScratchReallyROCKS wrote:

I a 3D positioning system in BYOB, if I can figure out where to upload that then you might be able to use that as a base.

^ Um, did anyone read this?


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#13 2010-08-29 19:34:43

antimonyarsenide
Scratcher
Registered: 2010-02-03
Posts: 1000+

Re: 3D game engine

ScratchReallyROCKS wrote:

ScratchReallyROCKS wrote:

I a 3D positioning system in BYOB, if I can figure out where to upload that then you might be able to use that as a base.

^ Um, did anyone read this?

Yes. I don't know if it would use the same basic principle though.


http://myfastcounter.com/count.php?c_style=75&id=1284314427
No, I'm not back (yet  tongue ), so pretend this is invisible.

Offline

 

#14 2010-08-29 20:31:02

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: 3D game engine

antimonyarsenide wrote:

ScratchReallyROCKS wrote:

ScratchReallyROCKS wrote:

I a 3D positioning system in BYOB, if I can figure out where to upload that then you might be able to use that as a base.

^ Um, did anyone read this?

Yes. I don't know if it would use the same basic principle though.

It does, it just needs a little code modification to allow for more than four points.


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#15 2010-08-30 03:08:08

fanhost
New Scratcher
Registered: 2010-08-19
Posts: 12

Re: 3D game engine

It's really very interesting images. How can you add them ??

Offline

 

#16 2010-09-05 19:39:22

antimonyarsenide
Scratcher
Registered: 2010-02-03
Posts: 1000+

Re: 3D game engine

fanhost wrote:

It's really very interesting images. How can you add them ??

Sorry, I don't understand your question  hmm


http://myfastcounter.com/count.php?c_style=75&id=1284314427
No, I'm not back (yet  tongue ), so pretend this is invisible.

Offline

 

#17 2010-09-08 03:07:51

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: 3D game engine

antimonyarsenide wrote:

ScratchReallyROCKS wrote:

ScratchReallyROCKS wrote:

I a 3D positioning system in BYOB, if I can figure out where to upload that then you might be able to use that as a base.

^ Um, did anyone read this?

Yes. I don't know if it would use the same basic principle though.

Can you upload it as it is?


You can now reach me on Twitter @johnnydean1_

Offline

 

#18 2010-12-19 17:20:12

antimonyarsenide
Scratcher
Registered: 2010-02-03
Posts: 1000+

Re: 3D game engine

Here's the basic engine:
http://scratchhtmlviewer.net23.net/image.php?project=1490357&user=antimonyarsenide

Last edited by antimonyarsenide (2010-12-19 17:24:16)


http://myfastcounter.com/count.php?c_style=75&id=1284314427
No, I'm not back (yet  tongue ), so pretend this is invisible.

Offline

 

#19 2010-12-20 15:03:27

nxsupert
Scratcher
Registered: 2009-07-26
Posts: 100+

Re: 3D game engine

it is possible but the amount of scripts it would need alone will be over 10MB (the maximum upload size)


I am Back!

Offline

 

#20 2010-12-20 16:08:04

antimonyarsenide
Scratcher
Registered: 2010-02-03
Posts: 1000+

Re: 3D game engine

nxsupert wrote:

it is possible but the amount of scripts it would need alone will be over 10MB (the maximum upload size)

Not necessarily. Check my sig for an early version that's not overburdened with scripts.


http://myfastcounter.com/count.php?c_style=75&id=1284314427
No, I'm not back (yet  tongue ), so pretend this is invisible.

Offline

 

#21 2010-12-21 05:43:02

nxsupert
Scratcher
Registered: 2009-07-26
Posts: 100+

Re: 3D game engine

antimonyarsenide wrote:

nxsupert wrote:

it is possible but the amount of scripts it would need alone will be over 10MB (the maximum upload size)

Not necessarily. Check my sig for an early version that's not overburdened with scripts.

i have my computer didn't like it.


I am Back!

Offline

 

#22 2010-12-21 10:35:03

antimonyarsenide
Scratcher
Registered: 2010-02-03
Posts: 1000+

Re: 3D game engine

:3 Download? And that's unfortunate.


http://myfastcounter.com/count.php?c_style=75&id=1284314427
No, I'm not back (yet  tongue ), so pretend this is invisible.

Offline

 

Board footer