[VEX for Algorithmic Design] E21 _ Half-Edge Basics

  Рет қаралды 12,743

Junichiro Horikawa

Junichiro Horikawa

Күн бұрын

Пікірлер: 18
@marvelouswalrus949
@marvelouswalrus949 3 жыл бұрын
Not only do you possess a ton of knowledge. You are also very creative. On top of that, you have the gift of explaining things in a manner that is crystal clear and understandable. Your tutorials are simply outstanding. A HUGE thank you again, Junichiro!
@srivignesh35
@srivignesh35 3 жыл бұрын
Excellent! you are doing gods work Junichiro.
@eonblue46
@eonblue46 3 жыл бұрын
lol so true
@tylerbakeman
@tylerbakeman 11 ай бұрын
A Half-edge in a Graph, of a Vertex, usually relates to another vertex - which can be introverted | extroverted - describing if the vertex is “prev” | “next”. This rendering technique that you’re referencing applies a use for Half-edges in theory, but the standard for rendering Meshes doesn’t: We typically store Mesh data by 1) A tuple of vertices 2) A tuple of faces 3) A tuple of normals (not always, but usually) … sometimes more… Where a Face literally stores the Path (sequence) of vertices of the face - assuming they are coplanar. Example: Mesh = { Vertices = { A,B,C,D,E,F,G,H } Faces = { Face( A,B,D,C ), … Face( A,B,F,E ) // or something … etc } } So, I wouldn’t say you’re technically using Half-edges, as Meshes dont typically get stored in Graphs - even if they ARE easy to represent w/ graphs… Although, there could be other benefits to your model. Consider the idea of a Hyper-edge in a Hyper-Graph… It tends to save storage over Usual-edges. Because of degree… A usual graph edge stores a copy of each vertex (not necessarily a hard copy, but still). Each vertex has a personal number of edges (called its degree), which is also how many copies of an edge exist in a Graph. Hyper-edges store more vertices, reducing the total number of edges, which reduces the degree (sometimes / usually) - which reduces the number of copies, and saves memory. An example is having an “N-clique” being replaced with a Hyper-edge with N vertices. The N-clique has a lot more copies… so Hyper-edges save memory. The “Half-edge” is probably called something different in this context, but is probably a lot more useful in this context… To my understanding, Hyper-vertex partial-edges can be introverted | extroverted, which is how we segregate “prev” and “next”. Therefore, there is arguably still a “Tail” and “Head” of the Hyper-edge - but now those Tail and Head aspects are collections, instead of a single vertex. Because of this- it is still possible to perform Multi-partite ‘color mapping’ (idk the technical term) from one color to the next- because the Tail and Head could correspond to colors in a Bipartite structure. Something like that… Anyway… Cheers.
@Mega-Tales
@Mega-Tales 2 жыл бұрын
Nice, tutorial completed
@FaitelTech
@FaitelTech 3 жыл бұрын
Thank you, Junichiro. I had a lot of joy learning half-edges concept along your video. I've already spent so much time doing workaround from edges using functions for prims and points because didn't understand the concept when read documentation by myself, that your video is like a blessing. Also, I think it could be so much easier if Houdini had markers and dedicated Geometry Spreadsheet page for half-edges.
@dilosilv611
@dilosilv611 2 жыл бұрын
As well as for edges.
@zeshichen6134
@zeshichen6134 2 жыл бұрын
Thank you so much. I recently went through the vex document in details. So, I wonder what I can do with hedge. Your video is such a good example showing its power. This video does help me a lot.
@frassmicce
@frassmicce 3 жыл бұрын
fantastic as usual! On my way to procedural mastery.
@abhishek.vermaaa
@abhishek.vermaaa 3 жыл бұрын
Please make a video about Expression functions and how they work inside Houdini. I know it's a very basic topic but I haven't found any video properly explaining it.
@MrSlapcup
@MrSlapcup 2 жыл бұрын
brilliant stuff.. thank you.
@acanimationfilmstudio1018
@acanimationfilmstudio1018 Жыл бұрын
Hey is it possible if I can get any material from you about the implementation of half edge
@ianmcglasham
@ianmcglasham 2 жыл бұрын
excellent.
@andrascelentano3519
@andrascelentano3519 3 жыл бұрын
Hello. So based on this , would it be possible, to create a polygon mesh based on floating points? Like in 2D you can use traingulate2D, but use it on a non grid like cases?
@mrpig4286
@mrpig4286 3 жыл бұрын
good job ! i am curious why your English is so good as a Japanese ? i am Chinese and i want to know how to learn English could achieve your level?
@bekabaratashvili3178
@bekabaratashvili3178 3 жыл бұрын
AAAWESOME!
@webgpu
@webgpu 2 жыл бұрын
it is not practical. too slow. the last example showed a torus with +/- a thousand vertices, but i need processing of geometries from 10k to 100k vertices. i'm still using simple indexed vertices instead of half edges. Maybe, half edge calculations would be practical if they're done in the gpu.
@requa3314
@requa3314 3 жыл бұрын
[VEX for Algorithmic Design] E22 _ Remapping Basics
2:20:54
Junichiro Horikawa
Рет қаралды 7 М.
Joseph William Morgan - "What a Wonderful World" ft. Jose Villanueva (Official Audio)
2:24
А я думаю что за звук такой знакомый? 😂😂😂
00:15
Денис Кукояка
Рет қаралды 1,7 МЛН
Кто круче, как думаешь?
00:44
МЯТНАЯ ФАНТА
Рет қаралды 5 МЛН
HELP!!!
00:46
Natan por Aí
Рет қаралды 75 МЛН
Увеличили моцареллу для @Lorenzo.bagnati
00:48
Кушать Хочу
Рет қаралды 8 МЛН
[VEX for Algorithmic Design] E07 _ Loop
1:47:39
Junichiro Horikawa
Рет қаралды 22 М.
[VEX for Algorithmic Design] E10 _ Volume Basics
1:41:06
Junichiro Horikawa
Рет қаралды 25 М.
[VEX for Algorithmic Design] E17 _ Intrinsic Attribute
1:33:18
Junichiro Horikawa
Рет қаралды 11 М.
[VEX for Algorithmic Design] E14 _ Quaternion Basics
1:41:09
Junichiro Horikawa
Рет қаралды 23 М.
[VEX for Algorithmic Design] E23 _ SDF Basics
1:50:28
Junichiro Horikawa
Рет қаралды 11 М.
[VEX for Algorithmic Design] E03 _ Parameter Basics
1:35:09
Junichiro Horikawa
Рет қаралды 22 М.
[VEX for Algorithmic Design] E04 _ Variables and Operations
1:01:59
Junichiro Horikawa
Рет қаралды 15 М.
[VEX for Algorithmic Design] E09 _ Function
1:41:44
Junichiro Horikawa
Рет қаралды 11 М.
[VEX for Algorithmic Design] E08 _ Conditional
1:27:09
Junichiro Horikawa
Рет қаралды 10 М.
Как подключить магнитолу?
0:51
KS Customs
Рет қаралды 2,1 МЛН
Handy remote!
0:25
LeraKek
Рет қаралды 6 МЛН
Это ЛУЧШИЕ Смартфоны 2024 Года. Недорого и Качественно
15:23
Thebox - о технике и гаджетах
Рет қаралды 115 М.
Today's Console Pick 🔥
0:11
Gleb POV
Рет қаралды 879 М.