POV-Ray : Newsgroups : povray.advanced-users : run povray from matlab : Re: run povray from matlab Server Time
28 Jul 2024 10:22:52 EDT (-0400)
  Re: run povray from matlab  
From: shimon a10
Date: 16 Feb 2006 17:05:00
Message: <web.43f4f6163493ed526a80623e0@news.povray.org>
Florian Brucker <tor### [at] torfboldcom> wrote:
> Hi Shimon!
>
> Okay, so you've downloaded (and installed?) MegaPOV. Fine! Now look into
> your folder where the original POV-Ray executable is stored (By default
> that's somewhere in C:Program FilesPOV-Raybinaries, I'm not on
> Windows here, so I can't check, sorry). There should also be 2 MegaPOV
> executables in that directory. Try which one is the command line one in
> case you can't make it out from the filenames (Just doubleclick on them
> and see which one does not popup the usual POV-Ray window).
>
> Then replace your call to POV-Ray with the call to the command line
> MegaPOV. How are you calling POV-Ray right now? I'm not using Matlab too
> much, so I guess your code looks like
>
>      !C:Program FilesPOV-Raybinariespvengine.exe
>
> or
>
>     system('C:Program FilesPOV-Raybinaries.pvengine.exe')
>
> Just replace 'pvengine.exe' with the filename you just found out - Your
> script should now run without opening a POV-Ray window.
>
> Did that work so far? If not, what went wrong? Can you please post the
> Matlab code you're using to run POV-Ray?
>
>
> HTH,
> Florian


Hi Florian

1. the matlab code that i'm using is

! mpengine +Ipovfile.pov +V +Wscreen_width +Hscreen_height

2. bye

shimon


Post a reply to this message

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