This repository has been archived by the owner on Nov 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbibliografia.bib
129 lines (120 loc) · 3.84 KB
/
bibliografia.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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
% +++ INTRODUZIONE +++
@online{capture,
title = {Capture preview software},
year = 2023,
url = {https://www.capture.se/},
addendum = "(accessed: 16-06-2023)",
}
@online{UnrealEngine,
title = {Unreal Engine website},
year = 2023,
url = {https://www.unrealengine.com/},
addendum = "(accessed: 16-06-2023)",
}
@online{CP,
title = {Clay paky's website},
year = 2023,
url = {https://www.claypaky.it/},
addendum = "(accessed: 16-06-2023)",
}
@online{GDTF,
title = {GDTF specs},
year = 2023,
url = {https://github.com/mvrdevelopment/spec/blob/main/gdtf-spec.md},
addendum = "(accessed: 16-06-2023)",
}
@online{DMX,
title = {DMX specs},
year = 2023,
url = {https://tsp.esta.org/tsp/documents/docs/ANSI-ESTA_E1-11_2008R2018.pdf},
addendum = "(accessed: 16-06-2023)",
}
% +++ RENDERING PIPELINE +++
@online{customExpressionMaterialFunction,
title = {Referencing material functions from inside a custom expression},
year = 2023,
url = {https://forums.unrealengine.com/t/referencing-material-functions-from-inside-a-custom-expression/33042},
addendum = "(accessed: 18-06-2023)",
}
@online{RayMarching,
title = {RayMarching by nVidia},
year = 2023,
url = {https://graphicscodex.courses.nvidia.com/app.html?page=_rn_rayMrch},
addendum = "(accessed: 19-06-2023)",
}
@online{hlslNoOptimize,
title = {HLSL vs Material optimization},
year = 2023,
url = {https://docs.unrealengine.com/5.1/en-US/custom-material-expressions-in-unreal-engine/#warnings},
addendum = "(accessed: 21-06-2023)",
}
@online{CopyMaterialExpressions,
title = {UMaterialExpression::CopyMaterialExpressions() docs},
year = 2023,
url = {https://docs.unrealengine.com/5.2/en-US/API/Runtime/Engine/Materials/UMaterialExpression/CopyMaterialExpressions/},
addendum = "(accessed: 23-06-2023)",
}
% +++ INTERPOLAZIONE +++
@online{TrafficGame,
title = {Traffic Game},
year = 2023,
url = {https://stranck.ovh/#projects=project-trafficC64remake},
addendum = "(accessed: 05-07-2023)",
}
% +++ NEW FEATURES +++
@online{UVrotation,
title = {UV rotation},
year = 2023,
url = {https://gist.github.com/ayamflow/c06bc0c8a64f985dd431bd0ac5b557cd},
addendum = "(accessed: 10-07-2023)",
}
@online{circleMonteCarlo,
title = {Calculate circle's Area using MonteCarlo},
year = 2023,
url = {https://gigi.nullneuron.net/gigilabs/calculating-circle-area-the-monte-carlo-way/},
addendum = "(accessed: 10-07-2023)",
}
% +++ CONCLUSIONI +++
@online{virtualProduction,
title = {The Mandalorian - Virtual production using Unreal Engine},
year = 2023,
url = {https://youtu.be/gUnxzVOs3rk},
addendum = "(accessed: 11-07-2023)",
}
@online{rgbSpotlight,
title = {Spotlight can output only greyscaled textures},
year = 2023,
url = {https://forums.unrealengine.com/t/how-to-use-a-spotlight-as-a-projector-for-a-video-texture-but-maintain-the-videos-original-color/80440/2},
addendum = "(accessed: 11-07-2023)",
}
@online{gdtfImporterPlugin,
title = {ClayPaky GDTF-Importer plugin's Github repository},
year = 2023,
url = {https://github.com/ClayPakyOfficial/gdtf-importer},
addendum = "(accessed: 17-07-2023)",
}
% +++ IMAGES +++
@online{fig_1_fixtureStatic,
title = {ClayPaky Actoris ParLED},
year = 2023,
url = {https://www.claypaky.it/en/products/actoris-parled},
addendum = "(accessed: 18-07-2023)",
}
@online{fig_1_xtylos,
title = {ClayPaky Xtylos},
year = 2023,
url = {https://www.claypaky.it/en/products/xtylos},
addendum = "(accessed: 18-07-2023)",
}
@online{fig_1_dmxChart,
title = {DMX Chart example from Claypaky Sharpy X Frame},
year = 2023,
url = {https://e-assist.tech/servlet/checkDocumentsFile?Id=3620},
addendum = "(accessed: 18-07-2023)",
}
@online{fig_2_rayMarchSchema,
title = {RayMarching algorithm schema},
year = 2023,
url = {https://download.nvidia.com/developer/GPU_Gems_2/GPU_Gems2_ch08.pdf},
addendum = "(accessed: 18-07-2023)",
}