Skip to content

Commit 22bbd05

Browse files
authored
Update NOTICE.md
1 parent a7492f6 commit 22bbd05

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

NOTICE.md

+35
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
## EuclideanSpace - Mathematics and Computing
2+
- http://www.euclideanspace.com/maths/geometry/rotations/conversions
3+
- Some conversion formulas are retrieved from EuclideanSpace
4+
5+
## three.js
6+
- https://github.com/mrdoob/three.js
7+
- Copyright © 2010-2022 three.js authors
8+
- Licensed under the MIT License
9+
- Modification: Yes (Port some portion of the original JavaScript code to C++ code)
10+
- Some conversion calculations are retrieved from three.js
11+
12+
```
13+
The MIT License
14+
15+
Copyright © 2010-2022 three.js authors
16+
17+
Permission is hereby granted, free of charge, to any person obtaining a copy
18+
of this software and associated documentation files (the "Software"), to deal
19+
in the Software without restriction, including without limitation the rights
20+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
21+
copies of the Software, and to permit persons to whom the Software is
22+
furnished to do so, subject to the following conditions:
23+
24+
The above copyright notice and this permission notice shall be included in
25+
all copies or substantial portions of the Software.
26+
27+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
28+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
29+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
30+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
31+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
32+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
33+
THE SOFTWARE.
34+
```
35+
136
## Dear ImGui
237
- https://github.com/ocornut/imgui
338
- Copyright (c) 2014-2022 Omar Cornut

0 commit comments

Comments
 (0)