Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Core / CSharp / System / Windows / Media3D / Light.cs / 1 / Light.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: 3D light implementation. // // See spec at http://avalon/medialayer/Specifications/Avalon3D%20API%20Spec.mht // // History: // 06/18/2003 : t-gregr - Created // //--------------------------------------------------------------------------- using System; using System.Diagnostics; using System.Windows.Media; using MS.Internal.Media3D; namespace System.Windows.Media.Media3D { ////// Lights are Model3D's. These include Ambient, Positional, Directional and Spot lights. /// They're very much modeled on the Direct3D lighting set, but have the additional /// property of being part of a modeling hierarchy, and are thus subject to coordinate /// space transformations. /// public abstract partial class Light : Model3D { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors // Prevent 3rd parties from extending this abstract base class. internal Light() {} #endregion Constructors //------------------------------------------------------ // // Public Methods // //----------------------------------------------------- //------------------------------------------------------ // // Public Properties // //------------------------------------------------------ #region Public Properties internal override void RayHitTestCore(RayHitTestParameters rayParams) { // Lights are considered to be part of the model graph, but they // have no geometry and therefore can not be hit tested. } internal override Rect3D CalculateSubgraphBoundsInnerSpace() { // Lights are considered to be part of the model graph, but they // have no geometry and therefore no bounds. return Rect3D.Empty; } #endregion Public Properties #region Internal Methods internal override void PreCompute() { Debug.Assert(_flags[DirtyForPreComputeFlag]); _flags[DirtyForPreComputeFlag] = false; } ////// Realization support. Lights do not care for realizations. /// internal override void MarkVisibleRealizations( RealizationContext rc) { Debug.Assert(_flags[RequiresRealizationFlag]); return; } #endregion } } // 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: 3D light implementation. // // See spec at http://avalon/medialayer/Specifications/Avalon3D%20API%20Spec.mht // // History: // 06/18/2003 : t-gregr - Created // //--------------------------------------------------------------------------- using System; using System.Diagnostics; using System.Windows.Media; using MS.Internal.Media3D; namespace System.Windows.Media.Media3D { ////// Lights are Model3D's. These include Ambient, Positional, Directional and Spot lights. /// They're very much modeled on the Direct3D lighting set, but have the additional /// property of being part of a modeling hierarchy, and are thus subject to coordinate /// space transformations. /// public abstract partial class Light : Model3D { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors // Prevent 3rd parties from extending this abstract base class. internal Light() {} #endregion Constructors //------------------------------------------------------ // // Public Methods // //----------------------------------------------------- //------------------------------------------------------ // // Public Properties // //------------------------------------------------------ #region Public Properties internal override void RayHitTestCore(RayHitTestParameters rayParams) { // Lights are considered to be part of the model graph, but they // have no geometry and therefore can not be hit tested. } internal override Rect3D CalculateSubgraphBoundsInnerSpace() { // Lights are considered to be part of the model graph, but they // have no geometry and therefore no bounds. return Rect3D.Empty; } #endregion Public Properties #region Internal Methods internal override void PreCompute() { Debug.Assert(_flags[DirtyForPreComputeFlag]); _flags[DirtyForPreComputeFlag] = false; } ////// Realization support. Lights do not care for realizations. /// internal override void MarkVisibleRealizations( RealizationContext rc) { Debug.Assert(_flags[RequiresRealizationFlag]); return; } #endregion } } // 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
- figurelength.cs
- ExceptionHandlerDesigner.cs
- externdll.cs
- HtmlForm.cs
- Collection.cs
- CompositeActivityCodeGenerator.cs
- Accessors.cs
- XDRSchema.cs
- WebPartEditVerb.cs
- RealProxy.cs
- ManagedIStream.cs
- SafeLibraryHandle.cs
- ContractCodeDomInfo.cs
- Stack.cs
- WorkflowHostingResponseContext.cs
- ConfigXmlCDataSection.cs
- PersonalizationStateQuery.cs
- SafeMemoryMappedFileHandle.cs
- XmlObjectSerializerReadContextComplex.cs
- PolicyValidator.cs
- Light.cs
- QilVisitor.cs
- Timer.cs
- SafeCoTaskMem.cs
- XPathBinder.cs
- ValueChangedEventManager.cs
- Thread.cs
- FileChangesMonitor.cs
- DynamicPropertyReader.cs
- HwndSourceKeyboardInputSite.cs
- URI.cs
- NamespaceEmitter.cs
- URLAttribute.cs
- ValidationRule.cs
- DataServiceRequestException.cs
- AttachedPropertyBrowsableAttribute.cs
- UpdateCommand.cs
- CultureInfo.cs
- QilList.cs
- SystemIPAddressInformation.cs
- RectKeyFrameCollection.cs
- XmlDataImplementation.cs
- RoutedEventHandlerInfo.cs
- ContextDataSourceContextData.cs
- WebPartDescription.cs
- AddInIpcChannel.cs
- KeyGestureValueSerializer.cs
- InputLangChangeRequestEvent.cs
- linebase.cs
- HotSpot.cs
- StrokeFIndices.cs
- ColumnHeaderConverter.cs
- TableDesigner.cs
- DiagnosticTraceRecords.cs
- GridItemCollection.cs
- JoinGraph.cs
- DispatcherExceptionEventArgs.cs
- WebPartTracker.cs
- SecurityManager.cs
- PeerValidationBehavior.cs
- ElementProxy.cs
- XPathCompileException.cs
- ObjectDataSourceWizardForm.cs
- BinaryUtilClasses.cs
- QilBinary.cs
- Substitution.cs
- RadialGradientBrush.cs
- StringFreezingAttribute.cs
- PenThreadWorker.cs
- Substitution.cs
- CompositeDataBoundControl.cs
- BStrWrapper.cs
- StringBuilder.cs
- BindingContext.cs
- PostBackOptions.cs
- ConfigurationProperty.cs
- CacheEntry.cs
- XslCompiledTransform.cs
- VBIdentifierName.cs
- UnmanagedMemoryStreamWrapper.cs
- Size.cs
- ViewGenerator.cs
- XmlSchemaSimpleContentExtension.cs
- GeneralTransform2DTo3D.cs
- TreeViewEvent.cs
- ListViewCancelEventArgs.cs
- SplitContainer.cs
- ColorContext.cs
- ConfigXmlWhitespace.cs
- Inline.cs
- WebPartHelpVerb.cs
- IxmlLineInfo.cs
- MemberInfoSerializationHolder.cs
- SocketPermission.cs
- _ContextAwareResult.cs
- DefaultTypeArgumentAttribute.cs
- CacheModeConverter.cs
- VariantWrapper.cs
- SmtpDigestAuthenticationModule.cs
- IFlowDocumentViewer.cs