|
|
I am a student user of pov ray. But right I face the problem of how to build a
GUI for user like MFC.
For example user wants adjust the light in the frame, he can through the GUI not
the change code in the pov files.
Now my solution is using ini files call the pov files, where ini files define
some important parameters . However , it still need user change the code in ini
files.
Thanks for your help.
I have a paper published based on the pov ray , my research is explore the human
3D sensing. So thanks for your helpppppppppp
Post a reply to this message
|
|
|
|
> I am a student user of pov ray. But right I face the problem of how to build a
> GUI for user like MFC.
>
> For example user wants adjust the light in the frame, he can through the GUI not
> the change code in the pov files.
>
> Now my solution is using ini files call the pov files, where ini files define
> some important parameters . However , it still need user change the code in ini
> files.
>
>
> Thanks for your help.
>
> I have a paper published based on the pov ray , my research is explore the human
> 3D sensing. So thanks for your helpppppppppp
>
>
It sounds like engligh is not your first language. You may have more
luck if you post in pov.international in your mother tongue.
--
/*Francois Labreque*/#local a=x+y;#local b=x+a;#local c=a+b;#macro P(F//
/* flabreque */L)polygon{5,F,F+z,L+z,L,F pigment{rgb 9}}#end union
/* @ */{P(0,a)P(a,b)P(b,c)P(2*a,2*b)P(2*b,b+c)P(b+c,<2,3>)
/* gmail.com */}camera{orthographic location<6,1.25,-6>look_at a }
Post a reply to this message
|
|