Mastering Z3D Model Viewer: Export, Inspect, and Annotate 3D Models
Overview
A practical guide to using Z3D Model Viewer to export models, inspect geometry and metadata, and add annotations for review or collaboration.
Supported Formats
- Import: OBJ, STL, FBX, GLTF/GLB, PLY
- Export: OBJ, STL, GLTF/GLB, and USD (if available in your build)
Quick Setup
- Install latest Z3D Model Viewer (desktop or web build).
- Open the app and load a model via File → Open or drag-and-drop.
- Choose a workspace layout: single-view, split view, or inspector-focused.
Inspecting Models
- Viewport navigation: Orbit (right mouse), pan (middle), zoom (scroll).
- Wireframe & shaded toggles: Use to check topology and face orientation.
- Normals display: Enable to find flipped normals or smoothing issues.
- Statistics panel: Shows vertex count, triangle count, materials, textures, bounding box.
- Material inspector: View PBR parameters (albedo, metallic, roughness) and linked texture maps.
- Hierarchy tree: Select mesh nodes, show/hide sub-meshes, and isolate parts.
Exporting Models
- Open Export dialog (File → Export).
- Select output format and preset (e.g., high-fidelity, game-ready, low-poly).
- Common export options:
- Apply transforms: Bake scale/rotation into mesh.
- Merge meshes: Combine selected meshes into a single object.
- Include/exclude materials: Export with or without material assignments.
- Scale units: Convert between meters, centimeters, millimeters.
- Compression: For GLB/GLTF, enable Draco compression to reduce size.
- Preview export size and warnings (non-manifold geometry, high poly count).
- Export and validate the output in a target app (game engine, renderer, CAD tool).
Annotating & Collaboration
- Sticky notes: Attach text notes to model coordinates for reviewers.
- 2D markup: Draw directly over viewport for quick visual feedback.
- Measurements: Use distance, angle, and area tools to annotate critical dimensions.
- Snapshots: Capture camera views with annotations for issue tracking.
- Export annotations: Save as JSON or embed in exported GLTF as extras (when supported).
- Shareable links (web build): Generate a link with view state and public annotations.
Common Workflows
- Game-asset pipeline: Import high-poly sculpt → decimate/retopologize → bake maps → export game-ready GLB with Draco.
- Manufacturing check: Inspect normals and wall thickness → measure critical gaps → export STL with applied transforms and correct units.
- Client review: Set camera angles → add notes and measurements → export snapshot package or share link.
Troubleshooting Tips
- Missing textures: Check relative paths or embed textures in GLB.
- Flipped normals: Recalculate normals or flip selected faces.
- Too large file: Enable mesh decimation, reduce texture resolution, or use compression.
- Non-manifold geometry: Use built-in repair tools or export to a mesh-repair utility.
Keyboard Shortcuts (Common)
- O: Orbit tool
- P: Pan tool
- Z: Zoom to selection
- H: Hide selected
- I: Open inspector
Further Learning
- Practice with sample models of varying complexity.
- Use export presets to learn size/quality trade-offs.
- Integrate Z3D exports into your target application and iterate.
If you want, I can create a step-by-step export checklist for a specific target (e.g., Unity, Blender, 3D printing).
Leave a Reply