Skip to main content

Questions tagged [graphics]

A very generic term referring to visual part of a game. Try to avoid unrelevant usage and instead tag for specific graphics type (2D, 3D), API, framework or a library you are using, if possible.

1 vote
0 answers
120 views

I'm working on a C++ game engine for my own projects. It's divided into two parts: one which handles basic functionality like logging, cross-platform abstractions, filesystem utilities, etc., and ...
Bunabyte's user avatar
  • 331
0 votes
1 answer
157 views

I am learning about the graphics pipeline. My understanding of the view transformation is that you: First create a normalized, separate coordinate system for the camera, based on its position and ...
Jared Kosiba's user avatar
0 votes
0 answers
69 views

Observer peers through window into 3D world (in this case three-dimensional Euclidean space). Using analogy of window for simplicity, observer perceives a 2D image from their PoV. A static, 2D ...
Jared Kosiba's user avatar
2 votes
0 answers
87 views

Unity's documentation state that GPU Instancing supports baked lighting: Since Unity 2018.1, Global Illumination (GI) rendering is supported by GPU Instancing in the form of light probes, occlusion ...
bryx19's user avatar
  • 21
3 votes
1 answer
198 views

In the talk "Between Tech and Art: the Vegetation of Horizon Zero Dawn", Gilbert Sanders says "we average out the color of our albedo textures to mid gray value". But the final ...
ryu's user avatar
  • 31
0 votes
1 answer
97 views

I have an old project that I need to run on Unity 2022.3.40. It uses post process behavior and post process works absolutely fine in the editor, just as before migrating to new Unity. But when I make ...
Sirox's user avatar
  • 11
0 votes
0 answers
207 views

I'm developing a LOD selection system and I would like to select a LOD level based on screen-space error. Could someone explain how I can accurately compute the screen-space error?
Giuseppe's user avatar
2 votes
1 answer
185 views

I have an isometric scene in a custom engine where my world sim is 3D, but I'm rendering sprites. To depth sort, I follow the approach in this blog post. Basically: wrap each sprite in an AABB, then ...
Archduke's user avatar

15 30 50 per page
1
2 3 4 5
72