|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
How is the 3.5 source code coming along? I cant wait to get my hands on it
:)
George Pantazopoulos
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
George Pantazopoulos wrote:
> How is the 3.5 source code coming along?
I assume they've already finished it, since the executable
for 3.5 has been released...;)
--
Tim Cook
http://empyrean.scifi-fantasy.com
mirror: http://personal.lig.bellsouth.net/lig/z/9/z993126
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GFA dpu- s: a?-- C++(++++) U P? L E--- W++(+++)>$
N++ o? K- w(+) O? M-(--) V? PS+(+++) PE(--) Y(--)
PGP-(--) t* 5++>+++++ X+ R* tv+ b++(+++) DI
D++(---) G(++) e*>++ h+ !r--- !y--
------END GEEK CODE BLOCK------
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Timothy R. Cook inspired the electrons to say:
> George Pantazopoulos wrote:
>> How is the 3.5 source code coming along?
>
> I assume they've already finished it, since the executable
> for 3.5 has been released...;)
So, wtf will that source code be release far behind the binary releases? I
really can't understand....
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Wed, 31 Jul 2002 16:07:13 +0200, Christian Parpart <cpa### [at] surakwarenet>
wrote:
> So, wtf will that source code be release far behind the binary releases? I
> really can't understand....
it is clearly announced on http://www.povray.org/download/
ABX
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Wed, 31 Jul 2002 16:07:13 +0200, Christian Parpart wrote:
> Timothy R. Cook inspired the electrons to say:
>> George Pantazopoulos wrote:
>>> How is the 3.5 source code coming along?
>>
>> I assume they've already finished it, since the executable
>> for 3.5 has been released...;)
>
> So, wtf will that source code be release far behind the binary releases? I
> really can't understand....
Please watch your language.
We have to make the source presentable. Source that the compiler likes and
source that the end-user likes are two entirely separate things.
--
#local R=<7084844682857967,0787982,826975826580>;#macro L(P)concat(#while(P)chr(
mod(P,100)),#local P=P/100;#end"")#end background{rgb 1}text{ttf L(R.x)L(R.y)0,0
translate<-.8,0,-1>}text{ttf L(R.x)L(R.z)0,0translate<-1.6,-.75,-1>}sphere{z/9e3
4/26/2001finish{reflection 1}}//ron.parker@povray.org My opinions, nobody else's
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Wed, 31 Jul 2002 09:20:18 -0400, "George Pantazopoulos"
<the### [at] attbicom*KILLSPAM*> wrote:
>How is the 3.5 source code coming along? I cant wait to get my hands on it
>:)
>
>George Pantazopoulos
>
>
Source code for 3.5 has now been released!
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Scott Moore wrote:
>Source code for 3.5 has now been released!
>
Yipee! I wonder how many days(hours?) before a custom compile is released?
Well the Gui Ext code is relatively unchanged, which is a good thing for me
:D
Tom
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Ron Parker wrote:
>
> We have to make the source presentable. Source that the compiler likes and
> source that the end-user likes are two entirely separate things.
Do a global search-and replace to rename all the functions as F000,F001,F002,
etc, all the structures as XXXX, XXxX, XxXX, and so on. Intermix zeroes with
capital O's in the label names. Delete the comments, of course. Replace
every literal 2 with the label ONE, and define ONE = 2.
Live a little.
Regards,
John
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> Replace every literal 2 with the label ONE, and
> define ONE = 2.
dont you mean
0NE = 2
--
Rick
Kitty5 WebDesign - http://Kitty5.com
POV-Ray News & Resources - http://Povray.co.uk
TEL : +44 (01270) 501101 - FAX : +44 (01270) 251105 - ICQ : 15776037
PGP Public Key
http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x231E1CEA
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Thu, 1 Aug 2002 21:20:49 +0100, Rick [Kitty5] wrote:
>> Replace every literal 2 with the label ONE, and
>> define ONE = 2.
>
> dont you mean
>
> 0NE = 2
0NE isn't a valid identifier.
--
plane{-z,-3normal{crackle scale.2#local a=5;#while(a)warp{repeat x flip x}rotate
z*60#local a=a-1;#end translate-9*x}pigment{rgb 1}}light_source{-9red 1rotate 60
*z}light_source{-9rgb y rotate-z*60}light_source{9-z*18rgb z}text{ttf"arial.ttf"
"RP".01,0translate-<.6,.4,.02>pigment{bozo}}light_source{-z*3rgb-.2}//Ron Parker
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |