Make an existing 3d model dragagble
Nobody has claimed this yet.
- 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:
- Is this current functionality that I'm unable to find?
- If not, is this functionality planned to be introduced?
- If not, is this functionality possible via any other means?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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