12 lines
807 B
Markdown
12 lines
807 B
Markdown
## Product Lens
|
|
- Is this pattern useful for real customers? Yes
|
|
- What kind of customer use case does this support?
|
|
- 3D product viewers where users switch between front/side/detail viewpoints.
|
|
- Architecture/interior previews with predefined camera tour angles.
|
|
- Marketing/storytelling scenes that need guided perspective changes.
|
|
- Does Thob feel strong enough for this use case?
|
|
- Partial. The base setup works (Perspective Camera + Make Default), but interaction wiring for button-driven camera behavior is still hard to discover and execute.
|
|
- What would improve the experience?
|
|
- Improve Make Default button UX.
|
|
- Make button-to-component-prop binding easier and more intuitive.
|
|
- Add a clearer interaction flow: choose button -> choose target component -> choose prop -> choose value/preset. |