Skip to content

Commit

Permalink
Renames extension to EXT_geopose_basic_euler
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanjeet Suhag authored and lilleyse committed Aug 30, 2021
1 parent b974583 commit d011c32
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- omit in toc -->
# EXT_geopose
# EXT_geopose_basic_euler

**Version 0.0.0**, May 17, 2021

Expand Down Expand Up @@ -49,7 +49,7 @@ This extension uses WGS84([EPSG:4979](https://epsg.io/4979)) as the coordinate r
```json
{
"extensions": {
"EXT_geopose": {
"EXT_geopose_basic_euler": {
"longitude": 46.7,
"latitude": 25.067,
"height": 691.0,
Expand All @@ -65,4 +65,4 @@ This extension uses WGS84([EPSG:4979](https://epsg.io/4979)) as the coordinate r

## Schema Updates

Updates to the schema can be found in the [extension schema](schema/gltf.EXT_geopose.schema.json).
Updates to the schema can be found in the [extension schema](schema/gltf.EXT_geopose_basic_euler.schema.json).
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema",
"title": "EXT_geopose glTF extension",
"title": "EXT_geopose_basic_euler glTF extension",
"type": "object",
"description": "glTF extension for specifying the position and orientation of models on the Earth.",
"allOf": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# EXT_geopose
# EXT_geopose_basic_euler

Implementation of [Standardization Target 2: Basic-Euler](https://github.com/opengeospatial/GeoPose/blob/main/standard/standard/standard/clause_7_normative_text.adoc#standardization-target-2-basic-euler) in the OGC GeoPose 1.0 Standard.

## Changelog

* [**Version 0.0.0**](0.0.0) May 4, 2021
* [**Version 0.0.0**](0.0.0) May 17, 2021
* Initial draft

0 comments on commit d011c32

Please sign in to comment.