本文摘自:http://blog.selfshadow.com/

Open Access

SIGGRAPH 2016 Conference Content (for a limited time)

Recordings

Courses: Physically Based Shading in Theory and Practice
Talks: Brain & Brawn
Live Streaming Sessions (free registration required)

Courses

A Practical Introduction to Frequency Analysis of Light Transport
Advances in Real-Time Rendering (starting to appear)
An Elementary Introduction to Matrix Exponential for CG
An Introduction to Graphics Programming Using WebGL (preliminary) 
Augmented Reality - Principles and Practice
Computational Tools for 3D Printing
Fundamentals Seminar
Geometric and Discrete Path Planning for Interactive Virtual Worlds
Haptic Technologies for Direct Touch in Virtual Reality
Moving Mobile Graphics
Open Problems in Real-Time Rendering (starting to appear)
Physically Based Shading in Theory and Practice (video recording) (starting to appear)
Physically Based Sound for Computer Animation and Virtual Environments
The Material Point Method for Simulating Continuum Materials
The Quest for the Ray Tracing API
Vector-Field Processing on Triangle Meshes

Technical Papers

See Ke-Sen Huang’s comprehensive papers list.

Talks

A Practical Stochastic Algorithm for Rendering Mirror-Like Flakes
Blue-noise Dithered Sampling
Cache-Friendly Micro-Jittered Sampling (video)
Differential appearance editing for measured BRDFs
Digital Painting Classroom: Learning Oil Painting Using a Tablet
Estimating Local Beckmann Roughness for Complex BSDFs
HFTS: Hybrid Frustum-Traced Shadows in ‘The Division’
Luma HDRv: An Open-Source High-Dynamic-Range Video Codec Optimized by Large-Scale Testing
Making a Dinosaur Seem Small: Cloudscapes in “The Good Dinosaur”
Mesh Colors With Hardware Texture Filtering
Shape-Analysis-Driven Surface Correction
Simulating Rivers in “The Good Dinosaur”
Stochastic Layered Alpha Blending
Volume-Modeling Techniques in “The Good Dinosaur”

Posters

A Tabletop Stereoscopic 3DCG System With Motion Parallax for Two Users
Coded Skeleton: Programmable Bodies for Shape Changing User Interfaces
Cross-Field Haptics: Push-Pull Haptics Combined With Magnetic and Electrostatic Fields
Dynamic Spatial Augmented Reality With a Single IR Camera
Graphical Manipulation of Human’s Walking Direction With Visual Illusion
Interaction With Virtual Shadow Through Real Shadow Using Two Projectors
Interactive Multi-Scale Oil Paint Filtering on Mobile Devices
Light-Field Completion Using Focal-Stack Propagation
Model Predictive Control for Robust Art-Directable Fluids
Non-Humanoid Creature Performance From Human Acting
OpenEXR/Id (code)
Optimal LED Selection for Multispectral Lighting Reproduction
Ray-Traced Diffusion Points
Real-Time 3D Face Super-Resolution From Monocular In-the-Wild Videos
Real-Time 3D Rendering Using Depth-Based Geometry
Relation-Based Parametrization and Exploration of Shape Collections
Sculpting Fluids: A New and Intuitive Approach to Art-Directable Fluids
Synesthesia Suit: The Full-Body Immersive Experience

Birds of a Feather

glTF
Khronos Chapters (videos)
OpenCL
Vision
WebGL

Exhibitor Sessions

NVIDIA
The Foundry (videos)

Real-Time Live

Real-Time Cinematography in Unreal Engine 4

Open Source / Standards

Hydra
MaterialX
OpenDCX 
OpenEXR/Id
OpenUSD

SIGGRAPH2016【转】的更多相关文章

  1. [工作积累] TAA Ghosting 的相关问题

    因为TAA要使用上一帧的历史结果,那么在相机移动的时候,颜色就会有残留,出现ghosting(残影). 由于上一帧历史是累积的,是由上一帧的直接渲染结果和上上帧的结果做了合并,所以ghosting并不 ...

随机推荐

  1. matlab的try/catch语句

    http://blog.sina.com.cn/s/blog_6fd1f2350102x2p3.html

  2. tcp转发

    Proxy.java package com.dc.tcp.proxy; import java.io.IOException; import java.net.ServerSocket; impor ...

  3. centos7 安装lamp

    1升级gcc4.8以上  yum update gcc2升级openssl     yum update openssl 3安装apache a 安装apr   ./configure --prefi ...

  4. Android部分调试开关

    开启 GPU Render 的profiling bar: adb shell setprop debug.hwui.profile visual_bars #或visual_lines adb sh ...

  5. Cad 二次开发关于SelectCrossingPolygon和SelectFence返回结果Status为error的小测试

    CAD2008的二次开发,有个很奇怪的现象,只要你选择的点集不在当前视图上SelectCrossingPolygon和SelectFence返回结果Status就会为error,所以要获取正确的结果, ...

  6. Oracle以及SDE维护常用命令-查看表空间等

    之前现场反馈一个数据更新的问题,查看感觉是因为表空间满了导致的(错误在之前的博客随笔中写过),因此远程对服务器进行查看.个人平常都是通过Oracle客户端的Entreprise Manager Con ...

  7. JavaScript Window 对象

    < JavaScript Window Object > && < IE check > JavaScript Window Object Window.loa ...

  8. 初学 react | redux

    react | redux 一.安装 React Redux 依赖 React 0.14或更新版本 npm install --sava react-redux 你需要使用 npm 作为包管理工具,配 ...

  9. jetty服务器启动方法总结【备用】

    1. 使用Java命令启动 java -jar start.jar ctrl + c 关闭 终端窗口一直存在 2. 使用Java命令启动2 java -jar start.jar & 启动成功 ...

  10. 配置文件操作(ini、cfg、xml、config等格式)

    配置文件的格式主要有ini.xml.config等,现在对这些格式的配置文件的操作(C#)进行简单说明. INI配置文件操作 调用系统函数GetPrivateProfileString()和Write ...