Toolkit.WithVertexAccessor
Contents
[
Hide
]WithVertexAccessor(this MeshPrimitive, string, IReadOnlyList<float>)
public static MeshPrimitive WithVertexAccessor(this MeshPrimitive primitive, string attribute,
IReadOnlyList<float> values)
See Also
- class MeshPrimitive
- class Toolkit
- namespace Aspose.CAD.FileFormats.GLB.ToolKit
- assembly Aspose.CAD
WithVertexAccessor(this MeshPrimitive, string, IReadOnlyList<Vector2>)
public static MeshPrimitive WithVertexAccessor(this MeshPrimitive primitive, string attribute,
IReadOnlyList<Vector2> values)
See Also
- class MeshPrimitive
- class Toolkit
- namespace Aspose.CAD.FileFormats.GLB.ToolKit
- assembly Aspose.CAD
WithVertexAccessor(this MeshPrimitive, string, IReadOnlyList<Vector3>)
public static MeshPrimitive WithVertexAccessor(this MeshPrimitive primitive, string attribute,
IReadOnlyList<Vector3> values)
See Also
- class MeshPrimitive
- class Toolkit
- namespace Aspose.CAD.FileFormats.GLB.ToolKit
- assembly Aspose.CAD
WithVertexAccessor(this MeshPrimitive, string, IReadOnlyList<Vector4>)
public static MeshPrimitive WithVertexAccessor(this MeshPrimitive primitive, string attribute,
IReadOnlyList<Vector4> values)
See Also
- class MeshPrimitive
- class Toolkit
- namespace Aspose.CAD.FileFormats.GLB.ToolKit
- assembly Aspose.CAD
WithVertexAccessor(this MeshPrimitive, MemoryAccessor)
public static MeshPrimitive WithVertexAccessor(this MeshPrimitive primitive,
MemoryAccessor memAccessor)
See Also
- class MeshPrimitive
- class MemoryAccessor
- class Toolkit
- namespace Aspose.CAD.FileFormats.GLB.ToolKit
- assembly Aspose.CAD