AGI STK Graphics 11 Send comments on this topic.
IAgStkGraphicsTriangleMeshPrimitive Interface Members
See Also  Overview 

Public Methods

Public Method Set Defines the triangle mesh using an indexed triangle list specified by positions, normals, and indices. The mesh is rendered in the primitive's Reference Frame.
Public Method SetTriangulator Defines the triangle mesh using the specified triangulator. The mesh is rendered in the primitive's Reference Frame.
Public Method SetWithOptionalParameters Defines the triangle mesh using an indexed triangle list specified by positions, normals, indices, and optionalParameters. The mesh is rendered in the primitive's Reference Frame.

Public Properties

Public Property CentralBodyClipped Gets or sets whether individual points will be clipped by the central body.
Public Property CullFace Gets or sets whether front and/or back-facing triangles may be culled. This is used in combination with Triangle Winding Order for culling.
Public Property Lighting Gets or sets whether the primitive is lit.
Public Property RenderBackThenFrontFaces Gets or sets whether the primitive is rendered in two passes to improve the visual quality for translucent, convex meshes.
Public Property SetHint Gets the primitive's Set Hint. See the Set Hint Performance Overview for selecting an appropriate value to construct the primitive with.
Public Property ShadeModel Gets or sets the shading model for the mesh.
Public Property Texture Gets or sets the texture to be drawn on the triangle mesh. Textures can be obtained from SceneManager.Textures.
Public Property TextureFilter Gets or sets the filter used for the Texture associated with this triangle mesh.
Public Property TriangleWindingOrder Gets or sets the orientation of front-facing triangles. This is used in combination with Cull Face for culling.
Public Property Wireframe Gets or sets whether the primitive is rendered in wireframe. This is useful for debugging.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK 11.1 Programming Interface