Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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
/
Sign in
Sign up
Appearance settings
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 }}
rickszabo-develop
/
UnityOctree
Public
forked from
Nition/UnityOctree
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
UnityOctree
Scripts
on
master
User selector
All users
All time
Commit history
Commits on Mar 10, 2019
Update web URL
Show description for 62d51f1
Nition
committed
62d51f1
View commit details
Copy full SHA for 62d51f1
View code at this point
Browse repository at this point
Commits on Feb 3, 2019
Merge branch 'master' of https://github.com/Nition/UnityOctree
Nition
committed
637ad44
View commit details
Copy full SHA for 637ad44
View code at this point
Browse repository at this point
Port an old fix
Show description for ae259a1
Nition
committed
ae259a1
View commit details
Copy full SHA for ae259a1
View code at this point
Browse repository at this point
Commits on Jan 6, 2019
Fix looseness clamping being ignored for the root node
forestrf
authored
dc663e6
View commit details
Copy full SHA for dc663e6
View code at this point
Browse repository at this point
Commits on Oct 17, 2018
Grow fix and GetNearbyNonAlloc add
Show description for 6ce2323
Nition
committed
6ce2323
View commit details
Copy full SHA for 6ce2323
View code at this point
Browse repository at this point
Commits on Oct 9, 2018
Keep things working in Unity 4
Show description for 1b14cc9
Nition
committed
1b14cc9
View commit details
Copy full SHA for 1b14cc9
View code at this point
Browse repository at this point
Merge branch 'master' of https://github.com/Nition/UnityOctree
Nition
committed
3504be8
View commit details
Copy full SHA for 3504be8
View code at this point
Browse repository at this point
Child add bugfix
Show description for b48b19b
Nition
committed
b48b19b
View commit details
Copy full SHA for b48b19b
View code at this point
Browse repository at this point
Commits on Jul 26, 2018
Merge pull request #23 from hgdebarba/get_optimization
Show description for 028c6f8
Nition
authored
028c6f8
View commit details
Copy full SHA for 028c6f8
View code at this point
Browse repository at this point
Commits on Jun 21, 2018
Add camera frustum checks to get objects from BoundsOctree
simonstix
committed
4074014
View commit details
Copy full SHA for 4074014
View code at this point
Browse repository at this point
Commits on Jun 18, 2018
improved search nearby positions + removed ref kword for float params
hgdebarba
committed
cd9fee6
View commit details
Copy full SHA for cd9fee6
View code at this point
Browse repository at this point
Commits on May 3, 2018
Revert "Revert "Merge branch 'master' of https://github.com/Nition/UnityOctree""
Show description for 53effc5
Nition
committed
53effc5
View commit details
Copy full SHA for 53effc5
View code at this point
Browse repository at this point
Revert "Merge branch 'master' of https://github.com/Nition/UnityOctree"
Show description for c13e209
Nition
committed
c13e209
View commit details
Copy full SHA for c13e209
View code at this point
Browse repository at this point
Merge branch 'master' of https://github.com/Nition/UnityOctree
Nition
committed
001ff40
View commit details
Copy full SHA for 001ff40
View code at this point
Browse repository at this point
Add null check on children
Nition
committed
70314c4
View commit details
Copy full SHA for 70314c4
View code at this point
Browse repository at this point
Commits on Jul 17, 2017
Unifying formatting and indentation of source files.
mcserep
committed
98c357d
View commit details
Copy full SHA for 98c357d
View code at this point
Browse repository at this point
Commits on Jul 14, 2017
Added GetNearby(Vector3, float) method overload to PointOctree, which returns objects that are within the specified distance of the given position.
Show description for f23277d
mcserep
committed
f23277d
View commit details
Copy full SHA for f23277d
View code at this point
Browse repository at this point
Added a Remove(T, Vector3) overload method to both octree implementations, which removes the specified object at the given position.
Show description for 7ff54b0
mcserep
committed
7ff54b0
View commit details
Copy full SHA for 7ff54b0
View code at this point
Browse repository at this point
Commits on Jun 16, 2017
Merge pull request #13 from txzeenath/patch-2
Show description for 89dd2e4
Nition
authored
89dd2e4
View commit details
Copy full SHA for 89dd2e4
View code at this point
Browse repository at this point
Rename DistanceToRay to SqrDistanceToRay
txzeenath
authored
0c7e073
View commit details
Copy full SHA for 0c7e073
View code at this point
Browse repository at this point
Commits on Jun 15, 2017
Avoid sqrt for performance
Show description for 558cd23
txzeenath
authored
558cd23
View commit details
Copy full SHA for 558cd23
View code at this point
Browse repository at this point
Add non-alloc version of GetNearby.
txzeenath
authored
8a734a5
View commit details
Copy full SHA for 8a734a5
View code at this point
Browse repository at this point
Commits on Jun 6, 2017
Check for objects in any children, not just root node
mtschoen-unity
committed
f6d18bf
View commit details
Copy full SHA for f6d18bf
View code at this point
Browse repository at this point
Fix an issue when octree grows on adding first object, and an object is then removed
mtschoen-unity
committed
55e5397
View commit details
Copy full SHA for 55e5397
View code at this point
Browse repository at this point
Commits on Apr 27, 2017
Add case in ShrinkIfPossible for when we remove the last object from the Octree
mtschoen-unity
committed
7fc922f
View commit details
Copy full SHA for 7fc922f
View code at this point
Browse repository at this point
Fix IndexOutOfBoundsException in ShrinkIfPossible
Show description for 98274a5
mtschoen-unity
committed
98274a5
View commit details
Copy full SHA for 98274a5
View code at this point
Browse repository at this point
Commits on Mar 27, 2017
Merge branch 'master' of https://github.com/Unity-Technologies/UnityOctree into ray-intersection
mtschoen
committed
fea0830
View commit details
Copy full SHA for fea0830
View code at this point
Browse repository at this point
Add GetMaxBounds method
mtschoen-unity
authored and
mtschoen
committed
a680e24
View commit details
Copy full SHA for a680e24
View code at this point
Browse repository at this point
Commits on Mar 24, 2017
Clean up garbage allocations
mtschoen-unity
committed
82866e9
View commit details
Copy full SHA for 82866e9
View code at this point
Browse repository at this point
Commits on Mar 23, 2017
Fix compile errors
mtschoen
committed
27e2de9
View commit details
Copy full SHA for 27e2de9
View code at this point
Browse repository at this point
Add max distance to ray intersection test
mtschoen
committed
cd87bb4
View commit details
Copy full SHA for cd87bb4
View code at this point
Browse repository at this point
Commits on Mar 21, 2017
Add ray intersection tests to get objects from the Octree
mtschoen-unity
committed
a53a39f
View commit details
Copy full SHA for a53a39f
View code at this point
Browse repository at this point
Commits on Dec 14, 2016
Add meta files
amirebrahimi
committed
d8a1c15
View commit details
Copy full SHA for d8a1c15
View code at this point
Browse repository at this point
Commits on Oct 14, 2016
Revert "GetColliding without any allocations"
Nition
authored
bfee1d3
View commit details
Copy full SHA for bfee1d3
View code at this point
Browse repository at this point
Merge pull request #3 from danzel/patch-1
Show description for 7aaf8c6
Nition
authored
7aaf8c6
View commit details
Copy full SHA for 7aaf8c6
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.