POV-Ray : Newsgroups : povray.unix : passing custom string paramenter : Re: passing custom string paramenter Server Time
2 May 2024 19:08:49 EDT (-0400)
  Re: passing custom string paramenter  
From: Jaime Vives Piqueres
Date: 26 Apr 2011 10:18:00
Message: <4db6d418@news.povray.org>

> Hi,
>
> I am trying to use PovRay from my java code to create image using
> dynamic texture and thus looking to pass file path of texture image
> while executing pov script.
>
> However I am not finding, how to do that.
>
> tried Declare=IDENTIFIER=<value>, it takes float value and I want a
> String with value file path.
>
> Please help me to achieve it.


   Just think a bit different: you can put that string declaration on a
include file that you create from your Java app, then call POV to render
the scene, which includes it somewhere before it's needed.

-- 
Jaime Vives Piqueres
		
La Persistencia de la Ignorancia
http://www.ignorancia.org


Post a reply to this message

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