Packagelaya.d3.graphics
Classpublic class VertexPositionNormalTexture
InheritanceVertexPositionNormalTexture Inheritance Object
Implements IVertex

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



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


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


Implementation
    public function get position():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
VertexPositionNormalTexture()Constructor
public function VertexPositionNormalTexture(position:Vector3, normal:Vector3, textureCoordinate:Vector2)



Parameters
position:Vector3
 
normal:Vector3
 
textureCoordinate:Vector2