Alter a plane mesh programmatically with Godot 3.0.2
As I’m playing around with Godot and meshes (programmatically generated meshes to be precise). I’ve found something that I believe is worth sharing. I have […]
As I’m playing around with Godot and meshes (programmatically generated meshes to be precise). I’ve found something that I believe is worth sharing. I have […]
3D maps, and their applications Generate 3D maps from anywhere in the world … what is it for? Well, besides being visually shocking, it can […]
Using maps in an application is pretty cool, as it allow to show data in a much more intuitive way. To do so there are […]
Google Maps, maybe that’s the first thing that comes to your mind when you want to have maps on your website, but there are lot […]
tar -zcvf archive-name.tar.gz dir-name z – indicates that it will compress using gzip format c – is to create the new archive v – display […]
Sometimes it comes handy to have some commands that help you find big files, like it happened to me at work, the server was full, […]
OpenStreetMap is a platform that allows to provide geographic data for various systems, from Web sites to applications. It is an alternative free and mostly […]
CSS is amazing, it allows you to do a lot without the need of javascript, I use it to keep responsiveness of a website, for […]
What command changes the Group setting for a directory? chown -R owner:group . Using the . after the owner:group declaration allows you to change all current […]
WARNING – Always make a backup before modifying your database. This came really handy when you have to manually migrate a WordPress website to another […]