File tree 4 files changed +6
-6
lines changed 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ <h2 class="text-h2-lightblue" style=" margin-bottom: 20px; margin-top: 10px; "><
101
101
<!--edit -->
102
102
< h1 class ="text-h2-lightblue "> Rasterization : Polygon</ h1 > < div class ="content " id ="experiment-article-section-8-content ">
103
103
< ol >
104
- < li > http://en.wikipedia.org/wiki/Scanline_rendering</ li >
104
+ < li > < a href =" http://en.wikipedia.org/wiki/Scanline_rendering " > Scanline rendering </ a > </ li >
105
105
< li > James D. Foley. Computer graphics: Principles and Practice. Addison-Wesley Professional. </ li >
106
106
< li > Computer Graphics, C Version by Donald Hearn and M. Pauline Baker</ li >
107
107
</ ol >
Original file line number Diff line number Diff line change 46
46
<!-- Collect the nav links, forms, and other content for toggling -->
47
47
< div class ="collapse navbar-collapse menu-div " id ="bs-example-navbar-collapse-1 " style ="border: 0px; ">
48
48
49
- < ul class ="nav navbar-nav navbar-right menu-ul search-ul " style ="position: relative; top: -5px; ">
49
+ <!-- <ul class="nav navbar-nav navbar-right menu-ul search-ul" style="position: relative; top: -5px;">
50
50
<li>
51
51
<form method="get" action="../search-result.html">
52
52
<input type="text" class="search-textbox" placeholder="SEARCH FOR A LAB" name="q" id="q"/>
53
53
<input type="submit" value="" class="search-button" />
54
54
</form>
55
55
</li>
56
- </ ul >
56
+ </ul> -->
57
57
58
58
< ul class ="nav navbar-nav navbar-right menu-ul ">
59
59
< li class ="page-scroll menu-li " >
Original file line number Diff line number Diff line change @@ -100,10 +100,10 @@ <h2 class="text-h2-lightblue" style=" margin-bottom: 20px; margin-top: 10px; "><
100
100
<!--edit -->
101
101
< h1 class ="text-h2-lightblue "> Clipping : Polygon</ h1 > < div class ="content " id ="experiment-article-section-8-content ">
102
102
< ol >
103
- < li > http://en.wikipedia.org/wiki/Sutherland-Hodgman_algorithm</ li >
103
+ < li > < a href =" http://en.wikipedia.org/wiki/Sutherland-Hodgman_algorithm " > Sutherland–Hodgman algorithm </ a > </ li >
104
104
< li > James D. Foley. Computer graphics: Principles and Practice. Addison-Wesley Professional. </ li >
105
105
< li > Computer Graphics, C Version by Donald Hearn and M. Pauline Baker</ li >
106
- < li > https://www.cs.drexel.edu/~david/Classes/CS430/Lectures/L-05_Polygons.6.pdf</ li >
106
+ < li > < a href =" https://www.cs.drexel.edu/~david/Classes/CS430/Lectures/L-05_Polygons.6.pdf " > Lectures L-05_polygon.pdf </ a > </ li >
107
107
</ ol >
108
108
</ div > </ div >
109
109
</ div >
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ <h2 class="text-h2-lightblue" style=" margin-bottom: 20px; margin-top: 10px; "><
101
101
<!--edit -->
102
102
< h1 class ="text-h2-lightblue "> Rasterization : Line</ h1 > < div class ="content " id ="experiment-article-section-8-content ">
103
103
< ol >
104
- < li > http://en.wikipedia.org/wiki/Bresenham's_line_algorithm</ li >
104
+ < li > < a href =" http://en.wikipedia.org/wiki/Bresenham's_line_algorithm " > Bresenham's line algorithm </ a > </ li >
105
105
< li > James D. Foley. Computer graphics: Principles and Practice. Addison-Wesley Professional. </ li >
106
106
< li > Computer Graphics, C Version by Donald Hearn and M. Pauline Baker</ li >
107
107
</ ol >
You can’t perform that action at this time.
0 commit comments