Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Core / CSharp / System / Windows / Media3D / Scene3D.cs / 1 / Scene3D.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: Scene3D implementation. // // See spec at http://avalon/medialayer/Specifications/Avalon3D%20API%20Spec.mht //--------------------------------------------------------------------------- using System; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Media.Composition; using MS.Internal; using System.ComponentModel.Design.Serialization; using System.Windows.Markup; using MS.Internal.Media3D; namespace System.Windows.Media.Media3D { internal partial class Scene3D : Animatable { internal Scene3D() { } ////// Marks the visible realizations of the Scene3D. /// internal void MarkVisibleRealizations(RealizationContext ctx) { Camera camera = Camera; if (Models != null && camera != null) { Matrix3D view = camera.GetViewMatrix(); Matrix3D proj = camera.GetProjectionMatrix(M3DUtil.GetAspectRatio(Viewport.Size)); Matrix3DStack stack3D = ctx.Transform3DStack; // // Update the 3D stack with the coordinate system change into // 2D space. stack3D.Push(proj); // Apply the projection transform (perspective, orthographic, etc.) stack3D.Push(view); // Position and orient camera. Models.MarkVisibleRealizations(ctx); stack3D.Pop(); // Projection. stack3D.Pop(); // Camera view. } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: Scene3D implementation. // // See spec at http://avalon/medialayer/Specifications/Avalon3D%20API%20Spec.mht //--------------------------------------------------------------------------- using System; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Media.Composition; using MS.Internal; using System.ComponentModel.Design.Serialization; using System.Windows.Markup; using MS.Internal.Media3D; namespace System.Windows.Media.Media3D { internal partial class Scene3D : Animatable { internal Scene3D() { } ////// Marks the visible realizations of the Scene3D. /// internal void MarkVisibleRealizations(RealizationContext ctx) { Camera camera = Camera; if (Models != null && camera != null) { Matrix3D view = camera.GetViewMatrix(); Matrix3D proj = camera.GetProjectionMatrix(M3DUtil.GetAspectRatio(Viewport.Size)); Matrix3DStack stack3D = ctx.Transform3DStack; // // Update the 3D stack with the coordinate system change into // 2D space. stack3D.Push(proj); // Apply the projection transform (perspective, orthographic, etc.) stack3D.Push(view); // Position and orient camera. Models.MarkVisibleRealizations(ctx); stack3D.Pop(); // Projection. stack3D.Pop(); // Camera view. } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SaveFileDialog.cs
- ContextProperty.cs
- Terminate.cs
- Misc.cs
- NegotiationTokenAuthenticator.cs
- EntityDataSourceContextDisposingEventArgs.cs
- QilReplaceVisitor.cs
- StringStorage.cs
- HttpModuleAction.cs
- XPathSelfQuery.cs
- AsymmetricAlgorithm.cs
- StatusStrip.cs
- DataTableClearEvent.cs
- EntityChangedParams.cs
- ButtonChrome.cs
- XmlILConstructAnalyzer.cs
- ToolboxService.cs
- ServiceModelSecurityTokenRequirement.cs
- AccessViolationException.cs
- PersistenceTypeAttribute.cs
- ContainsRowNumberChecker.cs
- DocumentPageTextView.cs
- InvokeDelegate.cs
- DecoratedNameAttribute.cs
- HtmlInputControl.cs
- AuthenticatingEventArgs.cs
- UIElementHelper.cs
- HandledMouseEvent.cs
- Geometry3D.cs
- GridViewColumn.cs
- RectIndependentAnimationStorage.cs
- WCFBuildProvider.cs
- IndicFontClient.cs
- DataStreamFromComStream.cs
- WinEventQueueItem.cs
- SystemNetworkInterface.cs
- SqlDeflator.cs
- Calendar.cs
- PropertyToken.cs
- ListViewPagedDataSource.cs
- EmptyEnumerable.cs
- Boolean.cs
- AxHostDesigner.cs
- CreateWorkflowOwnerCommand.cs
- Int32RectConverter.cs
- Image.cs
- ComContractElement.cs
- ButtonBaseAdapter.cs
- TargetFrameworkUtil.cs
- OutOfMemoryException.cs
- Publisher.cs
- CollectionDataContractAttribute.cs
- NamespaceInfo.cs
- HostingEnvironment.cs
- SafeNativeMethods.cs
- ResourceWriter.cs
- DocumentApplication.cs
- ProjectionCamera.cs
- UniqueID.cs
- Dump.cs
- DirectionalLight.cs
- isolationinterop.cs
- ColorContextHelper.cs
- ReferencedType.cs
- ByteFacetDescriptionElement.cs
- Point3DIndependentAnimationStorage.cs
- TemplateModeChangedEventArgs.cs
- RowBinding.cs
- DocumentPage.cs
- DaylightTime.cs
- MenuItem.cs
- SectionInput.cs
- ConsumerConnectionPoint.cs
- WebServiceData.cs
- Column.cs
- HorizontalAlignConverter.cs
- ClosureBinding.cs
- UnconditionalPolicy.cs
- WpfWebRequestHelper.cs
- SafeArrayRankMismatchException.cs
- Trace.cs
- QfeChecker.cs
- StrokeFIndices.cs
- PartialCachingAttribute.cs
- Parser.cs
- KeyInterop.cs
- SpnegoTokenAuthenticator.cs
- RemoveStoryboard.cs
- RewritingSimplifier.cs
- ScriptRegistrationManager.cs
- ExpressionPrefixAttribute.cs
- DetailsViewRowCollection.cs
- UniqueSet.cs
- GeometryModel3D.cs
- XmlILOptimizerVisitor.cs
- XPathSingletonIterator.cs
- AsymmetricAlgorithm.cs
- CompoundFileReference.cs
- NameObjectCollectionBase.cs
- HtmlControl.cs