Skip to content

Commit

Permalink
container desc
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcrane committed Oct 24, 2024
1 parent 8ad34bd commit f7d2aaf
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions source/presentation/4.0/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,39 @@
Manifests, Containers, Annotations oh my!
Manifest as unit of distribution

## Content Resources?
## Content Resources

There is stuff that we want to show
There is stuff that we want to show - images, video, audio, 3D models etc

## Containers

This is where we put content resources
"painting"

And we can also put other things:
"supplementing"

And we can nest them
"Nesting" (see 3d draft)


### Timeline

A Container that represents a bounded temporal range, without any spatial coordinates.

* has continuous duration in seconds

### Canvas

A Container that represents a bounded, two-dimensional space and has content resources associated with all or parts of it. It may also have a bounded temporal range in the same manner as a Timeline.

* has integer, unitless width and height
* has optional continuous duration in seconds

### Scene

A Container that represents a boundless three-dimensional space and has content resources positioned at locations within it. Rendering a Scene requires the use of Cameras and Lights. It may also have a bounded temporal range in the same manner as a Timeline.

* has continuous, unitless x,y,z cartesian coordinate space
* has optional continuous duration in seconds

Expand Down

0 comments on commit f7d2aaf

Please sign in to comment.