All Posts tagged “Abstract

No VEX Houdini: Dual Surfaces, my favourite setup

A new tutorial in the No VEX Houdini series. Here Manu explains one of his all time favourite setups: Dual Surfaces. By calculating the dual graph to the initial delaunay mesh, the triangle mesh that is, we end up with a very interesting voronoi-style surface […]

No VEX Houdini: My First(ish) Setup: Abstract Sails

Continuing our “No VEX Houdini” tutorials, Mo presents one of the first setups he built when he started using Houdini. He also rambles a bit about what Manu and Mo actually mean when they talk about using VFX tools for abstract design. In this quick […]

Silly Pillow Pt. 1: Setting Up Stitches In Vellum

Mo needed something relaxing after a longer stretch of math, algorithms and OpenCL. So we decided to build something quick, rewarding and fun: A weird inflatable structure in Vellum. Download Project File

VOPs Quicktip: Shaping Displacement Using Modulo & Noise

My grudge with social media is that it is virtually impossible to find posts after a few weeks. I saw this effect on twitter in some real time engine. Unity or Unreal. I’d love to give credit to whoever cooked it up, but I’m unable […]

Crochet – Blending between Delaunay and Voronoi

Here at Entagma we love to deal with yarns. This video extends the “yarn-effects” with a crochet approach. Using the delaunay triangulation of an input mesh and its dual diagram, the voronoi mesh, we build a procedural model that uses point color to blend smoothly […]

Low Poly Transform

Blending smoothly between a high-poly mesh and its low-poly representation is a subtle but useful effect. In this tutorial you’ll learn how to create two versions of the same object, one smooth and one facetted, with the exact same topology. This enables you to blend […]

Kitbash Vein Growth Part 1

This tutorial shows you how to create a procedural vein, that is composed of small segments that you drawn by hand. This way the overall look of the vein is art-directable.

TD Essentials: Parallel Transport

Curve framing is important for a lot of things, like trajectories, creating geometry from curves or aligning copied geometry to curves. In this tutorial Manuel implements the parallel transport algorithm that transports an initial normal vector along a curve to create a smoothly varying frame. […]

PBD: Dynamic Weave

Today it’s about dynamically generating a piece of woven fabric. Manuel explains how to write a VEX wrangle in the DOP context to generate connecting yarns in every frame.

Procedural Modeling Of Water Droplets

If you want to make your product appear nice and fresh in your TV commercial, chances are that you’ll put water droplets on it. This effect is very popular in advertising. In todays installment of the Entagma tutorial stream, Manuel shows you how to procedurally […]

Differential Mesh Growth

As some of you already found out, it is quite possible to set up differential growth not only on a line but also on a mesh. This tutorial goes into the details of doing exactly that while allowing for some degree of art-directability (is that […]

Differential Line Growth

This is a classic effect in Houdini. I stumbled upon it over at Odforce. As you will see from that thread there are many elaborate ways of achieving this kind of growing curve. However we’re gonna build a very simple version which yet offers a […]

Quick Tip: Organic Voronoi Patterns

In this quickie we’ll go over how to turn standard voronoi cells into something alittle bit more organic. We’re going to use a combination of standard SOPs to quickly build a versatile procedural setup which allows you to create a plethora of different patterns.

Loops & Subdivisions

Recently two projects caught my eye – one is called “Subdivisions” by Adam Heslop, the other one is the new SideFX Ident by Simon Holmedal. Both employ (as far as I can guess) a technique to subdivide a selected part of a mesh over and […]

Mandelbrot and Mandelbulb

The Mandelbrot set – the mythical King of fractals. The one that started the whole fractal craze in the 80s and 90s. In this video we’ll implement not only a classic Mandelbrot set that will yield the omnipresent image of that weirdish ridged shape, but […]

Fractal Ornaments

It often occurs to me that I need to look up certain functions in Houdini. One of those things that I constantly struggle with are For-Loops. So as a reminder to me and to you – here’s a tutorial about their use. We’re gonna build […]

Quicktip: Abstract Shapes

After publishing the VDB denting tutorial, we received some questions regarding how we created the geometry used in the preview rendering for that tutorial. In this quicktip we’ll show you how to create the organic shapes we used when testing that setup. It’s a neat […]

Creating Geometry With Python In C4D

HI people from the internet. After posting my geometry creation tutorial for Houdini, people approached me with the question, if such a plexus effect is possible in Cinema 4D, too. And I said no, not without plugins. But after thinking about it for a little […]

Houdini: Boolean Volume Denting

When I saw this tutorial on Greyscalegorilla, it occurred to me that although I liked the results a lot the process of sculpting and posemorphing would be a bit too unflexible for my needs. And of course it would also be too tedious for a lazy […]