Commit 2275f564 by Kai Westerkamp

3d Tiles 1

parent a0298a7b
......@@ -26,12 +26,21 @@ Large Scale Terrain Visualization Using The Restricted Quadtree Triangulation
Triangle Strip creation
glTF -GL Transmission Format
glTF -GL Transmission Format "JPEG for 3D"
https://github.com/KhronosGroup/glTF/tree/master/specification
Standart der Khronos Group efficient transfer of 3D content
scenes, nodes, cameras
meshes, texturen, images, samplers
buffer data in binary, opengl ready
materialien (tehcniques, programs, shaders)
(Animationen / skinning / bones )
\ No newline at end of file
(Animationen / skinning / bones )
glTF/loaders : c# threejs
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