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
- SinglePageViewer.cs
- Int16Converter.cs
- ClusterUtils.cs
- UnsafeNativeMethods.cs
- OracleConnectionString.cs
- DataSourceCache.cs
- SizeAnimationBase.cs
- BevelBitmapEffect.cs
- ScriptRef.cs
- DataGridViewCellCollection.cs
- EntryIndex.cs
- UInt64Converter.cs
- HtmlMeta.cs
- RowVisual.cs
- HttpRequestTraceRecord.cs
- KoreanCalendar.cs
- ProfileInfo.cs
- DbProviderFactories.cs
- CustomErrorsSectionWrapper.cs
- InputBinding.cs
- SqlDataSourceSummaryPanel.cs
- Aes.cs
- DragEventArgs.cs
- WebBrowserSiteBase.cs
- MatrixAnimationBase.cs
- DataGridBoolColumn.cs
- RequestCache.cs
- TaskSchedulerException.cs
- ImpersonateTokenRef.cs
- EntityDataSourceSelectingEventArgs.cs
- ContentFilePart.cs
- ProfilePropertyMetadata.cs
- COM2ColorConverter.cs
- ScalarRestriction.cs
- Utils.cs
- CrossAppDomainChannel.cs
- ArrayEditor.cs
- PathSegment.cs
- KeyboardNavigation.cs
- KeyConstraint.cs
- PrivateFontCollection.cs
- SqlCommand.cs
- UserPreferenceChangingEventArgs.cs
- Renderer.cs
- StickyNoteContentControl.cs
- BehaviorDragDropEventArgs.cs
- DataGrid.cs
- xdrvalidator.cs
- XmlSchemaObjectCollection.cs
- ValidationRuleCollection.cs
- Membership.cs
- DataGridPageChangedEventArgs.cs
- WebPartEditorApplyVerb.cs
- LifetimeServices.cs
- MenuItem.cs
- DataGridViewDataErrorEventArgs.cs
- WindowsFormsSectionHandler.cs
- DataGridViewLayoutData.cs
- InsufficientMemoryException.cs
- ClockController.cs
- HandoffBehavior.cs
- DesignerLabelAdapter.cs
- DragCompletedEventArgs.cs
- LockCookie.cs
- ScriptingAuthenticationServiceSection.cs
- DesignerVerbCollection.cs
- AccessDataSourceView.cs
- FilterElement.cs
- CqlLexerHelpers.cs
- IgnoreFileBuildProvider.cs
- newinstructionaction.cs
- DataServiceQuery.cs
- CommonDialog.cs
- ConfigUtil.cs
- InternalEnumValidatorAttribute.cs
- figurelengthconverter.cs
- JournalEntryStack.cs
- RangeBaseAutomationPeer.cs
- DebugView.cs
- HttpProtocolImporter.cs
- DockPatternIdentifiers.cs
- TransformConverter.cs
- SqlGatherConsumedAliases.cs
- TextTreeObjectNode.cs
- LicenseException.cs
- XmlDataDocument.cs
- EncodingConverter.cs
- PrimarySelectionAdorner.cs
- UriSectionData.cs
- CqlParserHelpers.cs
- ProcessRequestArgs.cs
- ObjectRef.cs
- BindingsCollection.cs
- SqlDependencyUtils.cs
- ToolStripDropDownButton.cs
- _AuthenticationState.cs
- XmlNamespaceMapping.cs
- TransactionTraceIdentifier.cs
- ResolveNameEventArgs.cs
- _SafeNetHandles.cs