-
Posts
1,438 -
Joined
-
Last visited
-
Days Won
36
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by y2guru
-
- 724 comments
-
- 2
-
- bigbox
- custom bigbox themes
-
(and 1 more)
Tagged with:
-
I would rather support it within the editor so you dont have to create XAML, but in the meantime, you can add a "User Source" UI Element to your view and paste the following into it. <!--******************************************************************--> <!-- Important Properties --> <!-- --> <!-- PerspectiveCamera Position="0,0,2" --> <!-- AxisAngleRotation3D Angle="24" Axis="0,1,0" --> <!--****************************************************************** --> <Viewport3D x:Name="VP3D"> <Viewport3D.Camera> <PerspectiveCamera Position="0,0,2" /> </Viewport3D.Camera> <Viewport2DVisual3D> <!-- Give the plane a slight rotation --> <Viewport2DVisual3D.Transform> <RotateTransform3D> <RotateTransform3D.Rotation> <AxisAngleRotation3D Angle="24" Axis="0,1,0" /> </RotateTransform3D.Rotation> </RotateTransform3D> </Viewport2DVisual3D.Transform> <!-- The Geometry, Material, and Visual for the Viewport2DVisual3D --> <Viewport2DVisual3D.Geometry> <MeshGeometry3D Positions="-1,1,0 -1,-1,0 1,-1,0 1,1,0" TextureCoordinates="0,0 0,1 1,1 1,0" TriangleIndices="0 1 2 0 2 3"/> </Viewport2DVisual3D.Geometry> <Viewport2DVisual3D.Material> <DiffuseMaterial Viewport2DVisual3D.IsVisualHostMaterial="True" Brush="White"/> </Viewport2DVisual3D.Material> <Viewport2DVisual3D.Visual > <Grid Background="Transparent" HorizontalAlignment="Left" VerticalAlignment="Top" Width="{Binding ElementName=VP3D, Path=ActualWidth}" Height="{Binding ElementName=VP3D, Path=ActualHeight}"> <!-- Your Content Goes Here --> <MediaElement Source="D:\LaunchBox\Videos\Windows\Street Fighter V.mp4" HorizontalAlignment="Left" VerticalAlignment="Center" Stretch="Fill" Width="438" Height="205" /> </Grid> </Viewport2DVisual3D.Visual> </Viewport2DVisual3D> <!-- Lights --> <ModelVisual3D> <ModelVisual3D.Content> <DirectionalLight Color="#FFFFFFFF" Direction="0,0,-1"/> </ModelVisual3D.Content> </ModelVisual3D> </Viewport3D>
- 724 comments
-
- 2
-
- bigbox
- custom bigbox themes
-
(and 1 more)
Tagged with:
-
- 724 comments
-
- bigbox
- custom bigbox themes
-
(and 1 more)
Tagged with:
-
- 724 comments
-
- 1
-
- bigbox
- custom bigbox themes
-
(and 1 more)
Tagged with:
-
- 724 comments
-
- 5
-
- bigbox
- custom bigbox themes
-
(and 1 more)
Tagged with:
-
- 724 comments
-
- 1
-
- bigbox
- custom bigbox themes
-
(and 1 more)
Tagged with:
-
- 724 comments
-
- bigbox
- custom bigbox themes
-
(and 1 more)
Tagged with:
-
- 724 comments
-
- 1
-
- bigbox
- custom bigbox themes
-
(and 1 more)
Tagged with:
-
- 724 comments
-
- 2
-
- bigbox
- custom bigbox themes
-
(and 1 more)
Tagged with:
-
- 724 comments
-
- 2
-
- bigbox
- custom bigbox themes
-
(and 1 more)
Tagged with:
-
- 724 comments
-
- 1
-
- bigbox
- custom bigbox themes
-
(and 1 more)
Tagged with:
-
- 724 comments
-
- bigbox
- custom bigbox themes
-
(and 1 more)
Tagged with:
-
- 724 comments
-
- bigbox
- custom bigbox themes
-
(and 1 more)
Tagged with:
-
- 724 comments
-
- bigbox
- custom bigbox themes
-
(and 1 more)
Tagged with:
-
amazing work! and much appreciated
-
gotta love the speccy ! my first development system
-
Community Theme Creator - Random Things
y2guru replied to CathMowr's topic in Custom Theme Tutorials
Perhaps @faeran can go over these in a separate video or point you to some of his previous theme workshop videos -
- 724 comments
-
- bigbox
- custom bigbox themes
-
(and 1 more)
Tagged with: