Skip to content

Not traversing all scene objects #3

@petrbroz

Description

@petrbroz

The server-side code collecting leaf nodes from scene hierarchy doesn't seem to be correct. The method iterates over a list of elements, and when it finds an element with children, it calls itself recursively (which is fine), but then it returns immediately, skipping the remaining elements in the list. Because of that, the method only returns a subset of leaf nodes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions