From 0721504d81a15812fbc1b0de57583ab86a48f8f1 Mon Sep 17 00:00:00 2001 From: Attila Szabo Date: Mon, 25 Dec 2023 17:37:43 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95b08428..d6e9e804 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,6 @@ [Gallery](https://github.com/aardvark-platform/aardvark.docs/wiki/Gallery) | [Packages&Repositories](https://github.com/aardvark-platform/aardvark.docs/wiki/Packages-and-Repositories) -Aardvark.Algodat is part of the open-source [Aardvark Platform](https://github.com/aardvark-platform) for visual computing, real-time graphics, and visualization. This repository contains high-performance, production-quality data structures and algorithms for point and mesh data, such as out-of-core point cloud management, n-closest point queries, and intersection tests. Additionally, it includes importers for file formats such as [E57 (ASTM E2807-11)](https://www.astm.org/Standards/E2807.htm), LasZip, Ply. **Aardvark.Data.Photometry** imports [IES (IESNA LM-63)](https://www.ies.org/product/standard-file-format-for-electronic-transfer-of-photometric-data/) and [LDT (EULUMDAT)](https://en.wikipedia.org/wiki/EULUMDAT) data files. **Aardvark.Phsyics.Sky** includes sky models: CIE Standard Genernal Sky, Hosek-Wilkie, Preetham; and Astronomical calcuations for position of Sun, Moon, Planets, Stars. +Aardvark.Algodat is part of the open-source [Aardvark Platform](https://github.com/aardvark-platform) for visual computing, real-time graphics, and visualization. This repository contains high-performance, production-quality data structures and algorithms for point and mesh data, such as out-of-core point cloud management, n-closest point queries, and intersection tests. Additionally, it includes importers for file formats such as [E57 (ASTM E2807-11)](https://www.astm.org/Standards/E2807.htm), LasZip, Ply. **Aardvark.Data.Photometry** imports [IES (IESNA LM-63)](https://www.ies.org/product/standard-file-format-for-electronic-transfer-of-photometric-data/) and [LDT (EULUMDAT)](https://en.wikipedia.org/wiki/EULUMDAT) data files. **Aardvark.Phsyics.Sky** includes sky models: CIE Standard Genernal Sky, Hosek-Wilkie, Preetham; and Astronomical calcuations for position of Sun, Moon, Planets, Stars. Supported platforms are windows, linux, macOS. You can find demos and code in the Gallery and Packages&Repositories links above. Supplementary documentation is in [this repository's wiki](https://github.com/aardvark-platform/aardvark.algodat/wiki). For more information, please refer to the [aardvark.docs wiki](https://github.com/aardvark-platform/aardvark.docs/wiki).