-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage15.html
90 lines (73 loc) · 2.73 KB
/
page15.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html>
<head>
<title> HELPING WEB FOR CS</title>
<meta charset="UTF-8"/>
<link rel="stylesheet" type="text/css" href ="style2.css"/>
<meta name="viewport" content="width=device width, intial-scale=1.0>"
</head>
<body class="body">
<header class="mainheader">
<img src="imgs/ss.jpg" width="980" height="70" />
<nav><ul>
<li class="active">
<a href="page0.html"> Home </a></li>
<li> <a href="page1.html">Helping Map (Main Courses ) </a></li>
<li> <a href="page2.html">Helping Map (Elective Courses) </a></li>
<li> <a href="page4.html"> Contact us</a></li>
</ul></nav>
</header>
<article class="topcontent">
<header>
<h2><a href="#" title="first post"> Computer Graphics (ics 435) </a></h2>
</header>
<ul>
<li>Chapter One </li>
<ul>
<li> <a href="http://people.csail.mit.edu/fredo/Depiction/1_Introduction/reviewGraphics.pdf"> 1.1: Introduction to Computer Graphics </li> </a>
<a href="https://www.youtube.com/watch?v=fwzYuhduME4">/ video </a>
</ul>
</ul>
<ul>
<li>Chapter Two </li>
<ul>
<li> <a href="http://www.cs.utexas.edu/~fussell/courses/cs324e2003/hear50265_ch02.pdf"> 2.1: Graphics Hardware-Display Systems </li> </a>
</ul>
</ul>
<ul>
<li>Chapter Three</li>
<ul>
<li> <a href="http://www.slideshare.net/PrathimaBaliga/computer-graphics-chapter-3"> 3.1: Introduction to Primitives </li> </a>
<li> <a href="http://www.slideshare.net/Marwa_Alrikaby/output-primitives-computer-graphics-c-version"> 3.2: Output Primitives </li> </a>
</ul>
</ul>
<ul>
<li>Chapter Four </li>
<ul>
<li> <a href="http://www.google.com.sa/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=7&ved=0CEwQFjAG&url=http%3A%2F%2Fcs.calvin.edu%2Fcourses%2Fcs%2F352%2Flectures%2Fch4.pptx&ei=KGhGVYvDGMTiavP0gNAC&usg=AFQjCNFglqxp1g8Ql8vvBBYclPqtqQg51g"> 4.1: 2D transformation </li> </a>
</ul>
</ul>
<ul>
<li>Chapter Five </li>
<ul>
<li> <a href="http://www.google.com.sa/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&ved=0CCAQFjAA&url=http%3A%2F%2Fwww.win.tue.nl%2F~vanwijk%2F2IV60%2F2IV60_5_viewing.ppt&ei=TnlGVfL2Mo_LaN6ZgPAP&usg=AFQjCNG7F7Nmu0pQ_7M0kmbhwDfmjXbcGA"> 5.1: 2D Viewing & Line Clipping </li> </a>
</ul>
</ul>
<ul>
<li>Chapter Six </li>
<ul>
<li> <a href="http://users.dsic.upv.es/~jlinares/grafics/Chapter%206.pdf"> 6.1: 3D Modeling </li> </a>
</ul>
</ul>
<ul>
<li>Chapter Seven</li>
<ul>
<li> <a href="http://www.cs.kent.edu/~svirdi/Ebook/wdp/ch07.pdf"> 7.1: Color </li> </a>
</ul>
</ul>
</article>
<footer class="mainfooter">
<p>copyright ©<a href="#" title="web">All rights reserved </a></p>
</footer>
</body>
</html>