🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Graphics Programming weekly - Issue 71 — February 3, 2019

posted in jendrikillner
Published February 03, 2019 Imported
Advertisement

The results of the survey have been published here

  • discusses screen space reflection and planar reflections techniques
  • presented technique for reflections uses ray-marching against the terrain height map to calculate the reflections
  • show that the technique could be extended to trace against signed distances fields to add reflection for other objects too
terraincolor.jpg

  • show how a projection matrix is formed
  • explains GPU clipping and how it relates to the projection matrix
  • many videos explain the significance of each component visually
  • provides a calculator to help gain a more intuitive understanding
renderdoc-clipping-example.png

  • twitter thread discussing mip-map selection algorithms
  • comparison between the custom shader implementation and hardware solution
minification.png

  • introduction into physically based shading
  • presents how light is reflected and refracted when it comes into contact with surfaces
  • shows how metal and dielectrics (non-metals, insulators) interact with light differently and how this forms the visual perception of different materials
diffspec.png

  • presents a technique to distribute an infinite sequence of points on the surface of an arbitrary triangle evenly
triangle_points.png

  • the article points out that albedo textures are commonly stored in sRGB color space and need to be converted into linear color space before using in shading
  • achieved using the correct SRGB texture format
  • comparison images present the differences between sRGB and non-sRGB color formats
gamma_correct.png

  • thesis presentation covering snow rendering
  • presents the visual features of snow with real-world reference pictures
  • an overview of existing techniques
  • defines 4 defining characteristics for snow shading and develops a BRDF from them
snow_brdf.png

  • a short post that shows how to make an object appear infinitely large without clipping artifacts
  • adjusts the vertex position in the vertex shader so that they are mapped onto the far plane
infinite-sky.png

  • extends the custom scriptable rendering pipeline, the previous part was covered in issue 66
  • now adds support for directional shadows, such as sun shadows
  • shows how to deal with common shadow artifacts
  • implements cascaded shadow mapping for the main directional light
tutorial-image.jpg

  • weekly series with twitter posts about tech art techniques and ideas
tech_art_issue_3.png

  • summary of resource about getting started with tech art
  • mainly unity shader focused

  • new PIX for windows version
  • performance counters are now supported on AMD Radeon 7 GPUs and NVIDIA Turing GPUs
  • more consistent and reliable timing data on all GPUs
nvidia_turing_event_list_counters.png

Read more

0 likes 0 comments

Comments

Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement