• 0 Posts
  • 10 Comments
Joined 1 year ago
cake
Cake day: July 10th, 2023

help-circle




  • Wireframe 3D graphics like this did exist in 1983. It’s why it’s a visual aesthetic of that time period; it was the cutting edge of technology. The glow effect could be accomplished at that time by printing the rendered wireframe on a transparent sheet, then backlighting it and photographing it. That’s how they did the glowing effects in each frame of footage in the original TRON, which also showcases cutting edge 3D graphics from this time period.



  • If you know how to program, build123d is a FOSS option that isn’t FreeCAD! You can create objects directly from Python code, including fillets and chamfers! I’ve been playing around with it a lot and while there’s definitely a learning curve, it’s pretty powerful! There’s a VS Code addon that allows you to visualize what you’re working on and visually debug as well. I can do a lot of things I couldn’t do in OpenSCAD (which is another easier code cad option).