you could get some more speed if you take the function calls like Plot() and Abs() out of the inner loops.
Edit: actually i´ve written something similar some time ago, with more stuff like 3D camera with rotation and movement, a terrain generator, perspective correct texture mapping, z-buffering ...
Search found 12 matches
- Wed Jun 27, 2007 4:51 pm
- Forum: Tricks 'n' Tips
- Topic: Triangle fill algorithm
- Replies: 5
- Views: 5318
- Sat Feb 10, 2007 11:47 pm
- Forum: Feature Requests and Wishlists
- Topic: OOP in PB?
- Replies: 106
- Views: 24999
- Fri Feb 09, 2007 3:23 pm
- Forum: Feature Requests and Wishlists
- Topic: OOP in PB?
- Replies: 106
- Views: 24999
- Fri Aug 04, 2006 7:38 pm
- Forum: Feature Requests and Wishlists
- Topic: Adress Change
- Replies: 13
- Views: 2677
- Fri Aug 04, 2006 7:24 pm
- Forum: Feature Requests and Wishlists
- Topic: Adress Change
- Replies: 13
- Views: 2677
- Fri Aug 04, 2006 6:53 pm
- Forum: Feature Requests and Wishlists
- Topic: Adress Change
- Replies: 13
- Views: 2677
- Fri Aug 04, 2006 1:55 pm
- Forum: Feature Requests and Wishlists
- Topic: Adress Change
- Replies: 13
- Views: 2677
- Thu Aug 03, 2006 5:10 pm
- Forum: Feature Requests and Wishlists
- Topic: Adress Change
- Replies: 13
- Views: 2677
Re: Adress Change
Is it a stupid idea?AndyX wrote:Will there be a feature in a future version of PB to allow changing the adress of a array,var,...?
Like that in C:edit: Please don´t throw stones at me if that is a stupid idea!Code: Select all
(int *)var = &other_var;
- Wed Aug 02, 2006 9:41 pm
- Forum: Feature Requests and Wishlists
- Topic: Adress Change
- Replies: 13
- Views: 2677
- Wed Aug 02, 2006 8:34 pm
- Forum: Feature Requests and Wishlists
- Topic: Adress Change
- Replies: 13
- Views: 2677
Adress Change
Will there be a feature in a future version of PB to allow changing the adress of a array,var,...?
Like that in C:
edit: Please don´t throw stones at me if that is a stupid idea! 
Like that in C:
Code: Select all
(int *)var = &other_var;

- Thu May 05, 2005 1:06 pm
- Forum: Off Topic
- Topic: Good Freeware Stuff
- Replies: 668
- Views: 677291
- Wed May 04, 2005 7:04 pm
- Forum: Feature Requests and Wishlists
- Topic: [Implemented] Doubles
- Replies: 18
- Views: 5302
[Implemented] Doubles
Hi,
what I really miss in PureBasic are Doubles! I come form VisualBasic and I really need Doubles...
Plz include them in PB...
Greetz,
AndyX
what I really miss in PureBasic are Doubles! I come form VisualBasic and I really need Doubles...
Plz include them in PB...

Greetz,
AndyX