|
|
> Look like the syntax of "#else if" has changed in 3.6.
> 3.5 doesn't like that space.
No, that's my fault. I changed the code just before posting
and didn't test the higher quality settings...
Now THAT'S right:
#if(quality=0)
sphere{<x2,y2,4.3>, 0.002} //Preview
#else
#if(quality=1)
sphere{<x2,y2,4.3>, 0.001} //Final
#else
#if(quality=2)
sphere{<x2,y2,4.3>, 0.0005} //Bigfinal
#end
#end
#end
Post a reply to this message
|
|