[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 264: mysqli_fetch_assoc(): Couldn't fetch mysqli_result
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 326: mysqli_free_result(): Couldn't fetch mysqli_result
Pete's QBASIC Site Discuss QBasic, Freebasic, QB64 and more 2006-01-10T18:37:12-05:00 http://www.petesqbsite.com/phpBB3/app.php/feed/topic/1234 2006-01-10T18:37:12-05:00 2006-01-10T18:37:12-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=10433#p10433 <![CDATA[QB Express #17 Needs Submissions!]]>
Nathan: Thanks, I'll try that. :D

Statistics: Posted by The Awakened — Tue Jan 10, 2006 6:37 pm


]]>
2006-01-10T15:20:09-05:00 2006-01-10T15:20:09-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=10427#p10427 <![CDATA[QB Express #17 Needs Submissions!]]>
Enter your pictures.

Save it in html.

Then, he will only have to do code and picture stuff.

Statistics: Posted by {Nathan} — Tue Jan 10, 2006 3:20 pm


]]>
2006-01-10T09:39:31-05:00 2006-01-10T09:39:31-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=10423#p10423 <![CDATA[QB Express #17 Needs Submissions!]]> Statistics: Posted by Xerol — Tue Jan 10, 2006 9:39 am


]]>
2006-01-09T18:54:26-05:00 2006-01-09T18:54:26-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=10417#p10417 <![CDATA[QB Express #17 Needs Submissions!]]> Not to mention the pictures. I'm guessing that there will be more like 30 individual pictures.

And I'll probably take right up until the deadline date of this month to submit this tut.

Statistics: Posted by The Awakened — Mon Jan 09, 2006 6:54 pm


]]>
2006-01-09T18:37:52-05:00 2006-01-09T18:37:52-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=10416#p10416 <![CDATA[QB Express #17 Needs Submissions!]]>
The Awakened: suggestion...don't use a lot of dumbass buzzwords, that only confuses people. Such things are best taught at the layman level, and if you have to use the dumbass buzzwords, at least explain what they mean. :D
Buzzwords such as...? :D

This isn't a full 3D engine tutorial. This only explains the math and the occasional code sample, with a little "this can be used for..." The reader needs algebra skills to see how the formulas are derived and that's it. I'm trying to make it as simple as possible for people to pick this stuff up.

I agree with you Nek, I'm not going to throw ANY term at anyone without explaining it in this tutorial. :D I find that's the problem with most 3D tutorials, whoever's writing them makes some oversights in how they're explaining the material, and before you know it, the reader's got 20 things that don't make sense to them. Even if there's a few things that are slightly confusing, it can really throw the reader off.

This tutorial is not being written in a half-assed way. Everything I type gets a second look, to make sure it can't be written in a better way. Even so, as the tutorial comes along, I find that I'm going to have to re-evaluate a LOT of the stuff I've written. Hopefully, it'll go through at least 2 revisons.

Anyway, for now, here's a list of the sections that will be in the tutorial:

1. The Cartesian Coordinate System
2. Perspective Projection
3. Linear Equations
4. Pythagorean Theorem
5. Pi, Degrees, and Radians
6. Sine, Cosine, and Tangent
7. The Unit Circle and the Polar Coordinate System
8. Deriving a Rotation Formula
9. Blurb on Polygons
10. Introduction to Vectors
11. Operations on Vectors
12. Cylindrical and Spherical Coordinate Systems
13. Matrices

I just finished Operations on Vectors last night, and I'm working on the Cylindrical and Spherical Coordinate Systems section. Sections 1, 2, 3, 6, 7, and 10 need quite a bit of revision, and I might even put an Intro to Functions section before Linear Equations. We'll see. :)

Wow, now there's something I can't wait to read...:-)...Wish it could go in this coming QBE...but I guess I'll just wait if it doesn't unless you're wiling to email it to me ;-) hehee..

Statistics: Posted by MystikShadows — Mon Jan 09, 2006 6:37 pm


]]>
2006-01-09T17:03:57-05:00 2006-01-09T17:03:57-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=10412#p10412 <![CDATA[3-D Tutorial]]> Statistics: Posted by Zim — Mon Jan 09, 2006 5:03 pm


]]>
2006-01-09T16:55:55-05:00 2006-01-09T16:55:55-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=10411#p10411 <![CDATA[QB Express #17 Needs Submissions!]]>
The Awakened: suggestion...don't use a lot of dumbass buzzwords, that only confuses people. Such things are best taught at the layman level, and if you have to use the dumbass buzzwords, at least explain what they mean. :D
Buzzwords such as...? :D

This isn't a full 3D engine tutorial. This only explains the math and the occasional code sample, with a little "this can be used for..." The reader needs algebra skills to see how the formulas are derived and that's it. I'm trying to make it as simple as possible for people to pick this stuff up.

I agree with you Nek, I'm not going to throw ANY term at anyone without explaining it in this tutorial. :D I find that's the problem with most 3D tutorials, whoever's writing them makes some oversights in how they're explaining the material, and before you know it, the reader's got 20 things that don't make sense to them. Even if there's a few things that are slightly confusing, it can really throw the reader off.

This tutorial is not being written in a half-assed way. Everything I type gets a second look, to make sure it can't be written in a better way. Even so, as the tutorial comes along, I find that I'm going to have to re-evaluate a LOT of the stuff I've written. Hopefully, it'll go through at least 2 revisons.

Anyway, for now, here's a list of the sections that will be in the tutorial:

1. The Cartesian Coordinate System
2. Perspective Projection
3. Linear Equations
4. Pythagorean Theorem
5. Pi, Degrees, and Radians
6. Sine, Cosine, and Tangent
7. The Unit Circle and the Polar Coordinate System
8. Deriving a Rotation Formula
9. Blurb on Polygons
10. Introduction to Vectors
11. Operations on Vectors
12. Cylindrical and Spherical Coordinate Systems
13. Matrices

I just finished Operations on Vectors last night, and I'm working on the Cylindrical and Spherical Coordinate Systems section. Sections 1, 2, 3, 6, 7, and 10 need quite a bit of revision, and I might even put an Intro to Functions section before Linear Equations. We'll see. :)

Statistics: Posted by The Awakened — Mon Jan 09, 2006 4:55 pm


]]>
2006-01-09T15:21:36-05:00 2006-01-09T15:21:36-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=10407#p10407 <![CDATA[QB Express #17 Needs Submissions!]]>
But I just cannot use something if I do not understand it... even using SINE and COSINE without knowing why it works bugs me...

Statistics: Posted by {Nathan} — Mon Jan 09, 2006 3:21 pm


]]>
2006-01-09T10:39:46-05:00 2006-01-09T10:39:46-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=10395#p10395 <![CDATA[QB Express #17 Needs Submissions!]]>

Statistics: Posted by Nodtveidt — Mon Jan 09, 2006 10:39 am


]]>
2006-01-09T06:41:24-05:00 2006-01-09T06:41:24-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=10393#p10393 <![CDATA[QB Express #17 Needs Submissions!]]> Statistics: Posted by matt2jones — Mon Jan 09, 2006 6:41 am


]]>
2006-01-08T16:42:41-05:00 2006-01-08T16:42:41-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=10390#p10390 <![CDATA[QB Express #17 Needs Submissions!]]>
BTW, out of curiosity, do you have experience with 3D, Z!re?
Only "HAW"* 3D :P


* Half Assed Way, of copying the 3D math formulaes and blatantly using them without understanding them :P

Statistics: Posted by Z!re — Sun Jan 08, 2006 4:42 pm


]]>
2006-01-08T14:39:15-05:00 2006-01-08T14:39:15-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=10388#p10388 <![CDATA[QB Express #17 Needs Submissions!]]>
What kidn of math would you like?
The advanced kind.. :P
As an example.. an explanation of the "3D math"..
Things like that..
Okay, I've been working on one right now, for Express 18. It includes basic trigonometry, and then goes through everything that Rel's tutorials talk about... except in a more mathematical and explanatory way. (Is explanatory a word?) Currently I'm at the Cross Product (vectors section) and it's been taking a lot out of me, heh. Right now, without pictures, it's about 30k. I still have to do alternate polar coordinate systems and matrix math. I'm hoping to also do quaternions. I'm guessing that there will be around 40 pictures.

BTW, out of curiosity, do you have experience with 3D, Z!re?

Statistics: Posted by The Awakened — Sun Jan 08, 2006 2:39 pm


]]>
2005-12-18T12:27:18-05:00 2005-12-18T12:27:18-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=10089#p10089 <![CDATA[QB Express #17 Needs Submissions!]]>
What kidn of math would you like?
The advanced kind.. :P
As an example.. an explanation of the "3D math"..
Things like that..

Statistics: Posted by Z!re — Sun Dec 18, 2005 12:27 pm


]]>
2005-12-18T12:00:46-05:00 2005-12-18T12:00:46-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=10088#p10088 <![CDATA[QB Express #17 Needs Submissions!]]> Statistics: Posted by MystikShadows — Sun Dec 18, 2005 12:00 pm


]]>
2005-12-18T10:25:42-05:00 2005-12-18T10:25:42-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=10085#p10085 <![CDATA[QB Express #17 Needs Submissions!]]> Statistics: Posted by Z!re — Sun Dec 18, 2005 10:25 am


]]>