public class

LightDirection

extends Object
java.lang.Object
   ↳ com.tencent.tencentmap.mapsdk.maps.model.LightDirection

Summary

Public Constructors
LightDirection(float x, float y, float z)
光源向量方向
Public Methods
float getX()
float getY()
float getZ()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public LightDirection (float x, float y, float z)

光源向量方向

Parameters
x 0-1
y 0-1
z 0-1

Public Methods

public float getX ()

public float getY ()

public float getZ ()