OpenGL ES texture mapping tutorial
There is an interesting thing to note here. The square is ABDC instead of the usual ABCD. Why is that? Because of how OpenGL chains triangles together. What you…
Background tutorial vector
Advertisement Tutorial details: Program: CorelDraw X6 Difficulty: Beginner Estimated Completion Time: 5 minutes In this Vector Flowers Background tutorial I will…
Tutorial background di post
Above we have our Red, Green, Blue and Luminance images as well as narrowband Hydrogen-Alpha and Oxygen- images. All six images have been fully calibrated and have…
OpenGL texture tutorial c
Introduction One of the best ways to update an application with a tired two-dimensional (2D) graphical user interface (GUI) is to update its legacy look and feel…
After Effects background tutorial
After Effects is a phenomenal tool for working with video footage in post production. And while many editors and effects specialists use the program to add CGI or…
Procedural textures tutorial OpenGL
OpenGL Texturing has been re-invented multiple times, with different hardware implementations each time. As a developer, you need to be comfortable with all of them…
Glass Material tutorial UDK
Tutorial: Light Functions in UDK I forgot to mention this in the video, but any material you create to be used as a light function will need to have this property…
Tutorial background header transparent
Do you have the new Picture Window template? If so you probably have a transparent box in the center that covers your cute background! You will find out in this…
Texture tutorial OpenGL
In this tutorial, you will learn : What are UV coordinates How to load textures yourself How to use them in OpenGL What is filtering and mipmapping, and how to use…