Hi Mark,
Wow! what a great 3D modeller... Superbe !
Just another wireframe viewer
-
- Aurora
- Posts: 888
- Joined: Mon Nov 24, 2014 2:03 pm
-
- Font of All Knowledge
- Posts: 4661
- Joined: Mon Dec 20, 2010 11:40 am
- Location: Sunny Runcorn, Cheshire, UK
Re: Just another wireframe viewer
HI,
Mark's 3D software written in Superbasic is excellent, I used to supply this with the Q60 and some Q68 computers.
Looks like no else has used it till now.
Mark's 3D software written in Superbasic is excellent, I used to supply this with the Q60 and some Q68 computers.
Looks like no else has used it till now.
Regards,
Derek
Derek
Re: Just another wireframe viewer
Wow! Amazing piece of software! I dont know how I couldve missed it. Was it ever reviewed?desin wrote: Sun Sep 22, 2024 9:56 pm don't forget QL3D from Mark Swift
https://dilwyn.theqlforum.com/graphics/ql3d1.zip
<>
Per
I love long walks, especially when they are taken by people who annoy me.
- Fred Allen
I love long walks, especially when they are taken by people who annoy me.
- Fred Allen
- Mark Swift
- Bent Pin Expansion Port
- Posts: 86
- Joined: Fri Jul 18, 2014 9:13 am
- Location: Blackpool, Lancs, UK
- Contact:
Re: Just another wireframe viewer
I also forgot that I had written this SMSQ only version of the software.
Written in simpler times where it was safe to put your postal address in the readme file.
Fortunately I've moved since.
- Mark Swift
- Bent Pin Expansion Port
- Posts: 86
- Joined: Fri Jul 18, 2014 9:13 am
- Location: Blackpool, Lancs, UK
- Contact:
Re: Just another wireframe viewer
From the file dates QL3D was completed in 1988 and updated in 2001.
I probably added SVG export in 2001 and it's likely that the syntax requirements have changed since then as SVG files exported from QL3D no longer display correctly.
To fix the SVG export issue alter line 9620 in QL3Dviewer_bas as follows:
...It seems a little odd fixing a program 23 years later.
I probably added SVG export in 2001 and it's likely that the syntax requirements have changed since then as SVG files exported from QL3D no longer display correctly.
To fix the SVG export issue alter line 9620 in QL3Dviewer_bas as follows:
Code: Select all
9620 PRINT#9;'<svg xml:space="preserve" width="100%" height="100%" viewBox="-421 -297 842 595" xmlns="http://www.w3.org/2000/svg">'
Re: Just another wireframe viewer
I found a updated version of the 3D programming book from G. Glaeser
https://archive.org/details/fast-algori ... 4/mode/2up
but the programs examples are written C
Greetings from Switzerland
Markus
https://archive.org/details/fast-algori ... 4/mode/2up
but the programs examples are written C
Greetings from Switzerland
Markus
-
- Font of All Knowledge
- Posts: 4661
- Joined: Mon Dec 20, 2010 11:40 am
- Location: Sunny Runcorn, Cheshire, UK
Re: Just another wireframe viewer
Hi,desin wrote: Wed Sep 25, 2024 4:23 pm I found a updated version of the 3D programming book from G. Glaeser
https://archive.org/details/fast-algori ... 4/mode/2up
but the programs examples are written C
Greetings from Switzerland
Markus
Good book, C68 should be able to programme the examples.
I will have a look at this.
Regards,
Derek
Derek