|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hi,
is there a 3D Turtle Graphics package for PovRay?
Or can someone show me, how to write one?
Thanks,
Andreas
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Andreas Micheler" <And### [at] StudentUni-Augsburgde> wrote:
> Hi,
>
> is there a 3D Turtle Graphics package for PovRay?
> Or can someone show me, how to write one?
>
> Thanks,
> Andreas
Maybe. Check out this thread, although its almost 10 years old. The link is
http://news.povray.org/povray.binaries.utilities/thread/%3C347EFFAE.27E0C2EE@evolution.org%3E/?ttop=213550&toff=600
RTEvol supports:
* definition of L-System tables for parametric, stochastic, and timed
L-Systems
* definition of tropism vector
* mathematical vector and matrix operations
* a 3D graphics turtle support
* freely programmable (POV-) script output via print() function
* definition of your own functions (C-like)
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Andreas Micheler" <And### [at] StudentUni-Augsburgde> wrote:
> is there a 3D Turtle Graphics package for PovRay?
Oops! I should've mentioned that this group is ONLY for discussing the
programming of POV itself, ie the POV source code. If you wish to continue
this 3D Logo discussion, we have to do it elsewhere, eg the general,
utilities or advanced groups.
Sorry Thorsten et al!
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"PM 2Ring" <nomail@nomail> wrote:
> "Andreas Micheler" <And### [at] StudentUni-Augsburgde> wrote:
> > is there a 3D Turtle Graphics package for PovRay?
> Oops! I should've mentioned that this group is ONLY for discussing the
> programming of POV itself, ie the POV source code.
Well, it would be best if these 3D turtle graphics primitives would be
internal routines of PovRay, because else they'd be slow, so I think it's
not too bad to post my question here.
I can contribute some C++ code, because I have written 3D turtle graphics in
my aUCBLogo.
Thanks,
Andreas
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Andreas Micheler" <And### [at] StudentUni-Augsburgde> wrote:
> Hi,
>
> is there a 3D Turtle Graphics package for PovRay?
> Or can someone show me, how to write one?
>
> Thanks,
> Andreas
I wrote the XTurtle package for my own amusement some years ago. It is
written entirely in POV-Ray SDL. XTurtle can construct, coils, swept
surfaces, B-DNA etc. It comes with some examples too. I'm no expert, so I
can't claim it's any good but it has sufficed for my needs. XTurtle can be
downloaded from this URL:
http://myweb.tiscali.co.uk/oaktree/nshea/development.html
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Nicholas Shea" <nic### [at] tiscalicouk> wrote:
> "Andreas Micheler" <And### [at] StudentUni-Augsburgde> wrote:
> > Hi,
> >
> > is there a 3D Turtle Graphics package for PovRay?
> > Or can someone show me, how to write one?
> >
> > Thanks,
> > Andreas
>
> I wrote the XTurtle package for my own amusement some years ago. It is
> written entirely in POV-Ray SDL. XTurtle can construct, coils, swept
> surfaces, B-DNA etc. It comes with some examples too. I'm no expert, so I
> can't claim it's any good but it has sufficed for my needs. XTurtle can be
> downloaded from this URL:
>
> http://myweb.tiscali.co.uk/oaktree/nshea/development.html
Link dead. Website Gone. Author no longer contactable. Would site admin
please delete my listing/account. Sorry for any inconvenience but
circumstances now dictate that I focus my attention on other matters.
Thanks and goodbye.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hello!
I once coded a 3D-Turtle in MS-Word-VBA:
the Code for the turtle is in a Word-Document,
interpreted by Word-VBA which creates a POV-Ray-File
and sends it to POV-Ray and starts it there.
It's not working good under certain circumstances,
I can post it.
Greetings,
Chris
Hallo!
Ich habe mal in Words VBA eine 3D-Turtle implementiert:
der Turtle-Code ist in einem Word-Dokument,
Word-VBA interpretiert diesen und erstellt eine
POV-Ray-Datei und startet Pov-Ray mit dieser.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |