Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - nayan rao

Pages: 1
1
Game Ideas / 3d design tool!!!!!!
« on: August 30, 2017, 08:21:02 am »
Heyy guys i implemented a 3D design tool let me know how you feel in the comments!!!!!!
<a href="http://static.stencyl.com/games/37452-0.swf" target="_blank" class="new_win">http://static.stencyl.com/games/37452-0.swf</a>

2
Journals / Re: 3D FIRST PERSON DEMO!!!!!
« on: June 10, 2017, 09:05:12 am »
DOOM (the classic version) was 2.5D, not 3D. I don't think you're going to be able to pull off a high enough polygon count for a FPS type game in full 3D--but you could easily make a space flight sim (like XWing or XWing vs Tie Fighter)

yes i didnt use the zbuffer or any occlusion removal algorithms....my algorithm calculates the centroid distance from camera focus to the centroid of each face and determines the draw order...so there might be some errors

Just a thought here--but I think there may be a quick fix to this problem. Instead of computing the distance from the centroid to the focus, compute the distance from the centroid to the plane representing the screen.
I will give it a try

3
Journals / Re: 3D FIRST PERSON DEMO!!!!!
« on: June 08, 2017, 10:56:05 pm »
You've made it!! Is that similar to how the first DOOM was done?
Ya i guess...but without the textures....thanks!!

4
Journals / Re: 3D FIRST PERSON DEMO!!!!!
« on: June 08, 2017, 10:48:13 pm »
Very cool. Bu mouse  not rotat camera
bring your cursor to the left or right edge of the playarea

5
Journals / Re: 3D FIRST PERSON DEMO!!!!!
« on: June 08, 2017, 10:46:39 pm »

6
Journals / Re: 3D FIRST PERSON DEMO!!!!!
« on: June 08, 2017, 10:45:46 pm »
Pretty neat demo. Now you just need textures :)

I ran into a draw order error (attached). Those pyramids can be tricky.

Very cool. Bu mouse  not rotat camera

You have to hold the mouse outside of the white playfield.
yes i didnt use the zbuffer or any occlusion removal algorithms....my algorithm calculates the centroid distance from camera focus to the centroid of each face and determines the draw order...so there might be some errors

7
Journals / Re: 3D FIRST PERSON DEMO!!!!!
« on: June 08, 2017, 10:41:15 pm »
I tested , pretty awesome man
i'm subing to this thread
thanks!!!

8
Journals / 3D FIRST PERSON DEMO!!!!!
« on: June 08, 2017, 01:14:40 am »
hey guys i managed to simulate a 3d environment in stencyl.........please let me know what you think<a href="http://static.stencyl.com/games/36660-0.swf" target="_blank" class="new_win">http://static.stencyl.com/games/36660-0.swf</a>

Pages: 1