|
|
@@ -5,11 +5,12 @@
|
|
|
<version>1.1.0.0</version>
|
|
|
<authors>Ronen Ness</authors>
|
|
|
<owners>RonenNess</owners>
|
|
|
+ <title>MonoGame Scene Graph</title>
|
|
|
<licenseUrl>https://en.wikipedia.org/wiki/MIT_License</licenseUrl>
|
|
|
<projectUrl>https://github.com/RonenNess/MonoGame-SceneGraph</projectUrl>
|
|
|
<iconUrl>https://raw.githubusercontent.com/RonenNess/MonoGame-SceneGraph/master/icon.png</iconUrl>
|
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
|
- <releaseNotes>Stable version with nodes, transformations, and basic model entity.</releaseNotes>
|
|
|
+ <releaseNotes>Added Culling Nodes and Bounding Boxes support + minor changes in APIs.</releaseNotes>
|
|
|
<description>Basic scene graph (node-based transformations) for 3D MonoGame projects.</description>
|
|
|
<tags>monogame scene graph gamedev nodes 3d animations</tags>
|
|
|
<dependencies>
|