-
Notifications
You must be signed in to change notification settings - Fork 6
/
cartoon.html
175 lines (115 loc) · 5.98 KB
/
cartoon.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
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="description" content="Manual Livre de Blender" />
<meta name="keywords" content="Blender, Free Software, Libre Software, Open Source, Free Culture, Animation, 3D, Animação, Illustration, Ilustração, Education, Educação, Software Livre, VFX, Efeitos especiais, Visual Effects, CGI, 3D printing, impressão 3D">
<meta name="author" content="nafergo" >
<meta charset="UTF-8">
<title>Manual Livre de Blender</title>
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- custom css -->
<link rel="stylesheet" href="css/mine.css" media="all" />
</head>
<body>
<div id="topo"></div>
<!-- início do menu -->
<div data-include="menu.html"></div>
<!-- fim do menu -->
<div class="container-fluid">
<div class="row">
<div class="col-xs-10 col-xs-offset-1">
<h1>Estilo Cartoon</h1>
<div class="page-header">
<h2>Definindo Cartoon <small>na animação</small></h2>
</div>
<p>
Bishko, Leslie (2007). The Uses and Abuses of Cartoon Style in Animation. Animation Studies Online Journal, 2, 24-35. Disponível em http://journal.animationstudies.org/wp-content/uploads/2007/12/ASVol2Art4LBishko.pdf
</p>
<p>
“Cartoon style” in animation broadly refers to animation design and movement that adheres to the 12 Principles of Animation, defined and developed at the Disney Studios. (p. 24)
</p>
<p>
"Therefore, rather than a definition, I put forward the following description of the type of work I am referring to as cartoon style:
• Animated movement that adheres to the Principles of Animation, which is most fully realized through hand-drawn animation methods.
• Depiction of characters in some dramatic context, where the intent is to promote believable character performances.
• Comedic as opposed to expressionistic content.
Non-drawn animation is typically referred to by its production method (puppet, 3D computer), and is said to have “cartoony” movement, but not referred to as a “cartoon” per se.
Where puppet, 3D computer or other animation methods employ Principles of Animation, it is generally considered that they are emulating the “cartooniness” of hand-drawn animation." (p. 26)
</p>
<p>No contexto da animação, o termo "cartoon" pode surgir para designar diferentes realidades:</p>
<ul>
<li>É comum utilizar o termo "cartoon" ou "animação cartoon" para identificar simplesmente cinema de animação de personagem. É uma utilização muito
abrangente mas explica-se pela história da animação. Inicialmente, designava os desenhos animados da animação tradicional mas depois acabou por incluir a animação digital criada com
desenho.</li>
<li>A designação "estilo cartoon" é geralmente utilizada para descrever um estilo visual ou um estilo de animação. Neste contexto, é possível encontrar animação não-desenhada com "estilo
cartoon", assim como animação desenhada sem "estilo cartoon".</li>
</ul>
<div class="page-header">
<h2>Algumas notas sobre estilo visual</h2>
</div>
<h3>animação</h3>
<p>
Segue os "12 princípios da animação" mas afasta-se da animação "naturalista" do Disney clássico (mais realista na representação e na animação) .
Ênfase no Exagero, Squash & stretch, antecipação, utilização de expressões faciais intrincadas (exageradas, complexas), movimentos rápidos.
</p>
<h3>visual</h3>
<p>
Formas mais simples, formas e proporções reforçam personalidade das personagens,
formas exageradas/caricaturização, proporções não realistas (proporção anatómica para ser humano médio é "cabeça = 1/8 da altura da totalidade do corpo") com cabeças exageradas.
</p>
<h3>tema</h3>
<p>
Geralmente, adota um humor do tipo comédia física, comédia "slapstick" (estilo de humor que recorre a atividade física exagerada).
</p>
</div>
</div>
</div> <!-- /container -->
<!-- início do footer -->
<div data-include="footer.html"></div>
<!-- fim do footer -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/jquery.scrollTo.min.js"></script>
<script src="js/jquery.localScroll.min.js"></script>
<script src="js/csi.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="js/bootstrap.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("[rel=tooltip]").tooltip();
});
</script>
<script type="text/javascript">
jQuery(function( $ ){
/**
* Most jQuery.localScroll's settings, actually belong to jQuery.ScrollTo, check it's demo for an example of each option.
* @see http://flesler.demos.com/jquery/scrollTo/
* You can use EVERY single setting of jQuery.ScrollTo, in the settings hash you send to jQuery.LocalScroll.
*/
// The default axis is 'y', but in this demo, I want to scroll both
// You can modify any default like this
$.localScroll.defaults.axis = 'y';
/**
* NOTE: I use $.localScroll instead of $('#navigation').localScroll() so I
* also affect the >> and << links. I want every link in the page to scroll.
*/
$.localScroll({
target: 'body', // could be a selector or a jQuery object too.
queue:true,
duration:1000,
hash:true,
onBefore:function( e, anchor, $target ){
// The 'this' is the settings object, can be modified
},
onAfter:function( anchor, settings ){
// The 'this' contains the scrolled element (#content)
}
});
});
</script>
</body>
</html>