How to program an arcball (orbiting) camera in Unity using spherical coordinates

A while ago, I wrote this article about a simple implementation of an Arcball camera in C++. In it, I described how that could get done without using Quaternions, spherical coordinates, or a lookAt function. Anyway, just out of curiosity, I decided to create a minimal implementation of an orbiting arcball camera in C# using spherical coordinates.

Continue reading How to program an arcball (orbiting) camera in Unity using spherical coordinates

A comprehensive collection of 3D printing tricks – Part 4

This part of the series discusses what happens when your print is done. Believe it or not but you’re not safe yet! There’s still a few things that can go wrong, even after your print finished successfully and this article addresses them.

Continue reading A comprehensive collection of 3D printing tricks – Part 4

A comprehensive collection of 3D printing tricks – Part 3

In this part we’ll take a look at the most common materials you can use for 3D printing and how to compare to each other. I’ll discuss the most important features and problems of each material and I’ll also look at a few methods that should help you get that first layer right as well as some methods to fight warping.

Continue reading A comprehensive collection of 3D printing tricks – Part 3

A comprehensive collection of 3D printing tricks – Part 2

The second part of this series will focus on creating models that print well and it will also discuss the most important settings you can change in the slicing and printing software to make sure that your prints turn out the way you want them to.

Continue reading A comprehensive collection of 3D printing tricks – Part 2

A comprehensive collection of 3D printing tricks – Part 1

I was really busy working on several other projects and many of them involved manufacturing a custom case. The method, I often choose for quick prototyping, is 3D printing and I have found that a lot of people seem to struggle with this technique and so I thought I would collect a few methods that worked well for me and others that didn’t.

Continue reading A comprehensive collection of 3D printing tricks – Part 1

Introduction to Tinkercad and 3D printing

When you build custom projects you eventually get to a point where you want to design a custom case for your product. If you are not interested in learning complicated and expensive CAD software, Tinkercad is the way to go. It’s super easy to learn and to use and it has all the basic features needed for designing custom enclosures for your electronic projects.

Continue reading Introduction to Tinkercad and 3D printing