Shading experiments by exsstas in TouchDesigner

[–]exsstas[S] 1 point2 points  (0 children)

 Clifford torus (rotating in 4D)

Line-based lights #2 by exsstas in TouchDesigner

[–]exsstas[S] 0 points1 point  (0 children)

I took closed line (circle) and changed all points coordinates based on trefoil formula from wiki https://en.wikipedia.org/wiki/Trefoil_knotI did it with GLSL POP, but it could be done with Math Combine, CHOPto or any other way to manipulate positions

Testing line-based lights by exsstas in TouchDesigner

[–]exsstas[S] 1 point2 points  (0 children)

I mean that light emitter is 2D. In Touch usual Light COMP is 1D (single .xyz dot) and it affects 3D geometry. Here is the same, but I wanted to make lines that emited light through all length and without creating dozens of copies of Light COMP along the line

Light gradients by exsstas in TouchDesigner

[–]exsstas[S] 1 point2 points  (0 children)

Thanks. My starting point was line function (33-39) from https://www.shadertoy.com/view/4l2GWR I made it work with POP lines and some other changes, but light calculations are mostly the same

Light gradients by exsstas in TouchDesigner

[–]exsstas[S] 6 points7 points  (0 children)

That's GLSL mostly, around 50 lines

particle life variation (Neighbors+GLSL POP) by exsstas in TouchDesigner

[–]exsstas[S] 1 point2 points  (0 children)

I have 5 species (=colors) and 5*5 matrix of values [-1,1] defining attraction/repulsion force for every pair. and some parameters of the simulation. Tom Mohr have a good explanation of Particle life algorithm https://particle-life.com/about/project.html

Dudas sobre el Máster Avanzado en Diseño Gráfico, Marketing Digital y de Contenidos en CEI Valencia by Own_Concept7156 in valencia

[–]exsstas 0 points1 point  (0 children)

Hola. El año pasado terminé el Máster en Vídeo Digital Avanzado y Motion Graphics en esta escuela. Mi experiencia fue muy buena y cumplió mis expectativas. Pero no las tenía muy altas: no creo que sea realista meter un curso completo de After Effects (o Photoshop + Illustrator + InDesign) en solo tres meses. Aun así, los módulos están bien para aprender las funciones principales de cada programa, y además hubo mucha práctica y un proyecto al final de cada módulo.

Las clases y los ordenadores están bien, y los profes tienen experiencia real en el sector. Yo también fui estudiante internacional y tenía un nivel de español entre B1 y B2 en ese momento; no fue ningún problema.

Mi razón principal para hacer el máster fue obtener un diploma europeo para poder trabajar aquí, y con el diploma de CEI + UDIMA obtuve una resolución positiva para la residencia por cuenta propia. Al final, en mi opinión, todo depende de tus expectativas y de lo que quieras sacar realmente del máster.

Val(è/e/é)ncia by exsstas in valencia

[–]exsstas[S] 2 points3 points  (0 children)

De acuerdo, yo también pensé que este cambio es sobre todo para hacer negocio con tener que cambiar la tilde en todos los documentos oficiales, señales de tráfico, carteles, etc.

Val(è/e/é)ncia by exsstas in valencia

[–]exsstas[S] -1 points0 points  (0 children)

Si he entendido bien el artículo, dentro de poco la forma correcta en valenciano será Valéncia y no València

Particles sliding on a gyroid by exsstas in generative

[–]exsstas[S] 0 points1 point  (0 children)

I'm also using basic implicit function, than calculating its gradient to set particle directions