00:00
00:00
Newgrounds Background Image Theme

LOCKdev just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

3D SYSTEM

Share Collapse

Author Comments

Make your own 3D model!
This was a part of a game i was making last summer, but i didn't finish it, so its 3D System now ;] 3D SYSTEM GTA STYLE!

*INSTRUCTIONS*

1) Giant text field is for the script;
2) "Submit" button shows the model;
3) "Back" button returns to script;
4) Bottom field at "View" mode is the radius of earth;
5) Use mouse or arrow keys to control your model;

*SCRIPT*

1) { and } - comment, example: {Hello world!}
2) One line, one polygon - 0xRRGGBB (x, y, z) (x, y, z) (x, y, z) ...
example: 0xAABB00 (-40, -20, 0) (40, -20, 0) (40, 20, 0) (-40, 20, 0)

P.S. ALL MODELS WILL BE TRANSPARENT AS THE FUNCTION OF COLORIZING TAKES TOO MUCH
MEMORY FOR ANY COMPUTER TO HANDLE AND "COLOR" HAS NO IMPACT ON THE MODEL.

P.S. IF YOU MASTERED THE SCRIPT AND WANT TO SHARE YOUR MODEL WITH EVERYONE, PLEASE REVIEW.

P.S. FOR THOSE WHO ARE WONDERING, IT TOOK ME ONE STRAIGHT WEEK OF NONE STOP CODING AND IT
ALSO TOOK ME OVER 3000 LINES TO CREATE.

Thanks..

Log in / sign up to vote & review!

Y axis feels backwards

After doing a some basic documentation I understand it now.

{1} {GROUND FORMAT} (TOP-RIGHT)(TOP-LEFT)(BOTTOM-RIGHT)(B OTTOM-LEFT)

{TABLE}
{1}{ROOF} 0xAABB00 (-80,100,20)(80,100,20)(80,-100,20)(-
80,-100,20)
{2}{GROUND} 0XAACC00 (-80,100,-10)(80,100,-10)(80,-100,-10 )(-80,-100,-10)
{3}{LINE-LEFT} 0XAADD00 (-40,100,20)(-40,-100,20)
{4}{LINE-MIDDLE} 0XAAEE00 (0,100,20)(0,-100,20)
{5}{LINE-RIGHT} 0XAAFF00 (40,100,20)(40,-100,20)

{ICHI}
{1}{ICHI-STOKE01} 0xABBB00 (50,-85,20)(68,-85,20)

{NI}
{1}{NI-STOKE01} 0xABCC00 (52,-68,20)(66,-68,20)
{2}{NI-STOKE02} 0xABDD00 (50,-58,20)(70,-58,20)

{SAN}
{1}{SAN-STOKE01} 0xABFF00 (52,-46,20)(70,-46,20)
{2}{SAN-STOKE02} 0xACAA00 (55,-40,20)(67,-40,20)
{2}{SAN-STOKE02} 0xACBB00 (50,-34,20)(70,-34,20)

{YON}
{1}{YON-STOKE01} 0xACBB01 (48,-24,20)(72,-24,20)(68,-10,20)(52,
-10,20)
{2}{YON-STOKE02} 0xACBB10 (50,-18,20)(58,-16,20)(60,-10,20)(52,
-10,20)
{3}{YON-STOKE03} 0xACBB20 (66,-18,20)(70,-18,20)(68,-10,20)(62,
-10,20)

Najs grabben

Great! I'd love to see an action game from you using this technology,

WOW

THAT IS AWSOME!!

Wow

3D isn't easy to do in Flash, but this pulls it off well.

The only thing you really need to add is a better explanation of the scripting syntax. It doesn't look like ActionScript, and 3 lines in the author's comments doesn't exactly cut it.

Logico responds:

alright, this script is my script. It isn't AS, C++, Pascal or whatever,,
There is nothing else to explain, { ... } is a comment and
COLOR (x, y, z) (x, y, z) (x, y, z) ... is a 3D polygon, just that..

;]

ummmmm i really dont get it

i just didnt undertsand any of this and if u dont have and experience with this sort of thing i dont think your gona understand it.

nice try but next time make it come with a tutorial or something like that.

3/10 for the effort

Credits & Info

Views
5,014
Faves:
4
Votes
8
Score
4.06 / 5.00

Uploaded
Dec 7, 2007
9:33 AM EST