SIGGRAPH2016【转】
本文摘自: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【转】的更多相关文章
- [工作积累] TAA Ghosting 的相关问题
因为TAA要使用上一帧的历史结果,那么在相机移动的时候,颜色就会有残留,出现ghosting(残影). 由于上一帧历史是累积的,是由上一帧的直接渲染结果和上上帧的结果做了合并,所以ghosting并不 ...
随机推荐
- python之路-Day11
引子 到目前为止,我们已经学了网络并发编程的2个套路, 多进程,多线程,这哥俩的优势和劣势都非常的明显,我们一起来回顾下 协程 协程,又称微线程,纤程.英文名Coroutine.一句话说明什么是线程: ...
- CSS动画与GPU
写在前面 满世界的动画性能优化技巧,例如: 只允许改变transform.opacity,其它属性不要动,避免重新计算布局(reflow) 对动画元素应用transform: translate3d( ...
- matlab图
.6 统计作图 4.6.1 正整数的频率表 命令 正整数的频率表 函数 tabulate 格式 table = tabulate(X) %X为正整数构成的向量,返回3列:第1列中包含X的值第2列为这些 ...
- WCF在tcp通道下启用httpget
关于tcp通道下,启用httpget,必须启用一个http的基地址,如果要启用元数据交换,host中必须开启服务描述. //01 create host Uri tcpBaseAddress = ne ...
- 有关STL 标准模板库
1.vector 本质:对数组的封装 特点:读取能在常数时间内完成
- jquery 时间控件怎么能禁止输入只能选择日期?
jsp一个input输入框用的是easyui时间控件,现在问题是如何是这个input只能点击选择日期,而禁止手动输入 解决方法::: 在日期的input标签里面添加::::editable=" ...
- jquery选择器 之 获取父级元素、同级元素、子元素
jquery选择器 之 获取父级元素.同级元素.子元素 一.获取父级元素 1. parent([expr]): 获取指定元素的所有父级元素 <div id="par_div" ...
- thinkphp 验证
//YongHuModel.class.php namespace Home\Model; use Think\Model; class YongHuModel exstends Model { pr ...
- install LLVM
version >= 3.8.0 $ cd llvm... $ mv someofClang ./tools $ mkdir build $ cd build $ cmake -DCMAKE_B ...
- poj 1236 Network of Schools(连通图)
题目链接:http://poj.org/problem?id=1236 题目大意:有一些学校,学校之间可以进行收发邮件,给出学校的相互关系,问:1.至少 要向这些学校发送多少份才能使所有的学校都能获得 ...