Page 2 of 2
Re: Just another wireframe viewer
Posted: Mon Sep 23, 2024 12:13 am
by stevepoole
Hi Mark,
Wow! what a great 3D modeller... Superbe !
Re: Just another wireframe viewer
Posted: Mon Sep 23, 2024 9:10 am
by Derek_Stewart
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.
Re: Just another wireframe viewer
Posted: Mon Sep 23, 2024 6:05 pm
by pjw
Wow! Amazing piece of software! I dont know how I couldve missed it. Was it ever reviewed?
Re: Just another wireframe viewer
Posted: Mon Sep 23, 2024 10:48 pm
by Mark Swift
Derek_Stewart wrote: Mon Sep 23, 2024 9:10 am
Looks like no else has used it till now.
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.
Re: Just another wireframe viewer
Posted: Tue Sep 24, 2024 10:47 pm
by Mark Swift
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:
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">'
...It seems a little odd fixing a program 23 years later.
Re: Just another wireframe viewer
Posted: Wed Sep 25, 2024 4:23 pm
by desin
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
Re: Just another wireframe viewer
Posted: Thu Sep 26, 2024 7:22 am
by Derek_Stewart
Hi,
Good book, C68 should be able to programme the examples.
I will have a look at this.