NetOctree Versions Save

A dynamic, loose octree implementation written in C# as a .NET Standard 2.1 library

v2.1.0

1 year ago

Removed NLog dependency, as it was primarily used for debugging. In cases when an error occurs (most likely incorrect arguments), an exception is thrown now, instead of fixing the arguments and logging a message.

v2.0.0

1 year ago

Extending PointOctree with non-alloc query methods and unifying the signature of non-alloc query methods with BoundsOctree. Targeting .NET Standard 2.1 and .NET Framework 4.6.2 from now on.

v1.1.0

2 years ago

Use System.Numerics.Vector3 instead of custom Point type for built-in SIMD operation support. Targeting .NET Standard 2.1 and .NET Framework 4.6 from now on.

v1.0.2

2 years ago

Generate XML-doc and add to NuGet package.

v1.0.1

3 years ago

Targeting .NET Framework 4.5.2 beside .NET Standard 2.0.

v1.0

3 years ago

Initial versioned release. Public NuGet release.