OBJ Viewer: true wireframe + hidden-line removal, zoom/focus, multi‑axis rotation; README updates#2
Merged
Merged
Conversation
…ne, wireframe grid + diffuse lighting, and Braille terminal conversion. Include tests and ray_tracer_demo example.
…D, implement Raycaster3DVisualizer, fix Braille dot mapping, and update channel cycling.
…ist via Application and rebuild visualizer on change.
…ult rotation\n\n- Wireframe: use hit normal (no hardcoded center/radius)\n- Controls: G/H step (density), T/Y thickness (tolerance), W toggles mode; UI overlay shows values\n- Renderer: orientation support (yaw/pitch) while keeping render() for compatibility\n- Visualizer: time-based yaw rotation by default\n- Tests/examples updated; add .gitignore for /target-test
…in previous commit)
- Default yaw rotation; auto-rotate on by default - J/K adjust rotation speed; R toggles auto-rotate - Keep wireframe controls: G/H (step), T/Y (thickness) - Fix misplaced insertion that broke 'Y' handler in main.rs
…en-line removal, solid mode, zoom/focus, multi-axis rotation); usage instructions and keys. Also note models/ folder and loader behavior.
…ke head wireframe, solid sphere) and fix markup closing tags
…oom/focus; DRY Transform3DControls (yaw/pitch/roll); status text and controls; render_scale=1.0; add gallery images and README sections
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR introduces a simplified, fast OBJ-based 3D viewer and updates documentation.
Highlights:
Notes:
cargo testcurrently fails due to older example code and glTF tests that no longer apply. The app itself builds and runs.Follow-ups (optional):
Pull Request opened by Augment Code with guidance from the PR author