AddTriangles
Namespace: JigLibX.GeometryAssembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0
Syntax
C# |
---|
public void AddTriangles( List<Vector3> _positions, List<TriangleVertexIndices> _tris ) |
Visual Basic |
---|
Public Sub AddTriangles ( _ _positions As List(Of Vector3), _ _tris As List(Of TriangleVertexIndices) _ ) |
Visual C++ |
---|
public: void AddTriangles( List<Vector3>^ _positions, List<TriangleVertexIndices>^ _tris ) |
Parameters
- _positions
- Type: System.Collections.Generic..::..List<(Of <(<'Vector3>)>)>
[Missing <param name="_positions"/> documentation for "M:JigLibX.Geometry.Octree.AddTriangles(System.Collections.Generic.List{Microsoft.Xna.Framework.Vector3},System.Collections.Generic.List{JigLibX.Geometry.TriangleVertexIndices})"]
- _tris
- Type: System.Collections.Generic..::..List<(Of <(<'TriangleVertexIndices>)>)>
[Missing <param name="_tris"/> documentation for "M:JigLibX.Geometry.Octree.AddTriangles(System.Collections.Generic.List{Microsoft.Xna.Framework.Vector3},System.Collections.Generic.List{JigLibX.Geometry.TriangleVertexIndices})"]