Skip to content

Camera move event #18

Description

@Speuta

Something like:

_r.on(_r.scene.activeCamera, 'move', () => { console.log('moved !!!'); });

And maybe an option to set if it's for:

  • position only
  • rotation only
  • both (default)

_r.on(_r.scene.activeCamera, 'move', () => { console.log('moved !!!'); }, "ROTATION_ONLY");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions