Tinman 3D SDK | |||
---|---|---|---|
Version: | 1.0 | Date: | 2017 / 10 / 06 |
Comment: |
Release Candidate 3 |
To browse the issues that have been fixed for this release, please refer to the online issue tracker:
https://tinman3d.myjetbrains.com/youtrack/issues?q=Fixed in version: 1.0-RC3
Changes to the public APIs are documented in separate text files, which can be found in the SDK package:
Before downloading and using the Tinman 3D SDK, please read and accept the Terms and Conditions.
Hot-fixed binaries of the SDK tools (e.g. the Workshop Application or Geodata Processor) can be downloaded here.
Stable previews of the next Tinman 3D SDK release can be downloaded via Git.
Archived releases can be found in the public download repository.
Please refer to Getting Started for instructions on how to start using the Tinman 3D SDK after the download has completed.
The Demo Application streams geodata over the web and caches it locally. You can also bulk download that geodata for offline use from the Geodata Examples page.
No 3rd-party input geodata for the Geodata Examples is included in the SDK download; please refer to the linked 3rd party websites for information on how to obtain this data.
You can download the current Tinman 3D SDK version using the links below.
Tinman 3D SDK | |
---|---|
This is the SDK package. It contains everything you need to integrate Tinman 3D into your application. |
|
URL: |
http://download.tinman3d.com/1.0/Tinman3D.SDK.zip
|
MD5: |
http://download.tinman3d.com/1.0/Tinman3D.SDK.md5
|
This is the protected C# Source Code package. An unlock key is required to access its content. |
|
URL: |
http://download.tinman3d.com/1.0/Tinman3D.SDK.Source-Cs.zip.lic
|
MD5: |
http://download.tinman3d.com/1.0/Tinman3D.SDK.Source-Cs.md5
|
This is the protected C++ Source Code package. An unlock key is required to access its content. | |
URL: |
http://download.tinman3d.com/1.0/Tinman3D.SDK.Source-Cpp.zip.lic
|
MD5: |
http://download.tinman3d.com/1.0/Tinman3D.SDK.Source-Cpp.md5
|
The Tinman 3D SDK can also be accessed via Git.
To clone the Tinman 3D SDK repository, run this:
git clone download-tinman3d-sdk@git.hidrive.strato.com:/public/tinman3d.sdk.git
The following branches are available:
Branch name | Description |
---|---|
master
|
Stable preview of the next Tinman 3D SDK release This branch will be checked out initially, after cloning the repository. |
release/1.0/rc3
|
Tinman 3D SDK RC3 + Hotfixes |
release/1.0/rc2
|
Tinman 3D SDK RC2 |
release/1.0/rc1
|
Tinman 3D SDK RC1 |
To checkout a specific branch, run this (replacing <branch-name>
with the branch name of your choice):
git checkout <branch-name>
To download all updates, run this:
git pull --all