Project Background Linguatrivia is an interactive quiz by Linguascope – a tool for language teachers looking to organise competitions within… Read more Linguatrivia – Responsive Website Redesign & Development Project

Project Background Linguatrivia is an interactive quiz by Linguascope – a tool for language teachers looking to organise competitions within… Read more Linguatrivia – Responsive Website Redesign & Development Project
How are Sine Waves useful? Sine waves is a fascinating mathematical phenomenon. They are useful for repeating behaviours and animating things over… Read more Essential Game Maths: Sine Waves
The noise can be modified for different uses simply by calculating the absolute value or the sine of the noise.… Read more A guide to different noises for generating textures and landscapes
Import the 360-degree video into Unity as an Asset. Create a Video Player by dragging the video asset to the… Read more 360-degree videos and images in Unity
Test Scene using Standard Unity Environment Assets: By moving textures across the surface of an object, interesting fluid effects like… Read more Shader study: Ocean waves using Scrolling textures
Lambert and BlinnPhong struct SurfaceOutput { fixed3 Albedo; // diffuse color fixed3 Normal; // tangent space normal, if written fixed3… Read more Shader Cheat Sheet