Click or drag to resize

TriangleMeshPrimitive Properties

The TriangleMeshPrimitive type exposes the following members.

Properties
  NameDescription
Public propertyAutomaticallyComputeBoundingSphere
Gets or sets if the primitive's BoundingSphere is automatically computed.
(Inherited from Primitive.)
Public propertyBlendingColor
Gets or sets the blending color.
Public propertyBlendingEquation
Gets or set the blending equation used when compositing a transparent triangle mesh.
Public propertyBoundingSphere
Gets or sets the bounding sphere that encompasses the primitive. The center is defined in the primitive's ReferenceFrame.
(Inherited from Primitive.)
Public propertyCentralBodyClipped
Gets or sets whether individual points will be clipped by the central body.
Public propertyColor
Gets or sets the primitive's color.
(Inherited from Primitive.)
Public propertyCullFace
Gets or sets whether front and/or back-facing triangles may be culled. This is used in combination with TriangleWindingOrder for culling.
Public propertyDestinationBlendingFunction
Gets or set the blending function that is used to modify the destination color before the final blending operation occurs.
Public propertyDisplay
Gets or sets if the primitive should be rendered. Both this and DisplayCondition must evaluate to true for the primitive to be rendered.
(Inherited from Primitive.)
Public propertyDisplayCondition
Gets or sets the display condition that determines if the primitive should be rendered. Both this and Display must evaluate to true for the primitive to be rendered.
(Inherited from Primitive.)
Public propertyLighting
Gets or sets whether the primitive is lit.
Public propertyReferenceFrame
Gets or sets the reference frame this primitive is defined and rendered in.
(Inherited from Primitive.)
Public propertyRenderBackThenFrontFaces
Gets or sets whether the primitive is rendered in two passes to improve the visual quality for translucent, convex meshes.
Public propertySetHint
Gets the primitive's SetHint. See the Set Hint topic for more information on selecting an appropriate value to construct the primitive with.
Public propertyShadeModel
Gets or sets the shading model for the mesh.
Public propertySourceBlendingFunction
Gets or set the blending function that is used to modify the source color before the final blending operation occurs.
Public propertyTag
Gets or sets custom data associated with this primitive.
(Inherited from Primitive.)
Public propertyTexture
Gets or sets the texture to be drawn on the triangle mesh. Textures can be obtained from SceneManager.Textures.
Public propertyTextureFilter
Gets or sets the filter used for the Texture associated with this triangle mesh.
Public propertyTranslucency
Gets or sets the primitive's translucency. Translucency is between 0 and 1, where 0 is opaque and 1 is transparent.
(Overrides PrimitiveTranslucency.)
Public propertyTriangleWindingOrder
Gets or sets the orientation of front-facing triangles. This is used in combination with CullFace for culling.
Public propertyUseCustomBlendingParameters
Gets or set the boolean that defines if custom blending parameters will be used or if it will use the blending parameters set by the particular rendering pass.
Public propertyWireframe
Gets or sets whether the primitive is rendered in wireframe. This is useful for debugging.
Top
See Also