TextureStateManager.BumpEnvironmentMaterial00 Property

Language:

Note: This documentation is preliminary and is subject to change.

Defines the texture-stage state as a floating-point value for the [0][0] coefficient in a bump-mapping matrix.

Definition

Visual Basic .NET Public Property BumpEnvironmentMaterial00 As Single
C# public float BumpEnvironmentMaterial00 { get; set; }
Managed C++ public: __property float get_BumpEnvironmentMaterial00();
public: __property void set_BumpEnvironmentMaterial00(float);
JScript .NET public function get BumpEnvironmentMaterial00() : float
public function set BumpEnvironmentMaterial00(float);

Property Value

System.Single . Floating-point value that represents the [0][0] coefficient in a bump-mapping matrix. The valid range of values for bump-mapping matrix coefficients is greater than or equal to -8.0 and less than 8.0. This range, expressed in mathematical notation, is (-8.0,8.0). The default value is 0.0.

This property is read/write. 

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.