Skip to content

How exactly is the SceneMode.PERFORMANCE_SCENE2D more performant than SCENE_3D #422

@TJPovey

Description

@TJPovey

From what I can tell, the only difference is that this mode is a 3D scene with these properties set to false:

        this.screenSpaceCameraController.enableTilt = false;
        this.screenSpaceCameraController.enableRotate = false;
        this.screenSpaceCameraController.enableLook = false;

Is this the only difference?

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