Windows Vista Forums
Vista Forums Home Join Vista Forums Donate Vista Tutorials Tags

Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Microsoft Technical Newsgroups > Avalon

WPF Version OSX Fast User Switching, perf tips?

Update your Vista Drivers Update Your Drivers Now!!
Closed Thread
 
Thread Tools Display Modes
Old 03-07-2006   #1 (permalink)
Avery Z
Guest


 

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]
Guest


 

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
Closed Thread
Update your Vista Drivers Update Your Drivers Now!!

Thread Tools
Display Modes



Similar Threads
Thread Thread Starter Forum Replies Last Post
Fast user switching Raymo Vista General 2 04-04-2008 12:16 AM
Control the Maximum allowed User Sessions in Fast User Switching lmlm Vista General 1 03-19-2008 08:19 AM
Fast User switching Vicious Vista account administration 1 01-18-2008 08:16 PM
Fast User Switching Brink Tutorials 0 09-05-2007 10:17 AM
Fast user switching - please help Michael Vista account administration 3 11-22-2006 08:45 PM


Vistax64.com 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 2005-2008

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 47 48 49 50 51