Lee, Raymond L, “Mie Theory Airy Theory and the Natural Rainbow”, Applied Optics, Vol. 37, No. 9, 1998
Brewer, Clint. 2004. “Rainbows and Fogbows: Adding Natural Phenomena.” NVIDIA Corporation. SDK white paper. URL.
Lee, Raymond L, “Mie Theory Airy Theory and the Natural Rainbow”, Applied Optics, Vol. 37, No. 9, 1998
Brewer, Clint. 2004. “Rainbows and Fogbows: Adding Natural Phenomena.” NVIDIA Corporation. SDK white paper. URL.
橙子
橙色
橙味
好新鲜
好清新
有闻到
好香
沁人心脾
…
沁人心脾
I just went to Siggraph to have fun and to see what happened this year. Emerging techniques and real time rendering attracted most of my attentions. Emerging techniques are almost about AR and VR. I think technology is really about helping people to enjoy their lives in a better way or a different way. And AR is there, you can interact with your imagination, which makes me excited. But AR is still limited by the field of view, and I don’t like the fact that we have to wear a device to see the virtual world. It would be really cool if we could see the virtual world and interact with it without wearing any device, like in the TV show Black Mirror.
Emerging techniques: AR, VR
Houdini: lots of movies use Houdini for their visual effects, such as Inside Out and Tomorrowland
Renderman: worth a try.
Vulkan: next generation Graphics API.
Path tracer: universe everywhere because it’s physically based. Performance is the core component that people care about.
Stay employed in entertainment industry:
(a) Self publication: as a new grad, if you want to fill the gap of your professional level and the industry requirement, you could set up side projects to grow.
(b) Portforlio is the most important thing.
(c) Cover letter is more important than resume.
(d) Read marketing book to learn how to sell yourself. Meetup and LinkedIn are good ways to grow your network.
More links:
Many photographers are experimenting with creating timelapse or stop motion animations with their cameras. Yes, you can create a time-lapse movie with photoshop as long as you have the Extended version.
To do this kind of work, the camera is typically placed on a secure tripod and a series of still photos is taken with their camera of a scene. Typically teh photos are taken at regular intervals.
View original post 112 more words
a) Removing multiple files from a Git repo that have already been deleted from disk: git rm $(git ls-files – -deleted)
b) Copy & paste in git bash on windows:
Copy: click the console’s window icon (top left) and choosing Edit -> Mark, then drag a box on the text, then press Enter.
Paste: press Insert.
c) Merge dev to br:
git checkout dev
git pull
git checkout br
(if there’re conflicts here, open the files that have conflicts and resolve the conflicts manually)
(checkout the project file if it’s not there: git checkout dev — *.xcodeproj/project.pbxproj)
(now compile it until it passes)
(commit the changes and push them, if any)
Just have to decide whether to use the code completion feature in Dev-C++.
What is code completion (cache) and why do we need it?
This is kind of a rookie question, and I’m not sure what exactly the definition is. Will add it later
I found there are no Language Setting buttons in Opera 19, or I was too dumb to see it?
Then I went to the install folder, found a file called “installer_prefs.json”, when I change the content as :
{
“language”: “en-US”,
“single_profile”: true
}
Everything became English! 😀
In local machine:
set DISPLAY=localhost:0.0
echo $DISPLAY
Add “-Y” when logging to the remote machine:
ssh -Y username@..
Use “nautilus” to display current user’s home directory:
nautilus