I don't want to bother you, but do you have any costumes for turns on this tunnel? I'm trying an experiment to make a race game that uses turns, it would be nice if you had the front view of the wall or the floor on side view ^_^. Thanks a lot!
i like it. im creating a 3-d first person shooter. i have an example of the engine i created to run it. its only a example, but i think you will like it. i also have the finished menu for my game. its called judgement day infectionous re-armed.
THIS IS WICKED AWSWOME!!YOU SHOULD ADD TURNS AND STUFF! ALSO, YOU ARE ONE OF THE SMARTEST SCRATCHERS I KNOW, SO YOU ARE PROBABLY GOOD WITH TECHNOLOGY. I BET YOU COULD FIGURE OUT HOW TO MAKE IT A SCREEN SAVER.
z sorting is not easy. Take a look at full moon's 3d finder project. (link to project) I didn't try to figure out how that works yet. My experiment worked like this:
Each sprite takes turns (there's a "sort turn" global variable. A sprite only continues when "sort turn" is it's number. When it's done, it advances the number.) doing this: It finds it's own "zsort" number by comparing it's z with other sprites's z. If it's zsort changed since the last time ("from it's "zsort old" variable.) it "moves back" that difference. There's a bit more to it then that. but I didn't get it working 100% yet. I've been trying to avoid that problem so far. :)
Each sprite takes turns (there's a "sort turn" variable. A sprite only continues when "sort turn" is it's number. When it's done, it advances the number.) doing this: It finds it's own "zsort" number by comparing it's z with other sprites's z. If it's zsort changed since the last time ("from it's "zsort old" variable.) it "moves back" that difference. There's a bit more to it then that. but I didn't get it working 100% yet. I've been trying to avoid that problem so far. :)
Did you design the tunnel, or rip it, or just find it randomly in a place? At any rate, its pretty cool! Can you post that rotating 3d object program back online, just so I can download it? I wanted to download it before, but it said there was no such page. Please?????
The tunnel is just 4 3D planes that I textured and rotated. this makes it look like a tunnel. I used a programming language called Blitz3D to do all this, and save screenshots (www.blitzbasic.com).
Hey S65, I hope you like F-Zero or Mario Kart 64, cause I found this http://www.youtube.com/watch?v=cXqJEEAA-sw&feature=related
from the F-Zero Expansion Kit for the N64 Disk Drive add-on peripheral. I wish I had a 64DD though, and I wish I could find one under 300 dollars (let alone for sale).
My friends and I used to play that game. I play trumpet, so I could hold my breath through most of them, but there are some REALLY long tunnels near my house. Tunnels always seem infinite when you're playing that game.
Inspiring! I like the textures and fog effect. Too bad we cant do variable opacity... I guess you could make several images, each smaller as they go into the distance. Next step is to use 3d projection to place sprites into the space. :)
just Blitz3D, Scratch, and a little bit of Visual Basic. Here is something I've made with Blitz3D: http://www.blitzbasic.com/Community/posts.php?topic=73594#823841
This isn't even close to how much you can do with it, either. But it's MUCH more complex than Scratch.
I made them myself. I used a text-based programming language called Blitz3D (http://www.blitzbasic.com) to put 4 textured 3D planes (these were the walls) in a world, and then set it up to move forward a bit and take a screenshot for a certain number of times.
also this project is really good, but when you watch the tunnel (i think it's the costumes) but it seems a little (if you really watch) like yore going foreward and then starting at ur origenal spot, but other then that it's cool!
This is an infinite 3D tunnel, complete with fog, reminiscent to those seen in old PC demos. You can adjust the speed you're moving at and the fog level. The code behind this project is actually really simple, but it's graphically impressive, don't you think? This would probably make a nice screensaver =P
Remember, click the Love-It button if you like it!
Comments
You need to be logged in to post comments
Add a Comment
Verrry nice!
Impressive. :D
to make it a screensaver you right click on the image and click make tjis deskttop backround
that's not a screensaver, that's a wallpaper.
cOOL! this is also awsome music
I don't want to bother you, but do you have any costumes for turns on this tunnel? I'm trying an experiment to make a race game that uses turns, it would be nice if you had the front view of the wall or the floor on side view ^_^. Thanks a lot!
i like it. im creating a 3-d first person shooter. i have an example of the engine i created to run it. its only a example, but i think you will like it. i also have the finished menu for my game. its called judgement day infectionous re-armed.
One word; Wow.
Coolest thing on scratch i ever saw, AMAZING!!!!!!!!!!!!
that would be a great screen saver.
can i use this tunnel for a game im making?
click the "like-it button" if you love it ;-)
love it button
thats soooooo coooool
YAY 51st COMMENT!
dude, your the master of 3D!
awsome animation!!!! how'd you do it? I'd like to make a 3d racing game with it!!!
I don't know maybe he got it from a website
The script pretty is simple
I'm trapped inside a PC, infinetely! I'll never get out!! NOOOO!!!
wow, this is too much for my eyes! the graphics are too sharp! aaaaahhhh!!!
want me to make it a screansaver.
ok
(view all replies)THIS IS WICKED AWSWOME!!YOU SHOULD ADD TURNS AND STUFF! ALSO, YOU ARE ONE OF THE SMARTEST SCRATCHERS I KNOW, SO YOU ARE PROBABLY GOOD WITH TECHNOLOGY. I BET YOU COULD FIGURE OUT HOW TO MAKE IT A SCREEN SAVER.
REALY
this is amazing!
Yes, this would make a great screensaver!
Is the fog based on brightness?
no, ghost.
(view all replies)ah, i see now. simple.
how is it done??? check out my space flight: (link to project)
This is just a bunch of costumes being shown, with transparent fog. It isn't done in realtime.
cool! check out my tunnel test. (link to project)
For some reason, it stands still on speed 20.
that's because there are 20 costumes in the tunnel.
(view all replies)I think I will make this my screensaver! What program did you do this in?
im gonna take a blind stab at this and say scratch lool
(view all replies)COOOOL
You have been nomitnated for my new expiriment. (link to forums) (My real account is gekofreak)
z sorting is not easy. Take a look at full moon's 3d finder project. (link to project) I didn't try to figure out how that works yet. My experiment worked like this:
Each sprite takes turns (there's a "sort turn" global variable. A sprite only continues when "sort turn" is it's number. When it's done, it advances the number.) doing this: It finds it's own "zsort" number by comparing it's z with other sprites's z. If it's zsort changed since the last time ("from it's "zsort old" variable.) it "moves back" that difference. There's a bit more to it then that. but I didn't get it working 100% yet. I've been trying to avoid that problem so far. :)
(view all replies)Each sprite takes turns (there's a "sort turn" variable. A sprite only continues when "sort turn" is it's number. When it's done, it advances the number.) doing this: It finds it's own "zsort" number by comparing it's z with other sprites's z. If it's zsort changed since the last time ("from it's "zsort old" variable.) it "moves back" that difference. There's a bit more to it then that. but I didn't get it working 100% yet. I've been trying to avoid that problem so far. :)
where do you get all these cool illusion things
LOL, I downloaded it and made it so you could turn the thing, it looks crazy
plzzz let us see it...
Did you design the tunnel, or rip it, or just find it randomly in a place? At any rate, its pretty cool! Can you post that rotating 3d object program back online, just so I can download it? I wanted to download it before, but it said there was no such page. Please?????
The tunnel is just 4 3D planes that I textured and rotated. this makes it look like a tunnel. I used a programming language called Blitz3D to do all this, and save screenshots (www.blitzbasic.com).
(view all replies)i designed it myself. also, i need to make the rotating 3D object program faster online before I repost it.
(view all replies)cool! check out my rocket man. (link to project)
Sweet!
Cool!
Yes, the graphics are really cool! :D I have seen some screensavers that look like this; it would make nice one.
Hey S65, I hope you like F-Zero or Mario Kart 64, cause I found this http://www.youtube.com/watch?v=cXqJEEAA-sw&feature=related from the F-Zero Expansion Kit for the N64 Disk Drive add-on peripheral. I wish I had a 64DD though, and I wish I could find one under 300 dollars (let alone for sale).
woah...the original Rainbow Road music was a masterpiece, but this is even better!
(view all replies)Very cool! Did you ever play the hold-your-breath while in the tunnel game? Don't try that here.
My friends and I used to play that game. I play trumpet, so I could hold my breath through most of them, but there are some REALLY long tunnels near my house. Tunnels always seem infinite when you're playing that game.
Inspiring! I like the textures and fog effect. Too bad we cant do variable opacity... I guess you could make several images, each smaller as they go into the distance. Next step is to use 3d projection to place sprites into the space. :)
Hi and thats cool
where did you get the tunnal graphics?
just Blitz3D, Scratch, and a little bit of Visual Basic. Here is something I've made with Blitz3D: http://www.blitzbasic.com/Community/posts.php?topic=73594#823841 This isn't even close to how much you can do with it, either. But it's MUCH more complex than Scratch.
(view all replies)I made them myself. I used a text-based programming language called Blitz3D (http://www.blitzbasic.com) to put 4 textured 3D planes (these were the walls) in a world, and then set it up to move forward a bit and take a screenshot for a certain number of times.
(view all replies)also this project is really good, but when you watch the tunnel (i think it's the costumes) but it seems a little (if you really watch) like yore going foreward and then starting at ur origenal spot, but other then that it's cool!
because you ARE going forward and starting at your original spot...actually, more like the camera is, but whatever =P
probably because you are =P
(view all replies)well with Cirp (by Jens) it could be a screensaver :)
I know, but that's just something I felt like putting in there =P
(view all replies)this is great. nice job!