-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbibliography.bib
96 lines (88 loc) · 2.95 KB
/
bibliography.bib
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
91
92
93
94
95
96
@misc{Fermi,
title = {Next Generation CUDA Architecture, Code Named Fermi},
howpublished = {\url{http://www.nvidia.com/object/fermi_architecture.html}},
note = {Online; accessed 31 October 2010},
}
@misc{Cuda,
title = {Cuda},
howpublished = {\url{http://www.nvidia.com/object/what_is_cuda_new.html}},
note = {Online; accessed 31 October 2010},
}
@misc{OpenCL,
title = {OpenCL},
howpublished = {\url{http://www.khronos.org/opencl/}},
note = {Online; accessed 31 October 2010},
}
@book{Farin02,
author = {Farin, Gerald},
title = {Curves and surfaces for CAGD: a practical guide},
year = {2002},
isbn = {1-55860-737-4},
edition = {5th},
publisher = {Morgan Kaufmann Publishers Inc.},
address = {San Francisco, CA, USA},
}
@article{Boehm99,
title = "On de Casteljau's algorithm",
journal = "Computer Aided Geometric Design",
volume = "16",
number = "7",
pages = "587 - 605",
year = "1999",
note = "",
issn = "0167-8396",
doi = "DOI: 10.1016/S0167-8396(99)00023-0",
url = "http://www.sciencedirect.com/science/article/B6TYN-3X52WGC-3/2/39c75f300de5d2cf744c1812c860ad71",
author = "Wolfgang Boehm and Andreas Müller",
keywords = "Bézier curves",
keywords = "de Casteljau algorithm",
keywords = "Blossoming",
keywords = "Polar forms",
keywords = "Splines",
keywords = "Focal curves"
}
@inproceedings{LoopBlinn05,
author = {Loop, Charles and Blinn, Jim},
title = {Resolution independent curve rendering using programmable graphics hardware},
booktitle = {SIGGRAPH '05: ACM SIGGRAPH 2005 Papers},
year = {2005},
pages = {1000--1009},
location = {Los Angeles, California},
doi = {http://doi.acm.org/10.1145/1186822.1073303},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{Kokojima06,
author = {Kokojima, Yoshiyuki and Sugita, Kaoru and Saito, Takahiro and Takemoto, Takashi},
title = {Resolution independent rendering of deformable vector objects using graphics hardware},
booktitle = {SIGGRAPH '06: ACM SIGGRAPH 2006 Sketches},
year = {2006},
isbn = {1-59593-364-6},
pages = {118},
location = {Boston, Massachusetts},
doi = {http://doi.acm.org.ezproxy.lib.rmit.edu.au/10.1145/1179849.1179997},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{NehabHoppe08,
author = {Nehab, Diego and Hoppe, Hugues},
title = {Random-access rendering of general vector graphics},
booktitle = {SIGGRAPH Asia '08: ACM SIGGRAPH Asia 2008 papers},
year = {2008},
pages = {1--10},
location = {Singapore},
doi = {http://doi.acm.org/10.1145/1457515.1409088},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{Nakamura09,
author = {Nakamura, Norihiro and Kokojima, Yoshiyuki and Yamauchi, Yasunobu},
title = {Rendering of vector objects on curved surface using pivot triangle primitives},
booktitle = {SIGGRAPH '09: SIGGRAPH '09: Posters},
year = {2009},
pages = {1--1},
location = {New Orleans, Louisiana},
doi = {http://doi.acm.org.ezproxy.lib.rmit.edu.au/10.1145/1599301.1599322},
publisher = {ACM},
address = {New York, NY, USA},
}