惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园_首页
Vercel News
Vercel News
月光博客
月光博客
S
SegmentFault 最新的问题
A
About on SuperTechFans
Microsoft Security Blog
Microsoft Security Blog
U
Unit 42
Google DeepMind News
Google DeepMind News
Engineering at Meta
Engineering at Meta
B
Blog RSS Feed
Y
Y Combinator Blog
云风的 BLOG
云风的 BLOG
N
Netflix TechBlog - Medium
小众软件
小众软件
WordPress大学
WordPress大学
G
Google Developers Blog
Recent Announcements
Recent Announcements
H
Hackread – Cybersecurity News, Data Breaches, AI and More
P
Proofpoint News Feed
Blog — PlanetScale
Blog — PlanetScale
MongoDB | Blog
MongoDB | Blog
F
Fortinet All Blogs
博客园 - 【当耐特】
I
InfoQ

The Shamblog

AGI Happened on January 16, 2026 Fifteen Years in Fifty Minutes The Secret Garden of Rock-Paper-Scissors An AI Agent Published a Hit Piece on Me – The Operator Came Forward An AI Agent Published a Hit Piece on Me – Forensics and More Fallout An AI Agent Published a Hit Piece on Me – More Things Have Happened An AI Agent Published a Hit Piece on Me The Dog Park Sabbatical: Monthly Logs Virtual Trackballs: An Interactive Taxonomy Can SpaceX land a rocket with 1/2 cm accuracy? The Dog Park Sabbatical
Turn your CAD models into Stereograms
Post author:Scott · 2024-07-07 · via The Shamblog

It’s easy to get intuition of the shape of a CAD model when rotating the model around in your CAD software or a 3D viewer. Unfortunately, most of the web is still 2D, and it’s much easier to pass around images than .step or .stl files. Fortunately, 2D is all you need to make images that pop off the page with stereoscopic techniques – much like the Magic Eye books of the 90’s.

If you rotate your model by about 15 degrees and take screenshots of both orientations, then that is enough information to generate stereoscopic images. For example, below is the CAD model from my noble gas tube display, and I’ve made a “stereo square” using python’s mpl_stereo matplotlib add-on. The top two images form a parallel-view stereogram, the bottom left is an anaglyph viewable with red-blue 3D glasses, and the bottom right is a “wigglegram” that lets anyone see what’s happening without special viewing techniques. Pretty neat!

If you don’t want to mess around with python, then a parallel-view stereogram is as easy as pasting your two screenshots next to each other. Or you can search around find many tutorials for making anaglyphs and animated gifs in photoshop or other image editing programs.