Posts Tagged ‘Perspective3D’
27
Sep

Keep track of CPU performance

Post a comment » Popularity: 1%

CPU usage tracking is a new features in Silverilght 3. It enables you to report the overall computer CPU usage (Analytics.AverageProcessorLoad), as also CPU usage with respect to the current Silverlight Application (Analytics.AverageProcessLoad).

Check CPU performance

View Demo: New Window
27
Sep

3D Wall Gallery

3 Comments » Popularity: 1%

It is a very nice way to organize your photos. The 3D Wall Gallery effect is implemented using perspective 3D.

 3D-Wall

View Demo: New Window
27
Sep

Shadow Effect using 3D projection

Post a comment » Popularity: 1%

A 3D shadow effect example shared by Gavin Wignall. You can move your mouse position to change the shadow projection. He also explained the details of the implementation.

Shadow Effect using 3D projection

View Demo: New Window
21
Sep

3D Image Carousel using PlaneProjection

14 Comments » Popularity: 1%

An 3D Menu Carousel effect using Plane Projection. The carousel can detect your mouse position and change the rotation speed accordingly.

3D-Image-Carousel

View Demo: New Window
17
Sep

Animated 3D Text

1 Comment » Popularity: 1%

Charles Petzold created a rotating text sample using perspective 3D. It’s easy to be achieved by code. However, he achieved the implementation without writing any C#.

Animated-3D-Text

View Demo: New Window
Creating 3D Rotate Text using XAML:


    
        
            
            
        

        
            
                
                    
                
            
        
    

    
        
            
                
                    
                
            
        
    

16
Sep

3D Menu Carousel

2 Comments » Popularity: 1%

An 3D Menu Carousel effect using Plane Projection. The Gerard Leblanc also explained how this application is implemented.

  3D-Menu-Carouse

View Demo: New Window
15
Sep

3D Image Slide Show

1 Comment » Popularity: 1%

Terence Tsang is proud to present you a 3D Image Slideshow using perspective 3d. You are able to add more images into the controls.

3D Image Slide Show

View Demo: New Window