Package | laya.d3.graphics |
Class | public class VertexPositionNormalTexture0Texture1Tangent |
Inheritance | VertexPositionNormalTexture0Texture1Tangent Object |
Implements | IVertex |
VertexPositionNormalTextureTangent
类用于创建位置、法线、纹理、切线顶点结构。
Property | Defined By | ||
---|---|---|---|
normal : Vector3 [read-only] | VertexPositionNormalTexture0Texture1Tangent | ||
position : Vector3 [read-only] | VertexPositionNormalTexture0Texture1Tangent | ||
tangent : Vector3 [read-only] | VertexPositionNormalTexture0Texture1Tangent | ||
textureCoordinate0 : Vector2 [read-only] | VertexPositionNormalTexture0Texture1Tangent | ||
textureCoordinate1 : Vector2 [read-only] | VertexPositionNormalTexture0Texture1Tangent | ||
vertexDeclaration : VertexDeclaration [read-only] | VertexPositionNormalTexture0Texture1Tangent |
Method | Defined By | ||
---|---|---|---|
VertexPositionNormalTexture0Texture1Tangent |
normal | property |
position | property |
tangent | property |
textureCoordinate0 | property |
textureCoordinate0:Vector2
[read-only] public function get textureCoordinate0():Vector2
textureCoordinate1 | property |
textureCoordinate1:Vector2
[read-only] public function get textureCoordinate1():Vector2
vertexDeclaration | property |
vertexDeclaration:VertexDeclaration
[read-only] public function get vertexDeclaration():VertexDeclaration
VertexPositionNormalTexture0Tangent | () | method |
public function VertexPositionNormalTexture0Tangent(position:Vector3, normal:Vector3, textureCoordinate0:Vector2, textureCoordinate1:Vector2, tangent:Vector3):void
Parameters
position:Vector3 | |
normal:Vector3 | |
textureCoordinate0:Vector2 | |
textureCoordinate1:Vector2 | |
tangent:Vector3 |