Unity Advanced
Computer Graphics
Week 03 (Final)
GameUIT - March 2017 - Tri.TMT
Contact: Fb: bit.ly/fb_tri , Linkedin: bit.ly/linkedin_tri
Source code : GitHub
Render Pipeline
Z-buffering
Z-buffering, also known as depth buffering, is a technique in computer graphics
programming that is used to determine whether an object (or part of an object) is
visible in a scene. It can be implemented either in hardware or software, and is
used to increase rendering efficiency.
Z-Fighting
Z-Fighting
This problem is usually caused by limited sub-pixel precision and floating point
and fixed point round-off errors.
ZWrite
ZTest
ZTest
Rendering Order - Queue tag
Rendering Order - Queue tag
Rendering Order - Queue tag
Rendering Order - Queue tag
BlendMode
BlendMode : Syntax
BlendMode : Variables
Blend Factors
Shader : Sprite
Shader : Additive
Image Effects
Image Effects
RenderTexture
Q&A
Thanks for watching

More Related Content

PDF
Introduction to Computer Graphics
PDF
Unity advanced computer graphics
PPTX
4 computer graphics wicked problem
PDF
3 computer graphics wicked problem
PDF
Unity advanced computer graphics week 02
PPT
What is computer graphics
PDF
Computer graphics
PPTX
Motion Capture Technology Computer Graphics
Introduction to Computer Graphics
Unity advanced computer graphics
4 computer graphics wicked problem
3 computer graphics wicked problem
Unity advanced computer graphics week 02
What is computer graphics
Computer graphics
Motion Capture Technology Computer Graphics

Similar to Unity advanced computer graphics week 03 (20)

PPTX
Z-Buffer Algorithm.pptx
PPTX
Depth Buffer Method
PPTX
Z-BUFFER.pptx
PPT
Z Buffer Optimizations
PPTX
Adding more visuals without affecting performance
PPTX
[Unite Seoul 2020] Mobile Graphics Best Practices for Artists
PPTX
Making a game with Molehill: Zombie Tycoon
PPTX
Using The New Flash Stage3D Web Technology To Build Your Own Next 3D Browser ...
PDF
【Unite 2017 Tokyo】Unity最適化講座 ~スペシャリストが教えるメモリとCPU使用率の負担最小化テクニック~
PPTX
FGS 2011: Making A Game With Molehill: Zombie Tycoon
PPTX
Practical Guide for Optimizing Unity on Mobiles
PDF
【Unite Tokyo 2018】実践的なパフォーマンス分析と最適化
PDF
Optimization in Unity: simple tips for developing with "no surprises" / Anton...
PPTX
Unite Berlin 2018 - Book of the Dead Optimizing Performance for High End Cons...
PDF
XNA L05–Texturing
PPTX
[UniteKorea2013] Memory profiling in Unity
PDF
Unite 2013 optimizing unity games for mobile platforms
PDF
Introduction occlusion
PDF
Optimized Rendering Techniques for Mobile VR
PPSX
Advancements in-tiled-rendering
Z-Buffer Algorithm.pptx
Depth Buffer Method
Z-BUFFER.pptx
Z Buffer Optimizations
Adding more visuals without affecting performance
[Unite Seoul 2020] Mobile Graphics Best Practices for Artists
Making a game with Molehill: Zombie Tycoon
Using The New Flash Stage3D Web Technology To Build Your Own Next 3D Browser ...
【Unite 2017 Tokyo】Unity最適化講座 ~スペシャリストが教えるメモリとCPU使用率の負担最小化テクニック~
FGS 2011: Making A Game With Molehill: Zombie Tycoon
Practical Guide for Optimizing Unity on Mobiles
【Unite Tokyo 2018】実践的なパフォーマンス分析と最適化
Optimization in Unity: simple tips for developing with "no surprises" / Anton...
Unite Berlin 2018 - Book of the Dead Optimizing Performance for High End Cons...
XNA L05–Texturing
[UniteKorea2013] Memory profiling in Unity
Unite 2013 optimizing unity games for mobile platforms
Introduction occlusion
Optimized Rendering Techniques for Mobile VR
Advancements in-tiled-rendering
Ad

Recently uploaded (20)

PPTX
CURRICULAM DESIGN engineering FOR CSE 2025.pptx
PDF
EXPLORING LEARNING ENGAGEMENT FACTORS INFLUENCING BEHAVIORAL, COGNITIVE, AND ...
PPTX
Fundamentals of Mechanical Engineering.pptx
PDF
Exploratory_Data_Analysis_Fundamentals.pdf
PPTX
CyberSecurity Mobile and Wireless Devices
PPTX
introduction to high performance computing
PPTX
Current and future trends in Computer Vision.pptx
PPT
Total quality management ppt for engineering students
PPTX
Amdahl’s law is explained in the above power point presentations
PDF
UNIT no 1 INTRODUCTION TO DBMS NOTES.pdf
PDF
737-MAX_SRG.pdf student reference guides
PDF
SMART SIGNAL TIMING FOR URBAN INTERSECTIONS USING REAL-TIME VEHICLE DETECTI...
PDF
Visual Aids for Exploratory Data Analysis.pdf
PDF
August -2025_Top10 Read_Articles_ijait.pdf
PDF
Abrasive, erosive and cavitation wear.pdf
PPTX
Fundamentals of safety and accident prevention -final (1).pptx
PDF
Design Guidelines and solutions for Plastics parts
PPTX
Graph Data Structures with Types, Traversals, Connectivity, and Real-Life App...
PDF
Influence of Green Infrastructure on Residents’ Endorsement of the New Ecolog...
PDF
Human-AI Collaboration: Balancing Agentic AI and Autonomy in Hybrid Systems
CURRICULAM DESIGN engineering FOR CSE 2025.pptx
EXPLORING LEARNING ENGAGEMENT FACTORS INFLUENCING BEHAVIORAL, COGNITIVE, AND ...
Fundamentals of Mechanical Engineering.pptx
Exploratory_Data_Analysis_Fundamentals.pdf
CyberSecurity Mobile and Wireless Devices
introduction to high performance computing
Current and future trends in Computer Vision.pptx
Total quality management ppt for engineering students
Amdahl’s law is explained in the above power point presentations
UNIT no 1 INTRODUCTION TO DBMS NOTES.pdf
737-MAX_SRG.pdf student reference guides
SMART SIGNAL TIMING FOR URBAN INTERSECTIONS USING REAL-TIME VEHICLE DETECTI...
Visual Aids for Exploratory Data Analysis.pdf
August -2025_Top10 Read_Articles_ijait.pdf
Abrasive, erosive and cavitation wear.pdf
Fundamentals of safety and accident prevention -final (1).pptx
Design Guidelines and solutions for Plastics parts
Graph Data Structures with Types, Traversals, Connectivity, and Real-Life App...
Influence of Green Infrastructure on Residents’ Endorsement of the New Ecolog...
Human-AI Collaboration: Balancing Agentic AI and Autonomy in Hybrid Systems
Ad

Unity advanced computer graphics week 03