Combined display of all available logs of Game Development Encyclopedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:53, 10 June 2025 Admin talk contribs created page Voxel Graphics (Created page with "Voxel graphics are a method of representing 3D objects and environments in computer graphics using voxels, which are volumetric pixels (3D cubes) arranged in a grid. Unlike traditional 2D pixel-based graphics or polygon-based 3D models (meshes), voxels define a space in three dimensions with attributes like color, density, or material. Key Characteristics of Voxel Graphics: Structure: Voxels are like 3D pixels, each occupying a small cube in a 3D grid. Each voxel can sto...")
- 15:55, 24 May 2025 Admin talk contribs created page Navmesh (Created page with "A navigation mesh, a data structure defining walkable areas for AI pathfinding in 3D environments. In Assassin’s Creed Valhalla, navmeshes guide NPCs through villages or forests, avoiding obstacles. Built using tools like Unity’s NavMesh system, they require manual tweaking for complex levels (e.g., stairs, ledges). Poor navmeshes lead to AI getting stuck, so level designers and programmers collaborate closely.")
- 15:55, 24 May 2025 Admin talk contribs created page Motion Blur (Created page with "A post-processing effect that blurs moving objects to mimic real-world camera behavior, enhancing the sense of speed or fluidity. In Forza Horizon 5, motion blur makes cars feel fast during races. Developers adjust blur intensity and duration to avoid disorienting players, especially in VR, where excessive blur can cause motion sickness. It’s computationally intensive, so it’s often toggleable for performance.")
- 15:54, 24 May 2025 Admin talk contribs created page Mipmapping (Created page with "A rendering technique that uses precomputed, lower-resolution versions of textures for objects farther from the camera, improving performance and reducing aliasing (jagged edges). In Horizon Forbidden West, mipmapping ensures distant mountains render efficiently without sacrificing quality up close. It’s automatically handled by engines but requires texture artists to generate mipmap chains, balancing file size and visual fidelity.")
- 15:50, 24 May 2025 Admin talk contribs created page Animation Rigging (Created blank page)
- 07:53, 23 May 2025 Admin talk contribs created page Template:SocialButtons (Created page with "<div class="social-buttons"> <a href="https://twitter.com/share?url={{SERVER}}{{PAGENAMEE}}&text=Share this page!" target="_blank"> <img src="/path/to/twitter-icon.png" alt="Twitter"> </a> <a href="https://www.facebook.com/sharer/sharer.php?u={{SERVER}}{{PAGENAMEE}}" target="_blank"> <img src="/path/to/facebook-icon.png" alt="Facebook"> </a> </div>")
- 07:46, 23 May 2025 Admin talk contribs created page MetaHuman (Created blank page)
- 07:46, 23 May 2025 Admin talk contribs created page MakeHuman (Created blank page)
- 07:45, 23 May 2025 Admin talk contribs created page Daz3D (Created blank page)
- 07:45, 23 May 2025 Admin talk contribs created page Reallusion Character Creator (Created blank page)
- 07:45, 23 May 2025 Admin talk contribs created page List of Open-Source Software for Game Developers (Created blank page)
- 07:43, 23 May 2025 Admin talk contribs created page Visual Scripting (Created blank page)
- 07:42, 23 May 2025 Admin talk contribs created page CSharp (Created blank page)
- 07:42, 23 May 2025 Admin talk contribs created page C++ (Created blank page)
- 07:38, 23 May 2025 Admin talk contribs created page Post-Process Effects (Created blank page)
- 07:36, 23 May 2025 Admin talk contribs created page Maya (Created blank page)
- 07:35, 23 May 2025 Admin talk contribs created page Photogrammetry (Created blank page)
- 07:35, 23 May 2025 Admin talk contribs created page Quixel Megascans (Created blank page)
- 07:34, 23 May 2025 Admin talk contribs created page Fab (Created blank page)
- 07:34, 23 May 2025 Admin talk contribs created page CGTrader (Created blank page)
- 17:47, 22 May 2025 Admin talk contribs created page Lense Flare (Created blank page)
- 17:45, 22 May 2025 Admin talk contribs created page Ambient Occlusion Map (Created blank page)
- 17:45, 22 May 2025 Admin talk contribs created page Metallic Map (Created blank page)
- 17:45, 22 May 2025 Admin talk contribs created page Normal Map (Created blank page)
- 17:44, 22 May 2025 Admin talk contribs created page HDRI Map (Created blank page)
- 17:42, 22 May 2025 Admin talk contribs created page LUT (Created blank page)
- 17:42, 22 May 2025 Admin talk contribs created page Nanite (Created blank page)
- 17:41, 22 May 2025 Admin talk contribs created page Lumen (Created blank page)
- 17:40, 22 May 2025 Admin talk contribs created page PBR (Created blank page)
- 17:39, 22 May 2025 Admin talk contribs created page AMD FSR (Created blank page)
- 17:38, 22 May 2025 Admin talk contribs created page DLSS (Created blank page)
- 17:38, 22 May 2025 Admin talk contribs created page DirectX (Created blank page)
- 17:38, 22 May 2025 Admin talk contribs created page Tesselation (Created blank page)
- 17:36, 22 May 2025 Admin talk contribs created page Substance Painter (Created blank page)
- 17:35, 22 May 2025 Admin talk contribs created page Blender (Created blank page)
- 17:35, 22 May 2025 Admin talk contribs created page Unreal Engine (Created blank page)
- 17:35, 22 May 2025 Admin talk contribs created page Category:Unreal Engine (Created blank page)
- 17:34, 22 May 2025 Admin talk contribs created page Category:Unity (Created blank page)
- 17:34, 22 May 2025 Admin talk contribs created page Diffuse Map (Created blank page)
- 13:06, 22 May 2025 Admin talk contribs created page MediaWiki:Gamepress-navigation (Created page with "* mainpage|mainpage-description ** faqpage|faq ** recentchanges-url|recentchanges * Programming |Category:Programming * 3D modelling * Texturing")
- 16:00, 21 May 2025 Admin talk contribs created page Template:HeaderCategories (Created page with "<div class="header-categories"> '''Categories''': {{#categorytree:{{PAGENAME}}|mode=categories|depth=0}} </div>")
- 13:40, 21 May 2025 Admin talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: $(document).ready(function() { // Move p-personal to footer-inner var personalMenu = $('#p-personal'); var footerInner = $('#footer-inner'); if (personalMenu.length && footerInner.length) { personalMenu.appendTo(footerInner); } });")
- 13:34, 21 May 2025 Admin talk contribs created page Category:3D (Created blank page)
- 13:34, 21 May 2025 Admin talk contribs created page Roughness Map (Created page with "Category:3D ")
- 12:24, 21 May 2025 Admin talk contribs created page MediaWiki:Footerlinks (Created page with "* login|Special:UserLogin")
- 11:44, 21 May 2025 Admin talk contribs created page MediaWiki:Common.css (Created page with "CSS placed here will be applied to all skins: #p-views { display: none !important; }")
- 09:38, 21 May 2025 User account Test talk contribs was created
- 01:04, 21 May 2025 MediaWiki default talk contribs created page Main Page