Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Product
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Unity-Technologies
/
UnityOctree
Public
forked from
Nition/UnityOctree
Notifications
You must be signed in to change notification settings
Fork
49
Star
309
Code
Pull requests
0
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Feb 20, 2019
Merge pull request #6 from Unity-Technologies/struct-octreeobject
Show description for 8615812
mtschoen-unity
authored
8615812
Copy full SHA for 8615812
Add an Equals and GetHashCode override for BoundsOctreeNode
mtschoen-unity
committed
ddc4b11
Copy full SHA for ddc4b11
Commits on Jun 27, 2018
Use a struct and RemoveAt for OctreeObject
mtschoen
committed
c1ac913
Copy full SHA for c1ac913
Commits on Jun 9, 2017
Merge pull request #5 from Nition/master
Show description for ebf38ec
amirebrahimi
authored
ebf38ec
Copy full SHA for ebf38ec
Commits on Jun 8, 2017
Merge pull request #4 from Unity-Technologies/grow-fix
Show description for 0fbcb91
amirebrahimi
authored
0fbcb91
Copy full SHA for 0fbcb91
Use internal modifier for HasAnyObjects
mtschoen-unity
committed
eb31201
Copy full SHA for eb31201
Commits on Jun 6, 2017
Update README to match changes from Unity-Technologies branch merge
Nition
committed
183315c
Copy full SHA for 183315c
Merge pull request #11 from Unity-Technologies/grow-fix
Show description for ccda318
Nition
authored
ccda318
Copy full SHA for ccda318
Check for objects in any children, not just root node
mtschoen-unity
committed
f6d18bf
Copy full SHA for f6d18bf
Fix an issue when octree grows on adding first object, and an object is then removed
mtschoen-unity
committed
55e5397
Copy full SHA for 55e5397
Commits on May 11, 2017
Merge pull request #3 from Unity-Technologies/shrink-fix
Show description for e31ee94
amirebrahimi
authored
e31ee94
Copy full SHA for e31ee94
Commits on Apr 27, 2017
Add case in ShrinkIfPossible for when we remove the last object from the Octree
mtschoen-unity
committed
7fc922f
Copy full SHA for 7fc922f
Fix IndexOutOfBoundsException in ShrinkIfPossible
Show description for 98274a5
mtschoen-unity
committed
98274a5
Copy full SHA for 98274a5
Commits on Mar 29, 2017
Merge pull request #2 from Unity-Technologies/ray-intersection
Show description for ba8bfe8
amirebrahimi
authored
ba8bfe8
Copy full SHA for ba8bfe8
Commits on Mar 27, 2017
Merge branch 'master' of https://github.com/Unity-Technologies/UnityOctree into ray-intersection
mtschoen
committed
fea0830
Copy full SHA for fea0830
Merge pull request #1 from Unity-Technologies/getmaxbounds
Show description for e16f060
amirebrahimi
authored
e16f060
Copy full SHA for e16f060
Add GetMaxBounds method
mtschoen-unity
authored and
mtschoen
committed
a680e24
Copy full SHA for a680e24
Commits on Mar 24, 2017
Clean up garbage allocations
mtschoen-unity
committed
82866e9
Copy full SHA for 82866e9
Commits on Mar 23, 2017
Fix compile errors
mtschoen
committed
27e2de9
Copy full SHA for 27e2de9
Add max distance to ray intersection test
mtschoen
committed
cd87bb4
Copy full SHA for cd87bb4
Commits on Mar 21, 2017
Add ray intersection tests to get objects from the Octree
mtschoen-unity
committed
a53a39f
Copy full SHA for a53a39f
Commits on Mar 1, 2017
Readme text edit
Show description for 7b2a05c
Nition
committed
7b2a05c
Copy full SHA for 7b2a05c
Updated README
Show description for ca0a62e
Nition
committed
ca0a62e
Copy full SHA for ca0a62e
Commits on Dec 14, 2016
Add meta files
amirebrahimi
committed
d8a1c15
Copy full SHA for d8a1c15
Commits on Oct 14, 2016
Merge pull request #9 from Nition/revert-3-patch-1
Show description for 44a3dfe
Nition
authored
44a3dfe
Copy full SHA for 44a3dfe
Revert "GetColliding without any allocations"
Nition
authored
bfee1d3
Copy full SHA for bfee1d3
Merge pull request #3 from danzel/patch-1
Show description for 7aaf8c6
Nition
authored
7aaf8c6
Copy full SHA for 7aaf8c6
Commits on Oct 8, 2015
Fixing issue #6, GetNearby using maxDistance instead of maxDistance * 2.
Nition
committed
3630dc1
Copy full SHA for 3630dc1
Commits on Aug 30, 2015
Performance work
Nition
committed
2fa1e3a
Copy full SHA for 2fa1e3a
Merge branch 'master' of https://github.com/Nition/UnityOctree
Show description for c7ba42f
Nition
committed
c7ba42f
Copy full SHA for c7ba42f
Performance improvements
Nition
committed
234419f
Copy full SHA for 234419f
Commits on Aug 28, 2015
GetColliding without any allocations
danzel
committed
1d2189f
Copy full SHA for 1d2189f
Commits on Mar 20, 2015
Merge pull request #2 from MHAbrah/master
Show description for eaa0def
Nition
committed
eaa0def
Copy full SHA for eaa0def
Removed the meta files before commtting.
MHAbrah
committed
299659e
Copy full SHA for 299659e
Fixed broken refactoring in UnityOctree.
MHAbrah
committed
8a49788
Copy full SHA for 8a49788
Pagination
Previous
Next
You can’t perform that action at this time.