-
-
Notifications
You must be signed in to change notification settings - Fork 36k
TSL: Introduce .toInspector()
, .before()
and node Viewer
for Inspector
#31928
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
Conversation
📦 Bundle sizeFull ESM build, minified and gzipped.
🌳 Bundle size after tree-shakingMinimal build including a renderer, camera, empty scene, and dependencies.
|
sorry if this comment is totally out of place, but it would be nice to be able to see the FPS at all times - ie. not hide the small top right reporter even when the inspector is opened |
@RenaudRohlinger , @Makio64
I didn't do this because it seemed redundant since it's in performance as well, but now that there are new tabs it might make sense. |
@sunag still no fps showing / nothing in performance tabs. |
Sorry, try these new links, I think git didn't update :| |
it works, 120fps and thats killing it ! Currently working for the weather meteo with lot of rendering for effects.. it will help a tons to debug & improve ! |
All good now! |
Related issue: #31869, #31919
Description
The PR introduces the API for individual node inspection and a viewer. The operation is quite simple, the developer just need to use the function
node.toInspector()
. There are two additional parameters in this function, one to add a custom name and the other to create a custom node visualization.toInspector( node, callback )
.Live
Summary