Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 988 Bytes

CHANGELOG.md

File metadata and controls

35 lines (30 loc) · 988 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.1.0] - 2020-04-28

Added

  • Procedural graph description file format.
  • Operation Node.
  • Input Interface Node.
  • Output Interface Node.
  • Parameter Node.
  • Router Node.
  • Predicates for procedural objects facing a given direction.
  • Create Rect Geometry operation.
  • Create Sphere Geometry operation.
  • Create Box Geometry operation.
  • Export Geometry operation.
  • Extract Scope operation.
  • Extrude Geometry operation.
  • Face Offset operation.
  • Triangulate Geometry operation.
  • Clip Geometry operation.
  • Repeat Split operation.
  • Extract Faces operation.
  • Translate operation.
  • Split operation.
  • Scale operation.
  • Rotate operation.
  • Pgscript scripting language.
  • Geometry implementation with Split Point topology.