Skip to content

Return the scene three js object from the <Scene> component #2

Description

@MiguelG97

Hi there,
I was looking to embed a 3d ifc model inside the your scene.
However, I realized that the reference to the is not returning a property that can access to the three scene

  const sceneRef = useRef<SceneInterface>(null);
      <Scene
        name="Complex Scene"
        ref={sceneRef}
        sceneCenterLongitudeLatitudeHeight={
          upperArenaLongitudeLatitudeHeight
        }
      >

any suggestions on how to get the three scene?

regards

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

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions