| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <html>
- <style>
- body{
- color: #ffffff;
- font: 10pt verdana;
- background: #006060;
- margin: 32px;
- }
- h1{
- color: #00ff44;
- font: bold 10pt verdana;
- }
- a{
- color: #ffff00;
- text-decoration: none;
- }
- a:hover{
- color: #00ff44;
- text-decoration: underline;
- }
- ul{
- color: #ffffff;
- list-style-type: disc;
- margin: 16px;
- }
- </style>
- <body>
- <img src=b3dlogo.jpg align=right>
- <H1>Welcome To Blitz3D!</h1>
- To return to this page at any time, just click the 'home' icon in the toolbar.<br>
- <br>
- <br>
- <ul>
- <li><a href=../samples>Samples</a> - a collection of 3D samples to whet your appetite!<br>
- <br>
- <li><a href=../tutorials/gcuk_tuts/startup.html>3D Tutorials</a> - if you're already confident using Blitz Basic, check out these detailed tutorials.<br>
- <br>
- <li><a href=../tutorials/basic_tuts/index.html>Basic Tutorials</a> - completely new to programming? These tutorials are just the place to start.<br>
- <br>
- <li><a href=commands/index.htm>Command Reference</a> - for the low down on the Blitz3D command set.<br>
- <br>
- <li><a href=language/index.html>Language Reference</a> - describes the Blitz programming language in detail.<br>
- <br>
- <li><a href=../media/geometricks_models/*.3ds>Geometricks Models</a> - a collection of 3D models kindly donated by Geometricks.<br>
- <br>
- <li><a href=../games>Games</a> - a few small games written in Blitz3D<br>
- <br>
- <li><a href=credits.html>Credits</a> - who did what...</a><br>
- <br>
- </ul>
- <br>
- If you experience any problems running Blitz3D, please contact <a href=mailto:[email protected]>[email protected]</a>.<br>
- <br>
- Come and visit us at <a href=http://www.blitzbasic.com target=_blank>www.blitzbasic.com</a>, for news, updates and a nice time in general!<br>
- <br>
- </body></html>
|