mapbox / mapbox/mapbox-gl-js

Make an existing 3d model dragagble

Open
#13,086 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature :green_apple:
Dominant language
TypeScript
Stars
12.4k
Forks
2.4k
PR merge metrics
No merged PRs in 30d

Description

mapbox-gl-js version - v3.1.0

Question

I have had success with adding a 3D model to the Mapbox map using the new addModel functionality, however looking into the possibility of making this draggable and re-positioning the model

I've successfully managed to retrieve a list of models via the listModels however this seems to simply return a list of model identifiers.

I've managed to access the modelManager and get more information on the models, however again there doesn't seem to be a built-in functionality to move these around.

My questions are:

  1. Is this current functionality that I'm unable to find?
  2. If not, is this functionality planned to be introduced?
  3. If not, is this functionality possible via any other means?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the addModel and listModels entry points and the modelManager access described in the issue. Determine whether existing functionality supports repositioning a model or whether a new capability would be needed; the issue does not define a specific implementation or completion test.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, typescript
Domain
computer-graphics, frontend, web-dev
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.