Samples topic
Rendering:
http://www.cnblogs.com/miloyip/archive/2010/03/29/1698953.html
http://www.scratchapixel.com/lessons/3d-basic-rendering/introduction-to-shading/reflection-refraction-fresnel
http://www.opengpu.org/forum.php?mod=viewthread&tid=4148
http://blog.ivank.net/
http://www.kevinbeason.com/smallpt/
http://15462.courses.cs.cmu.edu/fall2015/
Geometric :
https://www.geometrictools.com/Source/NumericalMethods.html
DL:
http://speech.ee.ntu.edu.tw/~tlkagk/courses_MLDS17.html
https://pan.baidu.com/share/link?shareid=3333475857&uk=2874918464
LA:
http://open.163.com/special/opencourse/daishu.html
http://ocw.aca.ntu.edu.tw/ntu-ocw/ocw/cou/101S130
More classes by me:
Katana
Qt/PyQt
CIS:
Syllabus - CIS :
Date Topics Supplementary Files PDF Slides HW Due
// Course Overview
// Recitation: C++ Part I PDF
// Labor Day (No class)
// Transformations + Linear Algebra
<-- Requires browser config
HW0
// Recitation: Transformations and C++
//
C++ Part II (Polymorphism, Static, Virtual, etc.)
// Scene Graphs PDF HW1
// Recitation: Debugging, Qt GUIs GUI Demo
ADD DEADLINE
// Rasterization I, Color PDF
//
Virtual Cameras and Spatial Transformations
PDF HW2
// Recitation: Git
// 3D Rasterization Topics
// OpenGL Pipeline, VBOs, and Shaders
// Recitation: OpenGL HW3
//
Procedural Color, Surface Reflection Models
// Procedural Noise Functions HW4
// FALL BREAK
DROP DEADLINE
// Review
// Midterm
// Recitation: Midterm Recap
// Mesh Data Structures
//
Subdivision Techniques and Mesh Operations
HW5
// Recitation
// Modern C++ Features
// Skeletons and Skinning HW6
// Recitation
// Rays and Ray Marching
//
Shaders Review and Acceleration Structures
HW7
// Recitation
// Game Engine Paradigms
// OpenGL Texturing HW8
//
Recitation: Advanced Git (Branching, merge conflicts)
WITHDRAW DEADLINE
//
//
// Recitation
// Milestone Presentations I FP Milestone
// Friday schedule
// THANKSGIVING BREAK
//
//
// Recitation
// Milestone Presentations II FP Milestone
//
// Recitation
//
Mini Minecraft Presentations, Last day of classes
Final Project
// Final Exam Review
// FINAL EXAM: : - : Location: TBD
Samples topic的更多相关文章
- SharePoint 101 Code Samples are now available
The Microsoft Office Developer Center has created 101 code samples for SharePoint 2010. These sample ...
- 解决kafka集群由于默认的__consumer_offsets这个topic的默认的副本数为1而存在的单点故障问题
抛出问题: __consumer_offsets这个topic是由kafka自动创建的,默认50个,但是都存在一台kafka服务器上,这是不是就存在很明显的单点故障?经测试,如果将存储consumer ...
- [转]Visual F# Samples and Walkthroughs
本文转自:http://msdn.microsoft.com/en-US/library/vstudio/ee241126.aspx This topic provides links to samp ...
- Kafka 如何读取offset topic内容 (__consumer_offsets)
众所周知,由于Zookeeper并不适合大批量的频繁写入操作,新版Kafka已推荐将consumer的位移信息保存在Kafka内部的topic中,即__consumer_offsets topic,并 ...
- Kafka如何创建topic?
Kafka创建topic命令很简单,一条命令足矣:bin/kafka-topics.sh --create --zookeeper localhost:2181 --replication-facto ...
- Kafka0.8.2.1删除topic逻辑
前提条件: 在启动broker时候开启删除topic的开关,即在server.properties中添加: delete.topic.enable=true 命令: bin/kafka-topics ...
- 【转】Android SDK Samples,学习Android的好方法
转载地址:http://blog.csdn.net/rowland001/article/details/50886288 从今天开始呢,我要开始学习Google家自己出的Android代码示例,总觉 ...
- [bigdata] kafka基本命令 -- 迁移topic partition到指定的broker
版本 0.9.2 创建topic bin/kafka-topics.sh --create --topic topic_name --partition 6 --replication-factor ...
- Kafka vs RocketMQ——多Topic对性能稳定性的影响-转自阿里中间件
引言 上期我们对比了RocketMQ和Kafka在多Topic场景下,收发消息的对比测试,RocketMQ表现稳定,而Kafka的TPS在64个Topic时可以保持13万,到了128个Topic就跌至 ...
随机推荐
- M1-Flask-Day1
前情概要 1.flask的基本使用 - 配置 - 路由 - 视图 - 请求与响应相关 - 模板 2.flask基于装饰器实现的路由 - 基本操作 - functools - 带参数的装饰器 - 源码剖 ...
- mysql加速source导入数据
mysql加速source导入数据 # 进入mysql中执行如下 ; ; ; ; -- 你的sql语句1 -- 你的sql语句2 -- 你的sql语句3 ; ; ; ;
- 流畅的python--2 序列构成的数组
我们把文本.列表和表格叫做数据火车...FOR命令通常能作用于数据火车上. ---ABC Programmer's Handbook 不管是哪种数据结构,字符串.列表.字节序列.数组.XML ...
- MySQL8常见客户端和启动相关参数
MySQL8常见客户端和启动相关参数 作者:尹正杰 版权声明:原创作品,谢绝转载!否则将追究法律责任. 一.MySQL常见的客户端 1>.使用MySQL服务自带的mysql连接工具 2>. ...
- CentOS上手工部署kubernetes集群
本文完全是根据二进制部署kubernets集群的所有步骤,同时开启了集群的TLS安全认证. 环境说明 在下面的步骤中,我们将在三台CentOS系统的物理机上部署具有三个节点的kubernetes1.7 ...
- Rancher之Pipeline JAVA demo
Rancher Pipeline Pipeline,简单来说,就是一套运行于Rancher上的工作流框架,将原本独立运行于单个或者多个节点的任务连接起来,实现单个任务难以完成的复杂发布流程. Ranc ...
- Hadoop记录-hadoop集群常见问题汇总
[问题1]HBase Shell:ERROR: org.apache.hadoop.hbase.IPc.ServerNotRunningYetException: Server is not runn ...
- springMVC中a标签传递多个参数到后台的应用
1.js页面:返回json填充HTML部分代码 <a class='byCard' href="+path+"/static/toCardView/"+ data. ...
- 056、macvlan网络结构分析(2019-03-25 周一)
参考https://www.cnblogs.com/CloudMan6/p/7383919.html macvlan不依赖linux bridge brctl show 可以确认没有创建新的b ...
- oracle杀掉连接
相关sql --查看当前连接 select count(*) from v$process --数据库允许的最大连接数 select value from v$parameter where name ...