This commit is contained in:
2023-05-11 11:59:37 +02:00
parent fcc78d0c77
commit 082267411e
12 changed files with 196 additions and 15 deletions
+4
View File
@@ -1,4 +1,8 @@
#import "../template.typ"
#template.beforeChapter()
= Foreword<f>
#template.afterNumberedChapter()
#include "3d-model.typ"
#include "video-vs-3d.typ"
+1 -1
View File
@@ -1,4 +1,4 @@
== Similarities and differences between video and 3D
== Similarities and differences between video and 3D<i:video-vs-3d>
The video streaming setting and the 3D streaming setting share many similarities: at a higher level of abstraction, both systems allow a user to access remote content without having to wait until everything is loaded.
Analyzing similarities and differences between the video and the 3D scenarios as well as having knowledge about video streaming literature are the key to developing an efficient 3D streaming system.