Microsoft DirectX 9.0 SDK Update (October 2004)

DisplacementParameter.Texture Property

Language:

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

Retrieves or sets a texture for displacement mapping.

Definition

Visual Basic .NET Public Property Texture As BaseTexture
C# public BaseTexture Texture { get; set; }
Managed C++ public: __property BaseTexture* get_Texture();
public: __property void set_Texture(BaseTexture*);
JScript .NET public function get Texture() : BaseTexture
public function set Texture(BaseTexture);

Property Value

Microsoft.DirectX.Direct3D.BaseTexture . A BaseTexture instance that contains displacement data.

This property is read/write. 

Remarks

Displacement maps can be 2-D textures only.


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

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center