Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > Avalon

Vista - WPF Version OSX Fast User Switching, perf tips?

 
 
Old 03-07-2006   #1 (permalink)
Avery Z


 
 

WPF Version OSX Fast User Switching, perf tips?

Hi,

I have an application that has two main states. To switch between these
states I am goign to pulloff an effect very similiar to how OS X does fast
user switching. The current screen will be projected onto the front side of a
cube, and the next screen will be projected onto the left or right face of
the cube. Then the cube will be rotated so that the new state side becomes
the front side. Cool.

That is simple enough. The question is as follows: Should I always have the
application running as a side on a cube (visual brush as material) or should
I have the canvas be the application, and when its time to switch - hide the
canvas and show a viewport3D with the cube, do the animation, and then hide
the viewport3D and show the new state's canvas.

Would there be a perf. drawback to having the application always runnining
on the side of a cube in a viewport3D? Is there another method I am not
considering?

-Avery

My System SpecsSystem Spec
Old 03-08-2006   #2 (permalink)
Adam Smith [MS]


 
 

Re: WPF Version OSX Fast User Switching, perf tips?

Note that content in a VisualBrush (whether in 3d or not) is not
interactive, so I imagine that you will want to do the second option. There
can also be perf implications, but those are a little more dependent upon
your system, video memory usage, size of the texture, etc, though rendering
a tree directly should always be at least somewhat faster than doing so in a
VisualBrush.

-Adam Smith [MS]

"Avery Z" <AveryZ@discussions.microsoft.com> wrote in message
news:1403CA67-05BB-4AA2-8980-BB2702348288@microsoft.com...
> Hi,
>
> I have an application that has two main states. To switch between these
> states I am goign to pulloff an effect very similiar to how OS X does fast
> user switching. The current screen will be projected onto the front side
> of a
> cube, and the next screen will be projected onto the left or right face of
> the cube. Then the cube will be rotated so that the new state side becomes
> the front side. Cool.
>
> That is simple enough. The question is as follows: Should I always have
> the
> application running as a side on a cube (visual brush as material) or
> should
> I have the canvas be the application, and when its time to switch - hide
> the
> canvas and show a viewport3D with the cube, do the animation, and then
> hide
> the viewport3D and show the new state's canvas.
>
> Would there be a perf. drawback to having the application always runnining
> on the side of a cube in a viewport3D? Is there another method I am not
> considering?
>
> -Avery



My System SpecsSystem Spec
 

Thread Tools


Similar Threads
Thread Forum
Fast user switching Vista General
Control the Maximum allowed User Sessions in Fast User Switching Vista General
Fast User switching Vista account administration
Fast User Switching Tutorials


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46