C# Class GLTF.Schema.NormalTextureInfo

Inheritance: GLTF.Schema.TextureInfo
Datei anzeigen Open project: decentraland/unity-renderer Class Usage Examples

Public Properties

Property Type Description
Scale double

Public Methods

Method Description
Deserialize ( GLTF.Schema.GLTFRoot root, JsonReader reader ) : NormalTextureInfo
NormalTextureInfo ( ) : Newtonsoft.Json
NormalTextureInfo ( NormalTextureInfo normalTextureInfo, GLTF.Schema.GLTFRoot gltfRoot ) : Newtonsoft.Json
Serialize ( JsonWriter writer ) : void

Method Details

Deserialize() public static method

public static Deserialize ( GLTF.Schema.GLTFRoot root, JsonReader reader ) : NormalTextureInfo
root GLTF.Schema.GLTFRoot
reader JsonReader
return NormalTextureInfo

NormalTextureInfo() public method

public NormalTextureInfo ( ) : Newtonsoft.Json
return Newtonsoft.Json

NormalTextureInfo() public method

public NormalTextureInfo ( NormalTextureInfo normalTextureInfo, GLTF.Schema.GLTFRoot gltfRoot ) : Newtonsoft.Json
normalTextureInfo NormalTextureInfo
gltfRoot GLTF.Schema.GLTFRoot
return Newtonsoft.Json

Serialize() public method

public Serialize ( JsonWriter writer ) : void
writer JsonWriter
return void

Property Details

Scale public_oe property

The scalar multiplier applied to each normal vector of the texture. This value is ignored if normalTexture is not specified. This value is linear.
public double Scale
return double