Skip to content

0.3.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Nov 22:44

Shape

  • Rename indexes to indices.
  • Rename shape Pointer to Cone
  • Add LevelOfDetail methods to Triangulate face/solid.
  • Update VerticesExtension with GetMaterialId and GetTriangleMaterialIds.
  • Update MaterialUtils with GetColor and GetColorWithTransparency
  • Add CreatePyramid and CreatePrism
  • Add internal CreateCircleLoopVertices
  • Change Gizmo to return Solid[]
  • Add Arrow and Gizmo with sides options (max sides 10).

Shape.Tests

  • Test Triangulate Vertices LevelOfDetail
  • Test GetMaterialId and GetTriangleMaterialIds.
  • Test Material ColorWithTransparency
  • Test CreatePyramid and CreatePrism
  • Test Arrow and Gizmo with sides.