本文摘自: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. python爬虫——黑板客老师课程学习

    程序: 目标url 内容提取 表现形式 为什么: 大数据——数据膨胀,信息太多了,不知道哪些信息适合你,例如谷歌搜索引擎. 垂直行业搜索——某一个行业的搜索,与搜索引擎最大的区别:搜索引擎是告诉你哪些 ...

  2. SqlServer传输数据到ORACLE,SSIS

    一.配置32位ODBC 配置tnsname文件,增加ORACLE数据库 打开32位ODBC 二.创建一个PROJECT并配置数据源 1.创建一个project 三.数据传输SSIS,工作流 四.为DT ...

  3. SecureCRT和SecureFx设置中文乱码

    SecureCRT和SecureFx设置中文乱码 SecureCRT和SecureFx连接服务器时中文显示乱码,找了好多资料好久都没整出来,后来整出来了,因此把个人的解决办法提供出来,已变帮助更多的人 ...

  4. spring mvc 第三天【注解实现springmvc Handler返回值为Object 的配置】

    这里使用的是在前台发起请求Handler,后台伪造数据响应给前台, 解决方案:将之前的viewResolver抹掉,配置对应(request)请求的Handler信息如下 之前Handler返回的都直 ...

  5. Magento1.9批量修改产品 Attribute Set

    今天修改产品时遇到这样一个需求:重新设置产品的 Attribute Set,使用的是Magento1.9系统,Magento提供这样一个插件 Flagbit Change Attribute Set: ...

  6. linux grep -I 属性

    忽略大小写的查找: grep -i 'address' test.log --> address ADDRESS

  7. SASS学习笔记(1)

    序 之前稍微看过SASS的文档,但是由于工作中没有涉及,渐渐的搁置了.最近公司新招来一个热情似火的前端,不管什么技术,不管自己能不能hold住,都提出来用一用再说.这样对我也好,跟着这个哥们混妥妥的长 ...

  8. hdu 1299 Diophantus of Alexandria (数论)

    Diophantus of Alexandria Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java ...

  9. linux下添加链接与删除链接(ln命令的用法)

    添加链接使用ln命令用法:#ln --help用法:ln [选项]... 目标 [链接名]或:ln [选项]... 目标... 目录或:ln [选项]... --target-directory=目录 ...

  10. Android View的onTouchEvent和OnTouch区别

    还是以自定义的TestButton为例. 我们可以通过重写onTouchEvent方法来处理诸如down move up的消息: public class TestButton extends But ...