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

推荐订阅源

Engineering at Meta
Engineering at Meta
人人都是产品经理
人人都是产品经理
aimingoo的专栏
aimingoo的专栏
M
MIT News - Artificial intelligence
Recent Announcements
Recent Announcements
V
Visual Studio Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
MyScale Blog
MyScale Blog
Hugging Face - Blog
Hugging Face - Blog
宝玉的分享
宝玉的分享
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园 - 叶小钗
博客园 - 聂微东
U
Unit 42
F
Fortinet All Blogs
Microsoft Security Blog
Microsoft Security Blog
GbyAI
GbyAI
IT之家
IT之家
The GitHub Blog
The GitHub Blog
Stack Overflow Blog
Stack Overflow Blog
MongoDB | Blog
MongoDB | Blog
Y
Y Combinator Blog
A
About on SuperTechFans
博客园 - 三生石上(FineUI控件)

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.