-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Frustum debugging #1073
Frustum debugging #1073
Conversation
/** | ||
* @private | ||
* | ||
* Used for to implement {@see Scene.debugShowFrustums}. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be Used to
.
Ready for another look. |
/** | ||
* @private | ||
* | ||
* Used to implement {@see Scene.debugShowFrustums}. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This broke the doc build because the @ private attribute needs to come after any comments. I fixed it in #1080 since I was already fixing other doc related issues with my pull and that PR should come in tomorrow anyway.
@bagnell please review this.
@kring you may want to add this to the inspector at your leisure. #1025
It's cool.