Import 3D Object with TEXTURES in Davinci Resolve 17

import 3d object with textures in davinci resolve 17

In this tutorial I will show you how to import a complex 3D object with textures in DaVinci Resolve 17. We will texture the object with image textures. To be able to import a 3D object, of course, you need to have a 3D model made in any of the 3D modeling applications like: Blender, … Read more

Loading

XAMPP – Open localhost and MySQL – CREATE and DROP Table – Tutorial

XAMPP - Open localhost and MySQL - CREATE and DROP Table - Tutorial

  This video shows you how to open the XAMPP Open localhost and MySQL page and MySQL PHPMYADMIN. In it we’ll show you how to create a new database, create a new table, insert a record in the newly created table and in the end, we will drop (delete) the table. We assume that you … Read more

Loading

Install XAMPP on Windows 10 – Tutorial

Install XAMPP on Windows 10 - Tutorial

This tutorial shows you how to install XAMPP on Windows 10. We are focused on downloading XAMPP and following the steps to install it on Windows 10. As you can see at the end of video, after the installation, the Apache and MySQL module start successfully, but the Tomcat module doesn’t work, due to other … Read more

Loading

Make a Digital Clock in DaVinci Resolve

Make a digital clock in DaVinci Resolve

To start with this tutorial, you need to copy this code snippet, which is written in the Lua programming language: { Tools = ordered() { DigitalClock = TextPlus { CtrlWZoom = false, NameSet = true, Inputs = { Width = Input { Value = 1920, }, Height = Input { Value = 1080, }, Font … Read more

Loading

Using Alert Dialog in Android Studio – Tutorial

Simple-AlertDialog-In-AndroidStudio

Alert Dialog is used very often when building applications. Usually, it is used to warn a user about an action he is about to take. Most of the time, those action are critical and irreversible, before deleting something for example. A simple Alert Dialog in Android Studio would show the title, a warning or explanation … Read more

Loading

Load XAMPP localhost in Android device – Tutorial

XAMPP localhost in Android Device

Who needs this? Every beginner in programming, will come to a point when he’ll need to be able to open the the XAMPP localhost in Android for testing purposes. If you’d start developing Android device applications, then for sure, at some point you’ll face the need to be able to connect to the XAMPP localhost … Read more

Loading