Commit 2275f564 by Kai Westerkamp

3d Tiles 1

parent a0298a7b
...@@ -26,12 +26,21 @@ Large Scale Terrain Visualization Using The Restricted Quadtree Triangulation ...@@ -26,12 +26,21 @@ Large Scale Terrain Visualization Using The Restricted Quadtree Triangulation
Triangle Strip creation Triangle Strip creation
glTF -GL Transmission Format glTF -GL Transmission Format "JPEG for 3D"
https://github.com/KhronosGroup/glTF/tree/master/specification https://github.com/KhronosGroup/glTF/tree/master/specification
Standart der Khronos Group efficient transfer of 3D content Standart der Khronos Group efficient transfer of 3D content
scenes, nodes, cameras scenes, nodes, cameras
meshes, texturen, images, samplers meshes, texturen, images, samplers
buffer data in binary, opengl ready buffer data in binary, opengl ready
materialien (tehcniques, programs, shaders) materialien (tehcniques, programs, shaders)
(Animationen / skinning / bones ) (Animationen / skinning / bones )
glTF/loaders : c# threejs
\ No newline at end of file Unreal: https://github.com/RobertPoncelet/UnrealGLTFLoader
3D tiles -> Specification for streaming massive heterogeneous 3D geospatial datasets.
https://github.com/AnalyticalGraphicsInc/3d-tiles
any spatial data structure z.B, Bounding Volume mit [west, south, east, north, minimum height, maximum height]
json metadaten
boundingbox (box, region, sphere)+ geometricError (->Screen space Error)+(transformation)
WGS84 coordinates http://earth-info.nga.mil/GandG/publications/tr8350.2/wgs84fin.pdf
Requester volumes (~viewdistance
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment