Packagelaya.d3.graphics
Classpublic class VertexPositionNormalColorTangent
InheritanceVertexPositionNormalColorTangent Inheritance Object
Implements IVertex

VertexPositionNormalColorTangent 类用于创建位置、法线、颜色、切线顶点结构。



Public Properties
 PropertyDefined By
  color : Vector4
[read-only]
VertexPositionNormalColorTangent
  normal : Vector3
[read-only]
VertexPositionNormalColorTangent
  position : Vector3
[read-only]
VertexPositionNormalColorTangent
  tangent : Vector4
[read-only]
VertexPositionNormalColorTangent
  vertexDeclaration : VertexDeclaration
[read-only]
VertexPositionNormalColorTangent
Public Methods
 MethodDefined By
  
VertexPositionNormalColorTangent
Property Detail
colorproperty
color:Vector4  [read-only]


Implementation
    public function get color():Vector4
normalproperty 
normal:Vector3  [read-only]


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


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


Implementation
    public function get tangent():Vector4
vertexDeclarationproperty 
vertexDeclaration:VertexDeclaration  [read-only]


Implementation
    public function get vertexDeclaration():VertexDeclaration
Constructor Detail
VertexPositionNormalColorTangent()Constructor
public function VertexPositionNormalColorTangent(position:Vector3, normal:Vector3, color:Vector4, tangent:Vector4)



Parameters
position:Vector3
 
normal:Vector3
 
color:Vector4
 
tangent:Vector4