|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I play with POV on notebook a lot and I found I can do nearly everything not
touching mousepad but I can't switch render window. There is ESC/Alt+M shortcut
for message window but nothing for rendering. Am I missed something or should I
call it "feature request" ?
ABX
--
#declare _=function(a,b,x){((a^2)+(b^2))^.5-x}#default {pigment{color rgb 1}}
union{plane{y,-3}plane{-x,-3}finish{reflection 1 ambient 0}}isosurface{ //ABX
function{_(x-2,y,1)&_((x+y)*.7,z,.1)&_((x+y+2)*.7,z,.1)&_(x/2+y*.8+1.5,z,.1)}
contained_by{box{<0,-3,-.1>,<3,0,.1>}}translate z*15finish{ambient 1}}//POV35
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
>I play with POV on notebook a lot and I found I can do nearly everything not
>touching mousepad but I can't switch render window. There is ESC/Alt+M shortcut
>for message window but nothing for rendering. Am I missed something or should I
>call it "feature request" ?
By "switch" do you mean "Show/Hide"? If so use Alt-O-W-R and Alt-O-W-C
for "Show" and "Hide" respectively.
--
Mike Williams
Gentleman of Leisure
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Mon, 31 Dec 2001 20:46:59 +0000, Mike Williams <mik### [at] nospamplease> wrote:
> By "switch" do you mean "Show/Hide"?
yes.
> If so use Alt-O-W-R and Alt-O-W-C
> for "Show" and "Hide" respectively.
1. it's long combination
2. sometimes not works for me
3. for close is Esc-Alt-O-W-C and this aditional ESC is not very intuitive idea
4. I thought about one combination for switch just like Alt+M works for messages
ABX
--
#declare _=function(a,b,x){((a^2)+(b^2))^.5-x}#default {pigment{color rgb 1}}
union{plane{y,-3}plane{-x,-3}finish{reflection 1 ambient 0}}isosurface{ //ABX
function{_(x-2,y,1)&_((x+y)*.7,z,.1)&_((x+y+2)*.7,z,.1)&_(x/2+y*.8+1.5,z,.1)}
contained_by{box{<0,-3,-.1>,<3,0,.1>}}translate z*15finish{ambient 1}}//POV35
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|