Advertisement

Programming mage with AngleScript in 3D Rad

Started by May 27, 2009 12:33 PM
1 comment, last by asterix12 15 years, 6 months ago
Maybe you don't know, never eard of 3D Rad. It is a 3d game engine, with compiler. RAD= rapid application development. I create a quick prototype. You want to create a quick prototype to show to a compagny to sell it. It use object to create a game ex: g-force to attract objets linket to it to the ground terrain. Terrain is another objetc it display the terrain. Skybox is a skybox... you can see a list here. http://www.3drad.com/documentation.htm - You can import your animated character as skinmesh. - Import your buildings. - You can create vehicles. Roads. - Sound, music, environment: trees, rocks. - In browser game - Shader. - Car Ai. - Build physic. - Particles much more. - Free trial 30 day's Also it introduce scripting with angleScript. It you want to watch at the library here http://www.3drad.com/Script_reference.htm The forum http://www.3drad.com/forum/index.php The link www.3drad.com - A overview http://www.3drad.com/Overview.htm You can try games made with 3d Rad here http://www.3drad.com/free-pc-games.php [Edited by - asterix12 on May 27, 2009 2:18:55 PM]
Working with 3d Rad. Angle Script code.
Thanks for the info, I'm sure the 3D rad developers appreciate it. :)

I've known about 3D rad for quite some time, though I've never actually given it a try.

Here are some other applications that use AngelScript

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

Advertisement
Nice, thanks. Actually I am looking for a external editor or a highlighter, maybe for PsPad. What I want is to know what line I made a error to. Right now I have a unexpected token, unrecognized token.
Working with 3d Rad. Angle Script code.

This topic is closed to new replies.

Advertisement