-
Updated
May 18, 2020 - HTML
graphics-programming
Here are 558 public repositories matching this topic...
We use PIX labels to organize the events in a single frame (e.g. Z PrePass, GBuffer, Alpha, etc). These can get quite deep/nested.
It would be useful if we could see a 'path' for the event currently selected, e.g.
Camera 1\3D Stage\GBuffer\TreeBark Material
It would be extra nice if clicking on any of these would take you to the beginning of that section.
(think folders in Windows Explor
It is unclear from the provided documentation what the difference is between a chunk and a subbuffer. Without examples it can be very difficult to identify when using one instead of the other may be necessary. We spent multiple days tracking down why an attempt to pass a subbuffer of vertices to a call to draw() was failing to compile. The error message was extremely verbose, but ultimately see
-
Updated
Jan 30, 2019 - C++
-
Updated
Apr 12, 2020 - ShaderLab
-
Updated
Jul 19, 2019 - C
Excellent tutorial. It would be instructive to highlight the importance of the order the vertices are declared in, and that they correspond to the winding order used for front-faced culling. I had unknowingly swapped the last two vertices as I typed them in, which caused the triangl
I wish doxygen documents is hosted online somewhere, it's kinda annoying just to clone and make my own copy to read documentations.
Anyway, this framework really helps me to make my own game engine.
Thanks.
-
Updated
May 21, 2020 - C
-
Updated
Apr 23, 2018
-
Updated
May 21, 2020 - C++
-
Updated
Mar 27, 2019 - C
-
Updated
Feb 22, 2020 - C++
-
Updated
Oct 8, 2019 - C++
-
Updated
Mar 2, 2020
May be it's finally time to split things in modules and separate files, even the tiny ones. So rewriting it in TypeScript or smth. would be much easier and code will be even easier to parse and test.
There's no TriangleGeometry class in Three.js, but here's some ways we can implement one using the THREE.Triangle
math class.
-
Updated
Dec 17, 2019 - GLSL
-
Updated
May 10, 2020 - C++
-
Updated
Feb 22, 2020 - C++
-
Updated
Apr 30, 2020 - C#
-
Updated
May 12, 2020 - C++
Hello,
I am trying to go through the Multibody Refinement tutorial: ftp://ftp.mrc-lmb.cam.ac.uk/pub/scheres/multibody_protocol.pdf using the EMPIAR 10180 data. I make it through the first iteration, but my GPU fills up and crashes on the second iteration. I am using Tesla P100-PCIE 16 GB GPUs, so I don't think I should be running out of space.
Here is my submission script:
`#!/bin
-
Updated
Mar 30, 2020 - C++
-
Updated
Jul 7, 2019 - GDScript
-
Updated
Feb 25, 2020 - C++
-
Updated
Apr 19, 2019 - C++
Improve this page
Add a description, image, and links to the graphics-programming topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the graphics-programming topic, visit your repo's landing page and select "manage topics."
Great tutorial! It clears up a lot of my questions about various effects.
Minor complaint: Focal length is size of the lens. Focal distance is the distance between the camera and the focal point.