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

推荐订阅源

罗磊的独立博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 三生石上(FineUI控件)
Hugging Face - Blog
Hugging Face - Blog
小众软件
小众软件
量子位
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
IT之家
IT之家
V
V2EX
阮一峰的网络日志
阮一峰的网络日志
爱范儿
爱范儿
人人都是产品经理
人人都是产品经理
博客园 - Franky
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园_首页
V
Visual Studio Blog
Last Week in AI
Last Week in AI
有赞技术团队
有赞技术团队
WordPress大学
WordPress大学
博客园 - 司徒正美
大猫的无限游戏
大猫的无限游戏
博客园 - 【当耐特】
MyScale Blog
MyScale Blog
月光博客
月光博客

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.