- http://aras-p.info/texts/CompactNormalStorage.html
- http://www.realtimerendering.com/blog/deferred-lighting-approaches/
- http://d.hatena.ne.jp/hanecci/20130818/p1 (about Gbuffer layouts in games)
- http://bassser.tumblr.com/post/11626074256/reconstructing-position-from-depth-buffer
- https://gist.github.com/fisch0920/6770346
- http://www.cse.chalmers.se/~uffe/clustered_shading_preprint.pdf
- https://software.intel.com/sites/default/files/m/d/4/1/d/8/lauritzen_deferred_shading_siggraph_2010.pdf
- https://mynameismjp.wordpress.com/2012/03/31/light-indexed-deferred-rendering/
Installing node through Homebrew can cause problems with npm for globally installed packages. To fix it quickly, use the solution below. An explanation is also included at the end of this document.
This solution fixes the error caused by trying to run npm update npm -g
. Once you're finished, you also won't need to use sudo
to install npm modules globally.
Before you start, make a note of any globally installed npm packages. These instructions will have you remove all of those packages. After you're finished you'll need to re-install them.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 20-195405.el 2018-07-20 20:00:48.000000000 +0800 | |
+++ 20-195454.el 2018-07-20 19:55:04.000000000 +0800 | |
@@ -1,63 +1,62 @@ | |
-(defun find-dired (dir args) | |
- "Run `find' and go into Dired mode on a buffer of the output. | |
+(defun fd-dired (dir args) | |
+ "Run `fd' and go into Dired mode on a buffer of the output. | |
The command run (after changing into DIR) is essentially | |
- find . \\( ARGS \\) -ls |
OlderNewer