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就跌至 ...
随机推荐
- 洛谷P1228 分治
https://www.luogu.org/problemnew/show/P1228 我真傻,真的,我单知道这种题目可以用dfs剪枝过,没有想到还能构造分治,当我敲了一发dfs上去的时候,只看到一个 ...
- CodeForces121E 线段树上线段果
http://codeforces.com/problemset/problem/121/E 题意: Petya 喜欢幸运数,幸运数只包含 4 和 7 这两个数字.例如 47,744,4 都是幸运数字 ...
- Try It Once Again
愿你就是自己最暖的太阳.无需凭借谁的光~~~~~~~~~~~~ ============================== ============================== ====== ...
- 2017-12-15python全栈9期第二天第三节之使用while循环输出0到10
#!/user/bin/python# -*- coding:utf-8 -*-count = 0while count < 10: count += 1 print(count)
- 比Kafka Mangaer更优秀的开源监控工具-Kafka Eagle
比Kafka Mangaer更优秀的开源监控工具-Kafka Eagle 作者:尹正杰 版权声明:原创作品,谢绝转载!否则将追究法律责任. 在Kafka的监控系统中有很多优秀的开源监控系统.比如Kaf ...
- MyBatis-generator-Maven方式
一.配置依赖 1.依赖信息 pom.xml <?xml version="1.0" encoding="UTF-8"?> <project x ...
- Mark标记功能的实现(像手工标记的一样)
今天看到一个网站的标记功能,觉得很不错,先记录一下,emm <!DOCTYPE html> <html lang="en"> <head> &l ...
- HDU 1019(求最小公倍数 **)
题意是求一组数的最小公倍数,不用存,每次输入即刻处理即可. 补充一点:两个自然数的最大公约数与它们的最小公倍数的乘积等于这两个数的乘积. 代码如下: #include <bits/stdc++. ...
- JS获得元素相对位置坐标getBoundingClientRect()
getBoundingClientRect用于获取某个元素相对于视窗的位置集合.集合中有top, right, bottom, left等属性. 1.语法:这个方法没有参数. rectObject = ...
- SQL Server进阶(八)查询——开窗函数、四大排名函数、透视数据、逆透视数据
概述 ROW_NUMBER() OVER(PARTITION BY CustId ORDER BY ID DESC) https://www.jb51.net/article/75533.htm 开窗 ...