|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hi
i have some problems with POVRay3.5 for Windows. POVRay don't accept the
^-Operator. I think x^4 should be the same as x*x*x*x but in the
Everytime i would like to use this caracter i receive the warning that
this is not an ASCII-character. But the font i use (corbd.ttf) contains
Editor to POVRay.
Is ist possible to solve this problems in any way?
Excuse my bad English. I am not very skilled in languages.
Greetings from Germany.
--
mat### [at] matweide
http://www.matwei.de
Post a reply to this message
|
|
| |
| |
|
|
From: Christoph Hormann
Subject: Re: POVRay 3.5 problems with some chars
Date: 11 Jul 2002 15:43:40
Message: <3D2DDFEC.481E7D19@gmx.de>
|
|
|
| |
| |
|
|
>
> Hi
>
> i have some problems with POVRay3.5 for Windows. POVRay don't accept the
> ^-Operator. I think x^4 should be the same as x*x*x*x but in the
> messagewindow i receive an error.
Why do you assume the ^-operator is supported? Use the pow() function
instead.
> Everytime i would like to use this caracter i receive the warning that
> this is not an ASCII-character. But the font i use (corbd.ttf) contains
> Editor to POVRay.
> Is ist possible to solve this problems in any way?
Look for 'charset' in the documentation (section 6.11.6)
Christoph
--
POV-Ray tutorials, IsoWood include,
TransSkin and more: http://www.tu-bs.de/~y0013390/
Last updated 30 Jun. 2002 _____./\/^>_*_<^\/\.______
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Christoph Hormann <chr### [at] gmxde> meinte:
>>
>> Hi
>>
>> i have some problems with POVRay3.5 for Windows. POVRay don't accept
>> the ^-Operator. I think x^4 should be the same as x*x*x*x but in the
>> messagewindow i receive an error.
>
> Why do you assume the ^-operator is supported? Use the pow() function
> instead.
I thougt i have seen this operator in some example-files. Is it realy
not supported? OK. I will use pow() in the future.
>> Everytime i would like to use this caracter i receive the warning
>> that this is not an ASCII-character. But the font i use (corbd.ttf)
>> Layout Editor to POVRay.
>> Is ist possible to solve this problems in any way?
>
> Look for 'charset' in the documentation (section 6.11.6)
That was the point. Thank you.
--
mat### [at] matweide
http://www.matwei.de
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
wrote:
> I thougt i have seen this operator in some example-files.
in final release ? it appear only in comments.
> Is it realy
> not supported?
It was experimentally supported during beta-testing. Dig this news server if
you are interested why it is replaced with pow().
> OK. I will use pow() in the future.
And of course *, /, and sqrt in reasonable cases :-)
ABX
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> It was experimentally supported during beta-testing. Dig this news server if
> you are interested why it is replaced with pow().
I don't think that pow() *replaced* the hat operator. pow() has existed
for long time.
--
#macro M(A,N,D,L)plane{-z,-9pigment{mandel L*9translate N color_map{[0rgb x]
[1rgb 9]}scale<D,D*3D>*1e3}rotate y*A*8}#end M(-3<1.206434.28623>70,7)M(
-1<.7438.1795>1,20)M(1<.77595.13699>30,20)M(3<.75923.07145>80,99)// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 14 Jul 2002 11:39:51 -0400, Warp <war### [at] tagpovrayorg> wrote:
> > It was experimentally supported during beta-testing. Dig this news server if
> > you are interested why it is replaced with pow().
>
> I don't think that pow() *replaced* the hat operator. pow() has existed
> for long time.
Yes, just dump simplification, of course it is an old feature.
ABX
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |