Esri / cityengine-sdk

CityEngine is a 3D city modeling software for urban design, visual effects, and VR/AR production. With its C++ SDK you can create plugins and standalone apps capable to execute CityEngine CGA procedural modeling rules.
https://esri.github.io/cityengine/cityenginesdk
Apache License 2.0
204 stars 64 forks source link

Outdated documentation in the architecture pdf #35

Closed mistafunk closed 2 years ago

mistafunk commented 4 years ago

The section "Extension Lifecyle" contains outdated API calls: https://esri.github.io/cityengine-sdk/arcgis_prt_architecture.pdf

The version query functions have changed to getVersionMajor/Minor.

mistafunk commented 2 years ago

Fixed