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 / 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
- CorrelationTokenTypeConvertor.cs
- Point.cs
- AssemblyGen.cs
- ResXResourceWriter.cs
- Types.cs
- Rect.cs
- _NetworkingPerfCounters.cs
- Rect3DConverter.cs
- TextBreakpoint.cs
- HitTestParameters3D.cs
- RectangleGeometry.cs
- PackagePartCollection.cs
- WebServiceMethodData.cs
- ToolBarDesigner.cs
- EventLogPermissionAttribute.cs
- DynamicILGenerator.cs
- InputChannelBinder.cs
- GenericTextProperties.cs
- DecoderFallback.cs
- WindowsGraphics2.cs
- Journal.cs
- ChannelManagerService.cs
- ColorComboBox.cs
- DoubleLinkList.cs
- XmlSubtreeReader.cs
- WindowsAuthenticationEventArgs.cs
- ButtonBaseAutomationPeer.cs
- DictionaryCustomTypeDescriptor.cs
- TextWriter.cs
- StorageEntityTypeMapping.cs
- ArrayList.cs
- RuntimeConfig.cs
- RadioButtonFlatAdapter.cs
- BamlResourceDeserializer.cs
- ProvidePropertyAttribute.cs
- OciHandle.cs
- MetafileHeader.cs
- OLEDB_Enum.cs
- TextElementCollection.cs
- ConfigurationException.cs
- UnsafeCollabNativeMethods.cs
- PostBackTrigger.cs
- SettingsPropertyIsReadOnlyException.cs
- WorkflowNamespace.cs
- CodeTypeMemberCollection.cs
- PageRequestManager.cs
- Process.cs
- TraceHandler.cs
- TextSelectionHelper.cs
- MessageEncodingBindingElement.cs
- StructuralComparisons.cs
- AggregateException.cs
- Baml6Assembly.cs
- Math.cs
- URLString.cs
- WebSysDescriptionAttribute.cs
- RequiredFieldValidator.cs
- BooleanToVisibilityConverter.cs
- ResXBuildProvider.cs
- CapacityStreamGeometryContext.cs
- SettingsPropertyNotFoundException.cs
- SharedStatics.cs
- DataGridViewAccessibleObject.cs
- BaseDataListComponentEditor.cs
- ControlPaint.cs
- CompilerGeneratedAttribute.cs
- LayoutEngine.cs
- EditorZoneBase.cs
- DashStyle.cs
- ThemeInfoAttribute.cs
- MissingSatelliteAssemblyException.cs
- CLSCompliantAttribute.cs
- HtmlControl.cs
- SiteIdentityPermission.cs
- AsyncOperation.cs
- BrowserTree.cs
- NotImplementedException.cs
- EventSetter.cs
- ConstructorBuilder.cs
- GestureRecognizer.cs
- DataGridViewSelectedRowCollection.cs
- StyleModeStack.cs
- RawStylusInput.cs
- SurrogateDataContract.cs
- WebServiceParameterData.cs
- WebServiceHostFactory.cs
- ReadOnlyTernaryTree.cs
- UrlRoutingHandler.cs
- securitymgrsite.cs
- ClientScriptItemCollection.cs
- SendMailErrorEventArgs.cs
- RouteData.cs
- IApplicationTrustManager.cs
- _CommandStream.cs
- EntityClientCacheKey.cs
- TextTreePropertyUndoUnit.cs
- DoubleSumAggregationOperator.cs
- TextParagraphView.cs
- Pts.cs
- FixedTextView.cs