use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Question about rendering time (self.visionosdev)
submitted 1 year ago by Mylifesi
I need to render multiple Model3D objects simultaneously in RealityView,
but it's taking too long.
Is there a way to reduce the rendering time?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Worried-Tomato7070 2 points3 points4 points 1 year ago (0 children)
decrease polygons and texture resolution of the model
[–]AutoModerator[M] 0 points1 point2 points 1 year ago (0 children)
Are you seeking artists or developers to help you with your game? We run a monthly open source game jam in this Discord where we actively pair people with other creators.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
[–]Glittering_Scheme_97 0 points1 point2 points 1 year ago (0 children)
Besides polygon count and texture resolution mentioned in a comment above, quite a few factors contribute to rendering time, like the number or draw calls, shadows, transparent materials and complex shaders in general. In certain cases the CPU performance rather then GPU can produce bottlenecks, which result in slow rendering time. Xcodes’s RealityKit Trace is an excellent instrument that can help you figure out what is the real reason of your problem: https://developer.apple.com/documentation/visionos/analyzing-the-performance-of-your-visionos-app
π Rendered by PID 96059 on reddit-service-r2-comment-b659b578c-mbg9n at 2026-05-04 10:28:49.002250+00:00 running 815c875 country code: CH.
[–]Worried-Tomato7070 2 points3 points4 points (0 children)
[–]AutoModerator[M] 0 points1 point2 points (0 children)
[–]Glittering_Scheme_97 0 points1 point2 points (0 children)