morph-ppt-3d

Generates PowerPoint decks with GLB 3D models, Morph transitions, and cinematographic camera choreography.

Updated Aug 19, 2026
One-click install
npx skills add https://github.com/Dhanuzh/DCode-Core --skill morph-ppt-3d-dhanuzh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: morph-ppt-3d
Source: https://github.com/Dhanuzh/DCode-Core/tree/main/crates/dcode-app/assets/builtin-skills/morph-ppt-3d
Command: npx skills add https://github.com/Dhanuzh/DCode-Core --skill morph-ppt-3d-dhanuzh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Creating presentations that feature 3D models with smooth Morph transitions in PowerPoint is technically difficult: models break when cloned, layouts collide, and camera angles feel static. This Skill extends morph-ppt with rules for inserting GLB models, choreographing camera shots, and enforcing layout and design quality. ## Core Features & Use Cases - 3D Model Discovery & Insertion: Searches Sketchfab, Poly Pizza, and Khronos sample assets for GLB models, then inserts them fresh on every slide with consistent naming so Morph transitions animate correctly. - Cinematographic Camera Language: Plans shot types (close-up, bird's eye, low angle) using roty/rotx rotation and size tiers, with mandatory size-contrast ratios between adjacent slides. - Enriched Design System: Provides 10 color palettes, font pairings, and hard rules for text size, dark-background contrast, speaker notes, and visual element checkpoints. - Use Case: A user asks for a product launch deck featuring a 3D headphone model. The Skill finds a GLB model, plans a 7-slide shot choreography, and builds the .pptx via officecli with Morph transitions. ## Quick Start Ask the AI to create a PowerPoint presentation with a 3D GLB model and Morph transitions on your chosen topic.

Frequently Asked Questions about morph-ppt-3d

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add a 3D model to a PowerPoint presentation?

Use officecli with the add command and --type 3dmodel, passing a GLB file path, position, size, and rotation properties. Add the model fresh on each slide with the same name so PowerPoint Morph transitions animate it smoothly.

What 3D model formats work in PowerPoint Morph transitions?

Only GLB format is supported by this workflow. FBX, OBJ, BLEND, USDZ, and GLTF files must be converted to GLB first, for example via Blender export, before insertion into the deck.

Where can I find free GLB 3D models for presentations?

Sketchfab offers downloadable GLB models with license filters, Poly Pizza provides CC0 low-poly models with direct downloads, and the Khronos glTF-Sample-Assets repository hosts guaranteed-compatible models like Fox, Duck, and DamagedHelmet.

Why does my 3D model disappear after cloning a PowerPoint slide?

Cloning a slide copies the model as frozen XML, creating two model3d elements with the same name, which PowerPoint deletes during repair. Always remove the cloned model and add a fresh one with the same name instead.

Can I crop or bleed a 3D model off the slide edge?

Bleed works for symmetric objects and large flat surfaces like cars or buildings, but not for character or animal models where cropping limbs or ears looks broken. For characters, use size changes and rotation for variety instead.