Packagelaya.d3.graphics
Classpublic class VertexPositionNormalTextureTangent
InheritanceVertexPositionNormalTextureTangent Inheritance Object
Implements IVertex

VertexPositionNormalTextureTangent 类用于创建位置、法线、纹理、切线顶点结构。



Public Properties
 PropertyDefined By
  normal : Vector3
[read-only]
VertexPositionNormalTextureTangent
  position : Vector3
[read-only]
VertexPositionNormalTextureTangent
  tangent : Vector3
[read-only]
VertexPositionNormalTextureTangent
  textureCoordinate : Vector2
[read-only]
VertexPositionNormalTextureTangent
  vertexDeclaration : VertexDeclaration
[read-only]
VertexPositionNormalTextureTangent
Public Methods
 MethodDefined By
  
VertexPositionNormalTextureTangent(position:Vector3, normal:Vector3, textureCoordinate:Vector2, tangent:Vector3)
VertexPositionNormalTextureTangent
Property Detail
normalproperty
normal:Vector3  [read-only]


Implementation
    public function get normal():Vector3
positionproperty 
position:Vector3  [read-only]


Implementation
    public function get position():Vector3
tangentproperty 
tangent:Vector3  [read-only]


Implementation
    public function get tangent():Vector3
textureCoordinateproperty 
textureCoordinate:Vector2  [read-only]


Implementation
    public function get textureCoordinate():Vector2
vertexDeclarationproperty 
vertexDeclaration:VertexDeclaration  [read-only]


Implementation
    public function get vertexDeclaration():VertexDeclaration
Constructor Detail
VertexPositionNormalTextureTangent()Constructor
public function VertexPositionNormalTextureTangent(position:Vector3, normal:Vector3, textureCoordinate:Vector2, tangent:Vector3)



Parameters
position:Vector3
 
normal:Vector3
 
textureCoordinate:Vector2
 
tangent:Vector3