Skip to content

Latest commit

 

History

History
134 lines (104 loc) · 3.1 KB

README.md

File metadata and controls

134 lines (104 loc) · 3.1 KB

Content for the XR Unity Player

Under Development Version

Introduction

This repository provides reference content for testng and demos with the XR Player.

Additional information can be found at: https://5g-mag.github.io/Getting-Started/pages/xr-media-integration-in-5g/

Available content

See individual directories for detailed information.

Reference assets for demonstration

Studio apartment

Asset Description Properties
studio_apartment.gltf
studio_apartment
Reference asset to demo MEDIA in a scene represeting a studio apartment
MPEG_media
MPEG_accessor_timed
MPEG_buffer_circular
MPEG_texture_video
MPEG_audio_spatial

The Academy Award

Asset Description Properties
scene_anchoring.gltf
scene
Reference asset to demo ANCHORING with a 3D model of the Academy Award statuette
MPEG_anchor

Furnitures

Asset Description Properties
scene.gltf
scene
Reference asset to demo ANCHORING with a 3D model of a small sofa
MPEG_anchor

Reference assets for testing

Reference assets for testing are listed here.

Contributing

In order to contribute, open a pull request on the development branch.

For all contributions, the following rules apply:

  • All submitted models must pass the glTF-Validator.

  • Each model must provide its own metadata and be illustrated with a screenshot.

  • The metadata must include the correct and complete legal information (ownership, copyright, and license).

  • A README for the subdirectory containing the model must be created. A script is proposed to generate these README draft from the metadata files. The README files submitted can be extended with additionnal information (eg. usage, extended description, ...).

The metadata file json format is as follow:

{
    "legal": [
        {
            "owner": "",
            "year": "",
            "license": "",
            "licenseUrl": "",
            "what": ""
        }
    ],
    "tags": [],
    "screenshot": "metadata/screenshot.jpg",
    "name": "",
    "path": "",
    "summary": ""
}
  • path : is relative to the gltf file.
  • tags : tags will be curated. Currently, "testing" is the only tag used.

Questions or Comments

If you have any questions, please submit an issue.