Skip to content

Commit

Permalink
Fix links to 3dobjects (#110)
Browse files Browse the repository at this point in the history
* Updated converter and converter readme

* Fixed images for tree structure and node page array.

* Fixed typos and incorrect links

* Update Indexed 3d Scene Layer Format Specification.md

The default folderPattern is BASIC. Extended is reserved for slpk (for example BSLs).

Co-authored-by: Richard Vargas <ric10786@esri.com>
Co-authored-by: Tamrat Belayneh <Tamrat-B@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 24, 2020
1 parent f929483 commit b0935ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified docs/img/BoundingVolumeHierarchyTree.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/NodePageArray.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions format/Indexed 3d Scene Layer Format Specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Version 1.7. June 30, 2019

*Contributors:* Chris Andrews, Tamrat Belayneh, Jillian Foster, Javier Gutierrez, Markus Lipp, Sud Menon, Pascal M&uuml;ller, Dragan Petrovic, Ronald Poirrier, Simon Reinhard, Juan Ruiz, Johannes Schmid, Ivonne Seler, Chengliang Shan,Thorsten Reitz, Ben Tan, Moxie Zhang, Richard Vargas
*Contributors:* Chris Andrews, Tamrat Belayneh, Jillian Foster, Javier Gutierrez, Markus Lipp, Sud Menon, Pascal M&uuml;ller, Dragan Petrovic, Ronald Poirrier, Simon Reinhard, Juan Ruiz, Johannes Schmid, Ivonne Seler, Chengliang Shan,Thorsten Reitz, Ben Tan, Richard Vargas, Moxie Zhang

*Acknowledgements:* Bart van Andel, Fabien Dachicourt, Carl Reed

Expand Down Expand Up @@ -65,7 +65,7 @@ The bounding volume is defined either as minimum bounding sphere (MBS) or orient

![Oriented bounding box.](../docs/img/OBB_Example.png)

*3D objects enclosed in the smalles bounding box.*
*3D objects enclosed in the smallest bounding box.*

OBB is the more optimal representation and implementers are encouraged to output node bounding volumes in OBB format. Point cloud profile supports OBB representation only.

Expand Down Expand Up @@ -208,9 +208,9 @@ The heightModelInfo, included in the 3DSceneLayerInfo resource, is used by clien

A RESTful API allows access to I3S scene layers. Each scene layer profile has different components and features. For details on the API of a specific profile and version, refer to the individual README documents.

Version 1.7 support for [3D Objects](../docs/1.7/3Dobjects_ReadMe.md), [Integrated Mesh](../docs/1.7/IntegratedMesh_ReadMe.md) and [Building](../docs/1.7/BSL_ReadMe.md).<a name="service1.7"></a>
Version 1.7 support for [3D Objects](../docs/1.7/3Dobject_ReadMe.md), [Integrated Mesh](../docs/1.7/IntegratedMesh_ReadMe.md) and [Building](../docs/1.7/BSL_ReadMe.md).<a name="service1.7"></a>

Version 1.6 support for [3D Objects](../docs/1.6/3Dobjects_ReadMe.md), [Integrated Mesh](../docs/1.6/IntegratedMesh_ReadMe.md), [Building](../docs/1.6/BSL_ReadMe.md), and [Point](../docs/1.6/Point_ReadMe.md).
Version 1.6 support for [3D Objects](../docs/1.6/3Dobject_ReadMe.md), [Integrated Mesh](../docs/1.6/IntegratedMesh_ReadMe.md), [Building](../docs/1.6/BSL_ReadMe.md), and [Point](../docs/1.6/Point_ReadMe.md).

Version 2.0 support for [Point Cloud](../docs/2.0/pcsl_ReadMe.md).<a name= "service2.0"></a>

Expand Down

0 comments on commit b0935ea

Please sign in to comment.