Preserve generated 3D model when switching between 2D and 3D modes
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 278
- Forks
- 31
- Avg merge
- 13h 32m
- Merged PRs (30d)
- 4
Description
After generating a 3D model, switching from 3D mode back to 2D mode and then returning to 3D mode discards the generated model and requires it to be regenerated.
Expected behavior:
The generated 3D model should remain available when moving between 2D and 3D modes, as long as the underlying image/settings that affect the model have not changed.
Actual behavior:
Returning to 3D mode requires regenerating the model, even if the user only switched views.
Why this matters:
Regenerating the model can take time, especially for larger or more complex images. Losing the preview during normal navigation makes the workflow feel slower and can interrupt comparison between the 2D image and the generated 3D result.
Desired outcome:
Users should be able to move between 2D and 3D mode without losing the current generated model unless they make a change that actually requires regeneration.
Contributor guide
No contributing guide indexed for this repository
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
Reproduce the issue by generating a 3D model, switching to 2D, and returning to 3D; then trace the mode-switching and model-generation entry points. Done means the existing model remains available when only the view changes, while changes to image or model-affecting settings still require regeneration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, threejs, typescript
- Domain
- computer-graphics, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100