POV-Ray : Newsgroups : povray.general : It's crazy, but I'm doing it... Server Time
10 Aug 2024 17:32:46 EDT (-0400)
  It's crazy, but I'm doing it... (Message 31 to 36 of 36)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: Ken Matassa
Subject: Re: It's crazy, but I'm doing it...
Date: 13 Jan 2000 23:01:48
Message: <12D437B5.28F6@pacbell.net>
Oh, please, please, please, not Quick Basic. A binary please, please,
please. Maybe even for DOS?!???!!!

I have actaual been toying with the idea of creating a triangle editor
for Pov-ray in C. It is one of, if not the most, need tools for Pov-ray.

Ken Matassa


Post a reply to this message

From: Nieminen Juha
Subject: Re: It's crazy, but I'm doing it...
Date: 14 Jan 2000 05:08:26
Message: <387ef59a@news.povray.org>
Ken Matassa <kma### [at] pacbellnet> wrote:
: Oh, please, please, please, not Quick Basic. A binary please, please,
: please. Maybe even for DOS?!???!!!

  But quickbasic creates binaries.

-- 
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/


Post a reply to this message

From: Ken
Subject: Re: It's crazy, but I'm doing it...
Date: 14 Jan 2000 10:29:02
Message: <387F4101.5FF0E674@pacbell.net>
Nieminen Juha wrote:
> 
> Ken Matassa <kma### [at] pacbellnet> wrote:
> : Oh, please, please, please, not Quick Basic. A binary please, please,
> : please. Maybe even for DOS?!???!!!
> 
>   But quickbasic creates binaries.

Not my version !

-- 
Ken Tyler -  1300+ Povray, Graphics, 3D Rendering, and Raytracing Links:
http://home.pacbell.net/tylereng/index.html http://www.povray.org/links/


Post a reply to this message

From: Nieminen Juha
Subject: Re: It's crazy, but I'm doing it...
Date: 14 Jan 2000 11:05:44
Message: <387f4958@news.povray.org>
Ken <tyl### [at] pacbellnet> wrote:
:>   But quickbasic creates binaries.

: Not my version !

  QuickBasic is not the same thing as QBasic.

-- 
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/


Post a reply to this message

From: John VanSickle
Subject: Re: It's crazy, but I'm doing it...
Date: 14 Jan 2000 16:54:47
Message: <387F9CF0.E500305F@erols.com>
Nieminen Juha wrote:
> 
> Ken Matassa <kma### [at] pacbellnet> wrote:
> : Oh, please, please, please, not Quick Basic. A binary please,
> : please, please. Maybe even for DOS?!???!!!
> 
>   But quickbasic creates binaries.

The real problem is the lack of mouse support in QuickBasic 1.1, which
means keyboard commands, which makes it very time-consuming to select a
point in order to make a triangle from it; right now the user has to
scroll through the other points in order to select the desired point, and then
find two more in order to define a triangle.

Since uploading the original version, I have added the ability to copy
the marked points.  In order to do this I also had to re-write the
point creation subroutine so that the previous hard-wired limit of
1000 was no longer in effect.  There was no error-checking in the
first version, so the user adding the 1001st point was in for a rude
lesson in frequent saves...

There are a couple more changes that need to be made.  Someday I'll
upload the results.

Regards,
John


Post a reply to this message

From: Nieminen Juha
Subject: Re: It's crazy, but I'm doing it...
Date: 17 Jan 2000 05:33:05
Message: <3882efe1@news.povray.org>
If it's possible to make system interrupt calls (int 33) or directly inline
assembler in quickbasic, you could make your own mouse reading routines.

-- 
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.