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就跌至 ...
随机推荐
- bzoj1040 基环树森林dp
https://www.lydsy.com/JudgeOnline/problem.php?id=1040 Z国的骑士团是一个很有势力的组织,帮会中汇聚了来自各地的精英.他们劫富济贫,惩恶扬善,受到社 ...
- SQL知识以及SQL语句简单实践
综述 大家都知道SQL是结构化查询语言,是关系数据库的标准语言,是一个综合的,功能极强的同时又简洁易学的,它集级数据查询(Data Quest),数据操纵(Data Manipulation),数据定 ...
- Hadoop问题:There are 0 datanode(s) running and no node(s) are excluded in this operation.
问题描述: org.apache.hadoop.ipc.RemoteException(java.io.IOException): File /tmp/hadoop-yarn/staging/hado ...
- EL表达式获取日期时间类型后格式化的问题
最近在项目中遇到的问题,就是从后台取到的java.util.Date类型的数据,在前台需要格式化的问题. 开始想了很多办法,其实在JSP页面中处理很简单,JSTL提供的format标签即可解决这个问题 ...
- css 绝对定位实现水平垂直居中
负margin实现水平垂直居中 width: 500px; height: 500px; position: absolute; left: 50%; top :50%; margin-left: - ...
- spring中整合memcached,以及创建memcache的put和get方法
spring中整合memcached,以及创建memcache的put和get方法: 1:在项目中导入memcache相关的jar包 2:memcache在spring.xml的配置: 代码: < ...
- java运维: 一次线上问题排查所引发的思考
本文转载自 crossoverJie 的b博客 https://www.cnblogs.com/crossoverJie/p/9282065.html 前言 之前或多或少分享过一些内存模型.对象创建之 ...
- [C++]PAT乙级1002.写出这个数(20/20)
/* 1002. 写出这个数 (20) 读入一个自然数n,计算其各位数字之和,用汉语拼音写出和的每一位数字. 输入格式:每个测试输入包含1个测试用例,即给出自然数n的值.这里保证n小于10^100. ...
- 第26月第9天 getActionBar为空的解决办法
1.python 包路径 export PYTHONPATH=路径 https://blog.csdn.net/machinezj/article/details/60137666 2.getActi ...
- Python常用模块之time模块
python中的time和datetime模块是时间方面的模块 time模块中时间表现的格式主要有三种: 1.timestamp:时间戳,时间戳表示的是从1970年1月1日00:00:00开始按秒计算 ...