Skip to content

Commit 3c972d6

Browse files
authored
Merge pull request #743 from CesiumGS/update-draft-1.1-links
Update 'draft-1.1' to 'main' in links
2 parents 26dfe03 + 62832c3 commit 3c972d6

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

reference-cards/1.1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
The [**3D Tiles 1.1 Reference Card**](../../3d-tiles-reference-card-1.1.pdf) is an overview of the new concepts that are introduced with 3D Tiles 1.1.
66

7-
This guide augments the [3D Tiles 1.0 Reference Card](../../3d-tiles-reference-card.pdf) and the fully detailed [3D Tiles 1.1 specification](https://github.com/CesiumGS/3d-tiles/tree/draft-1.1/specification).
7+
This guide augments the [3D Tiles 1.0 Reference Card](../../3d-tiles-reference-card.pdf) and the fully detailed [3D Tiles 1.1 specification](https://github.com/CesiumGS/3d-tiles/tree/main/specification).
88

99

1010
## Source

specification/ImplicitTiling/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ Properties assigned to subtrees provide metadata about the subtree as a whole. S
370370

371371
_Defined in
372372
ifdef::env-github[]
373-
link:https://github.com/CesiumGS/3d-tiles/tree/draft-1.1/specification/schema/Subtree/subtree.schema.json[`subtree.schema.json`]._
373+
link:https://github.com/CesiumGS/3d-tiles/tree/main/specification/schema/Subtree/subtree.schema.json[`subtree.schema.json`]._
374374
endif::[]
375375
ifndef::env-github[]
376376
<<reference-schema-subtree,`subtree.schema.json`>>._

specification/Metadata/ReferenceImplementation/PropertyTable/README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ The xref:{url-specification-metadata}README.adoc#metadata-3d-metadata-specificat
2525
* xref:{url-specification-implicittiling}README.adoc#implicittiling-implicit-tiling[3D Tiles Metadata Implicit Tilesets] - Assigns metadata to tilesets, tiles, groups, and contents in a 3D Tiles tileset. A property table is defined for subtrees of an implicit tile hierarchy, and stores metadata that is associated with the nodes of such a subtree.
2626
* https://github.com/CesiumGS/glTF/tree/3d-tiles-next/extensions/2.0/Vendor/EXT_structural_metadata[`EXT_structural_metadata`] -- Assigns metadata to vertices, texels, and features in a glTF asset. A property table is defined in the top-level extension object. The property values are stored in standard glTF buffer views.
2727
28-
The full JSON schema definition for this implementation can be found in link:https://github.com/CesiumGS/3d-tiles/tree/draft-1.1/specification/schema/PropertyTable/[the PropertyTable directory of the specification].
28+
The full JSON schema definition for this implementation can be found in link:https://github.com/CesiumGS/3d-tiles/tree/main/specification/schema/PropertyTable/[the PropertyTable directory of the specification].
2929

3030
[#metadata-referenceimplementation-propertytable-property-tables]
3131
== Property Tables
3232

3333
_Defined in
3434
ifdef::env-github[]
35-
link:https://github.com/CesiumGS/3d-tiles/tree/draft-1.1/specification/schema/PropertyTable/propertyTable.schema.json[`propertyTable.schema.json`]._
35+
link:https://github.com/CesiumGS/3d-tiles/tree/main/specification/schema/PropertyTable/propertyTable.schema.json[`propertyTable.schema.json`]._
3636
endif::[]
3737
ifndef::env-github[]
3838
<<reference-schema-propertytable,`propertyTable.schema.json`>>._
@@ -74,7 +74,7 @@ A `tree_survey_2021-09-29` property table, implementing the `tree` class defined
7474

7575
_Defined in
7676
ifdef::env-github[]
77-
link:https://github.com/CesiumGS/3d-tiles/tree/draft-1.1/specification/schema/PropertyTable/propertyTable.schema.json[`propertyTable.schema.json`]._
77+
link:https://github.com/CesiumGS/3d-tiles/tree/main/specification/schema/PropertyTable/propertyTable.schema.json[`propertyTable.schema.json`]._
7878
endif::[]
7979
ifndef::env-github[]
8080
<<reference-schema-propertytable,`propertyTable.schema.json`>>._

specification/Metadata/ReferenceImplementation/Schema/README.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ The xref:{url-specification-metadata}README.adoc#metadata-3d-metadata-specificat
1818
* xref:{url-specification-implicittiling}README.adoc#implicittiling-implicit-tiling[3D Tiles Metadata Implicit Tilesets] - Assigns metadata to tilesets, tiles, groups, and contents in a 3D Tiles tileset. A property table is defined for subtrees of an implicit tile hierarchy, and stores metadata that is associated with the nodes of such a subtree.
1919
* https://github.com/CesiumGS/glTF/tree/3d-tiles-next/extensions/2.0/Vendor/EXT_structural_metadata[`EXT_structural_metadata`] -- Assigns metadata to vertices, texels, and features in a glTF asset. A property table is defined in the top-level extension object. The property values are stored in standard glTF buffer views.
2020
21-
The full JSON schema definition for this implementation can be found in link:https://github.com/CesiumGS/3d-tiles/tree/draft-1.1/specification/schema/Schema/[the Schema directory of the specification].
21+
The full JSON schema definition for this implementation can be found in link:https://github.com/CesiumGS/3d-tiles/tree/main/specification/schema/Schema/[the Schema directory of the specification].
2222

2323
[#metadata-referenceimplementation-schema-schema]
2424
== Schema
2525

2626
_Defined in
2727
ifdef::env-github[]
28-
link:https://github.com/CesiumGS/3d-tiles/tree/draft-1.1/specification/schema/Schema/schema.schema.json[`schema.schema.json`]._
28+
link:https://github.com/CesiumGS/3d-tiles/tree/main/specification/schema/Schema/schema.schema.json[`schema.schema.json`]._
2929
endif::[]
3030
ifndef::env-github[]
3131
<<reference-schema-schema,`schema.schema.json`>>._
@@ -58,7 +58,7 @@ Schema with a `tree` class, and a `speciesEnum` enum that defines different spec
5858

5959
_Defined in
6060
ifdef::env-github[]
61-
link:https://github.com/CesiumGS/3d-tiles/tree/draft-1.1/specification/schema/Schema/class.schema.json[`class.schema.json`]._
61+
link:https://github.com/CesiumGS/3d-tiles/tree/main/specification/schema/Schema/class.schema.json[`class.schema.json`]._
6262
endif::[]
6363
ifndef::env-github[]
6464
<<reference-schema-class,`class.schema.json`>>._
@@ -100,7 +100,7 @@ A "Tree" class, which might describe a table of tree measurements taken in a par
100100

101101
_Defined in
102102
ifdef::env-github[]
103-
link:https://github.com/CesiumGS/3d-tiles/tree/draft-1.1/specification/schema/Schema/class.property.schema.json[`class.property.schema.json`]._
103+
link:https://github.com/CesiumGS/3d-tiles/tree/main/specification/schema/Schema/class.property.schema.json[`class.property.schema.json`]._
104104
endif::[]
105105
ifndef::env-github[]
106106
<<reference-schema-class-property,`class.property.schema.json`>>._
@@ -160,7 +160,7 @@ A "Tree" class, which might describe a table of tree measurements taken in a par
160160

161161
_Defined in
162162
ifdef::env-github[]
163-
link:https://github.com/CesiumGS/3d-tiles/tree/draft-1.1/specification/schema/Schema/enum.schema.json[`enum.schema.json`]._
163+
link:https://github.com/CesiumGS/3d-tiles/tree/main/specification/schema/Schema/enum.schema.json[`enum.schema.json`]._
164164
endif::[]
165165
ifndef::env-github[]
166166
<<reference-schema-enum,`enum.schema.json`>>._
@@ -202,7 +202,7 @@ A "Species" enum defining types of trees. An "Unspecified" enum value is optiona
202202

203203
_Defined in
204204
ifdef::env-github[]
205-
link:https://github.com/CesiumGS/3d-tiles/tree/draft-1.1/specification/schema/Schema/enum.value.schema.json[`enum.value.schema.json`]._
205+
link:https://github.com/CesiumGS/3d-tiles/tree/main/specification/schema/Schema/enum.value.schema.json[`enum.value.schema.json`]._
206206
endif::[]
207207
ifndef::env-github[]
208208
<<reference-schema-enum-value,`enum.value.schema.json`>>._

specification/README.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ The `children` property is an array of objects that define child tiles. Each chi
650650
651651
The full JSON schema can be found in
652652
ifdef::env-github[]
653-
link:https://github.com/CesiumGS/3d-tiles/tree/draft-1.1/specification/schema/tile.schema.json[`tile.schema.json`].
653+
link:https://github.com/CesiumGS/3d-tiles/tree/main/specification/schema/tile.schema.json[`tile.schema.json`].
654654
endif::[]
655655
ifndef::env-github[]
656656
<<reference-schema-tile,`tile.schema.json`>>.
@@ -974,7 +974,7 @@ While classes within a schema define the data types and meanings of properties,
974974
975975
The common structure of metadata entities that appear in a tileset is defined in
976976
ifdef::env-github[]
977-
link:https://github.com/CesiumGS/3d-tiles/tree/draft-1.1/specification/schema/metadataEntity.schema.json[`metadataEntity.schema.json`].
977+
link:https://github.com/CesiumGS/3d-tiles/tree/main/specification/schema/metadataEntity.schema.json[`metadataEntity.schema.json`].
978978
endif::[]
979979
ifndef::env-github[]
980980
<<reference-schema-metadataentity,`metadataEntity.schema.json`>>.
@@ -1014,7 +1014,7 @@ image::figures/3d-tiles-metadata-statistics.png[Metadata Granularity,600]
10141014
10151015
The statistics are stored in the top-level `statistics` object of the tileset. The structure of this statistics object is defined in
10161016
ifdef::env-github[]
1017-
link:https://github.com/CesiumGS/3d-tiles/tree/draft-1.1/specification/schema/Statistics/statistics.schema.json[`statistics.schema.json`].
1017+
link:https://github.com/CesiumGS/3d-tiles/tree/main/specification/schema/Statistics/statistics.schema.json[`statistics.schema.json`].
10181018
endif::[]
10191019
ifndef::env-github[]
10201020
<<reference-schema-statistics,`statistics.schema.json`>>.
@@ -1229,7 +1229,7 @@ The `extras` property allows application specific metadata to be added to any 3D
12291229
12301230
The full JSON schema can be found in
12311231
ifdef::env-github[]
1232-
link:https://github.com/CesiumGS/3d-tiles/tree/draft-1.1/specification/schema/tileset.schema.json[`tileset.schema.json`].
1232+
link:https://github.com/CesiumGS/3d-tiles/tree/main/specification/schema/tileset.schema.json[`tileset.schema.json`].
12331233
endif::[]
12341234
ifndef::env-github[]
12351235
<<reference-schema-tileset,`tileset.schema.json`>>.

specification/TileFormats/Batched3DModel/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ More information is available in the xref:{url-specification-tileformats-feature
100100

101101
The full JSON schema can be found in
102102
ifdef::env-github[]
103-
link:https://github.com/CesiumGS/3d-tiles/tree/draft-1.1/specification/schema/TileFormats/b3dm.featureTable.schema.json[`b3dm.featureTable.schema.json`].
103+
link:https://github.com/CesiumGS/3d-tiles/tree/main/specification/schema/TileFormats/b3dm.featureTable.schema.json[`b3dm.featureTable.schema.json`].
104104
endif::[]
105105
ifndef::env-github[]
106106
<<reference-schema-b3dm-featuretable,`b3dm.featureTable.schema.json`>>.

specification/TileFormats/Instanced3DModel/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ More information is available in the xref:{url-specification-tileformats-feature
115115

116116
The full JSON schema can be found in
117117
ifdef::env-github[]
118-
link:https://github.com/CesiumGS/3d-tiles/tree/draft-1.1/specification/schema/TileFormats/i3dm.featureTable.schema.json[`i3dm.featureTable.schema.json`].
118+
link:https://github.com/CesiumGS/3d-tiles/tree/main/specification/schema/TileFormats/i3dm.featureTable.schema.json[`i3dm.featureTable.schema.json`].
119119
endif::[]
120120
ifndef::env-github[]
121121
<<reference-schema-i3dm-featuretable,`i3dm.featureTable.schema.json`>>.

specification/TileFormats/PointCloud/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ More information is available in the xref:{url-specification-tileformats-feature
9797

9898
The full JSON schema can be found in
9999
ifdef::env-github[]
100-
link:https://github.com/CesiumGS/3d-tiles/tree/draft-1.1/specification/schema/TileFormats/pnts.featureTable.schema.json[`pnts.featureTable.schema.json`].
100+
link:https://github.com/CesiumGS/3d-tiles/tree/main/specification/schema/TileFormats/pnts.featureTable.schema.json[`pnts.featureTable.schema.json`].
101101
endif::[]
102102
ifndef::env-github[]
103103
<<reference-schema-pnts-featuretable,`pnts.featureTable.schema.json`>>.

0 commit comments

Comments
 (0)