Skip to content

Objects in different dimensions cause frame drop #5261

Description

@q8X

Describe the bug

as in title, objects in other dimensions cause frame drop, related to #813 and maybe #3985

what i didnt expect is how much the model matters, take this as example:

crun for i=1,5000 do object = createObject(4449, me.position) setElementDimension(object, 1) end

fps from 900 to 270, object radius 330.7

crun for i=1,5000 do object = createObject(1337, me.position) setElementDimension(object, 1) end

fps from 900 to 800, object radius 0.79

nothing is streamed in or rendered

Steps to reproduce

use the example above

Version

No response

Additional context

1337 model, fps in the corner

1337.test.mp4

4449 model

4449.test.mp4

Relevant log output

Security Policy

  • I have read and understood the Security Policy and this issue is not security related.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions