|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I've been learning VBScript and have realized that it would be a great way
to extend POV-Ray's features. VBS could be used as a go-between for povray
and other applications.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Scratch that. Povray will not shell-out to a VB script.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Steven Jones <ste### [at] tsncc> wrote:
: I've been learning VBScript and have realized that it would be a great way
: to extend POV-Ray's features. VBS could be used as a go-between for povray
: and other applications.
Please remember that VBScript is a Windows-only feature, while POV-Ray isn't.
--
#macro N(D,I)#if(I<6)cylinder{M()#local D[I]=div(D[I],104);M().5,2pigment{
rgb M()}}N(D,(D[I]>99?I:I+1))#end#end#macro M()<mod(D[I],13)-6,mod(div(D[I
],13),8)-3,10>#end blob{N(array[6]{11117333955,
7382340,3358,3900569407,970,4254934330},0)}// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> : I've been learning VBScript and have realized that it would be a great
way
> : to extend POV-Ray's features. VBS could be used as a go-between for
povray
> : and other applications.
>
> Please remember that VBScript is a Windows-only feature, while POV-Ray
isn't.
however a scripting language interface would be a real plus, and it would be
nice if the script interface could handle any script I choose - such as js,
vbs, perl etc etc in a similar way the ASP does.
on the other hand, you could always build in python support....
--
Rick
Kitty5 WebDesign - http://Kitty5.com
POV-Ray News & Resources - http://Povray.co.uk
TEL : +44 (01270) 501101 - FAX : +44 (01270) 251105 - ICQ : 15776037
PGP Public Key
http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x231E1CEA
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Rick [Kitty5] <ric### [at] kitty5com> wrote:
: however a scripting language interface would be a real plus
So the language used by POV-Ray is not a scripting language?
--
#macro N(D,I)#if(I<6)cylinder{M()#local D[I]=div(D[I],104);M().5,2pigment{
rgb M()}}N(D,(D[I]>99?I:I+1))#end#end#macro M()<mod(D[I],13)-6,mod(div(D[I
],13),8)-3,10>#end blob{N(array[6]{11117333955,
7382340,3358,3900569407,970,4254934330},0)}// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Warp" <war### [at] tagpovrayorg> wrote in message
> Rick [Kitty5] <ric### [at] kitty5com> wrote:
> : however a scripting language interface would be a real plus
>
> So the language used by POV-Ray is not a scripting language?
I have found that with the capabilities provided by POV-Ray I do not need a
scripting language. There *was* a time when I used perl to write a script
that generated POV-Ray code, but I don't even need that, anymore.
Jon
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Jon S.Berndt <jsb### [at] hal-pcorg> wrote:
: I have found that with the capabilities provided by POV-Ray I do not need a
: scripting language. There *was* a time when I used perl to write a script
: that generated POV-Ray code, but I don't even need that, anymore.
Of course POV-Ray script could be a lot faster (as perl is).
Perhaps in 4.0...
--
#macro N(D,I)#if(I<6)cylinder{M()#local D[I]=div(D[I],104);M().5,2pigment{
rgb M()}}N(D,(D[I]>99?I:I+1))#end#end#macro M()<mod(D[I],13)-6,mod(div(D[I
],13),8)-3,10>#end blob{N(array[6]{11117333955,
7382340,3358,3900569407,970,4254934330},0)}// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|