POV-Ray : Newsgroups : povray.windows : Visual Basic and PovRay : Re: Visual Basic and PovRay Server Time
3 Jul 2024 01:33:32 EDT (-0400)
  Re: Visual Basic and PovRay  
From: Gilles Tran
Date: 27 Sep 2002 18:29:42
Message: <3d94dbd6@news.povray.org>

3d903c67@news.povray.org...
> Is possible to use VB to render a scene with PovRay ?
> If so, where I can find some documentation or source code or anithing can
> help me ?
>
> Thanks in advance.

I don't know about VB, but I have a MS Access VB script that calls POV-Ray
for DOS

stPOV = "C:\iobdaa\povray\povray.exe +ic:\iobdaa\relation.pov +o" & ImageDir
& ImageName & " +a +w300 +h300 -P +F -D -GA"

RetVal = Shell(stPOV, 0)

G.


--
**********************
http://www.oyonale.com
**********************
- Graphic experiments
- POV-Ray and Poser computer images
- Posters


Post a reply to this message

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