Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- PrintDialog.cs
- SelectionItemProviderWrapper.cs
- CompilationUtil.cs
- DataKeyArray.cs
- ClosableStream.cs
- TextProperties.cs
- FileNotFoundException.cs
- RawStylusInputCustomDataList.cs
- DispatcherHookEventArgs.cs
- WebZoneDesigner.cs
- ListDictionaryInternal.cs
- HtmlInputSubmit.cs
- ImpersonationContext.cs
- NativeMethods.cs
- RNGCryptoServiceProvider.cs
- EventMap.cs
- CodeTypeOfExpression.cs
- XmlSubtreeReader.cs
- BamlBinaryReader.cs
- ConditionValidator.cs
- StrongNameUtility.cs
- TextDecorationCollection.cs
- FirstQueryOperator.cs
- DataGridViewCellStyle.cs
- TrustLevel.cs
- RoutedEventConverter.cs
- SafeNativeMethods.cs
- ActivityExecutorOperation.cs
- ImageCodecInfo.cs
- StringComparer.cs
- DataGridViewHeaderCell.cs
- TextEffectResolver.cs
- TextView.cs
- DataBoundControlDesigner.cs
- PluralizationService.cs
- smtppermission.cs
- PartialCachingControl.cs
- SspiSafeHandles.cs
- CacheSection.cs
- CardSpaceSelector.cs
- InputReport.cs
- SignatureConfirmations.cs
- ListItemConverter.cs
- StaticFileHandler.cs
- PassportAuthenticationEventArgs.cs
- DataGridViewTextBoxCell.cs
- CommandHelpers.cs
- WindowsGraphicsCacheManager.cs
- DataServiceQueryOfT.cs
- CheckedListBox.cs
- RawStylusInputReport.cs
- CalendarDateRangeChangingEventArgs.cs
- GridPattern.cs
- Label.cs
- ReadOnlyDataSource.cs
- HttpClientCertificate.cs
- ProfileBuildProvider.cs
- TextServicesLoader.cs
- SecurityCriticalDataForSet.cs
- QilDataSource.cs
- ParameterCollectionEditor.cs
- MenuScrollingVisibilityConverter.cs
- DesignerDataTableBase.cs
- EffectiveValueEntry.cs
- login.cs
- PrivateFontCollection.cs
- EdmValidator.cs
- TcpPortSharing.cs
- RadioButton.cs
- CellQuery.cs
- DrawingCollection.cs
- Encoder.cs
- cookieexception.cs
- XmlNamespaceMapping.cs
- FacetDescription.cs
- SettingsAttributes.cs
- EncodingInfo.cs
- GridProviderWrapper.cs
- ISAPIWorkerRequest.cs
- WebBrowserEvent.cs
- Baml2006ReaderSettings.cs
- DataControlImageButton.cs
- RegionData.cs
- IApplicationTrustManager.cs
- FlowDocumentView.cs
- CompModHelpers.cs
- IERequestCache.cs
- Regex.cs
- ItemsControlAutomationPeer.cs
- XmlEntity.cs
- SHA512.cs
- XmlNodeComparer.cs
- TemplateField.cs
- MultilineStringEditor.cs
- CompletedAsyncResult.cs
- CustomSignedXml.cs
- InspectionWorker.cs
- DoubleCollection.cs
- x509store.cs
- HyperLinkColumn.cs