Снова о камнях, утёсах и скалах
| Houdini
#houdini #unreal #tutorial #environment #cliff #rock #tool #topology #pdg #eng
https://youtu.be/7TkOkEIwqYM?si=Gn2VCRwqppSx0Tio
| Houdini
#houdini #unreal #tutorial #environment #cliff #rock #tool #topology #pdg #eng
https://youtu.be/7TkOkEIwqYM?si=Gn2VCRwqppSx0Tio
YouTube
Different ways to deal with Rock Formations for Games | Sparx* Virtuos | SIGGRAPH Asia 2024 HIVE
I will cover different ways to create rocks for game, realistic and stylized, unique nanite meshes and instances of modules, modules creation using procedural workflow and PDG, texturing data creation and even MLOP for auto texturing using prompt.
Jerome…
Jerome…
🔥3
Forwarded from Houdini Shark
Please open Telegram to view this post
VIEW IN TELEGRAM
👍15❤2🔥1😁1
Procedural Modeling
VEX, VDB, VELLUM
| Cgside
#houdini #modeling #props #furniture #vex #vellum #volume #topology #eng
https://youtu.be/8RIneeMCbAg?si=YngGsmK7BA0yXhbu
VEX, VDB, VELLUM
| Cgside
#houdini #modeling #props #furniture #vex #vellum #volume #topology #eng
https://youtu.be/8RIneeMCbAg?si=YngGsmK7BA0yXhbu
YouTube
Procedural Modeling with VEX, VDB and Vellum
In this video we will create a sofa from start to finish, using vex, vdb's and vellum. Hope you enjoy this one.
Grab the file (and exclusive video tutorials) :
https://www.patreon.com/cgside
My procedural Houdini courses:
https://www.patreon.com/cgside/shop…
Grab the file (and exclusive video tutorials) :
https://www.patreon.com/cgside
My procedural Houdini courses:
https://www.patreon.com/cgside/shop…
🔥6❤1
Спросил тут у дикпика про гудок и он мне выкатил базу:
Да, я могу помочь с основами языка VEX (VEX Expression Language), который используется в Houdini для создания процедурных эффектов, шейдеров, анимации и управления данными. Вот что я знаю:
### 1. Основы VEX
VEX — это высокопроизводительный скриптовый язык, похожий на C. Он работает внутри нод Houdini (например, в Attribute Wrangle, SOP Solver).
### 2. Примеры кода
#### • Создание атрибута
// Добавить атрибут "color" к точкам
@Cd = set(@P.x, @P.y, @P.z); // Цвет зависит от позиции
#### • Смещение геометрии
// Сдвинуть точки по нормалям
@P += @N * chf("amplitude") * sin(@Time + @ptnum);
#### • Условные операции
// Удалить точки с Y > 0
if (@P.y > 0) {
removepoint(0, @ptnum);
}
### 3. Типы данных
- Векторы: vector, vector2, vector4
- Матрицы: matrix3, matrix
- Атрибуты: @P (позиция), @Cd (цвет), @N (нормаль).
### 4. Полезные функции
- ch() / chf() / chi() — чтение параметров из интерфейса.
- noise() — шум Перлина.
- length() / distance() — работа с векторами.
### 5. Где применяется?
- Геометрия: модификация меша, симуляции.
- Шейдеры: написание материалов в Mantra или Karma.
- Партиклы: управление поведением частиц.
### Если у тебя есть конкретная задача:
- Напиши, что нужно сделать (например, *«Хочу анимировать объект через шум»*), и я помогу с кодом или логикой. 😊
- Нужны пояснения по синтаксису или функциям? Спрашивай!
Да, я могу помочь с основами языка VEX (VEX Expression Language), который используется в Houdini для создания процедурных эффектов, шейдеров, анимации и управления данными. Вот что я знаю:
### 1. Основы VEX
VEX — это высокопроизводительный скриптовый язык, похожий на C. Он работает внутри нод Houdini (например, в Attribute Wrangle, SOP Solver).
### 2. Примеры кода
#### • Создание атрибута
// Добавить атрибут "color" к точкам
@Cd = set(@P.x, @P.y, @P.z); // Цвет зависит от позиции
#### • Смещение геометрии
// Сдвинуть точки по нормалям
@P += @N * chf("amplitude") * sin(@Time + @ptnum);
#### • Условные операции
// Удалить точки с Y > 0
if (@P.y > 0) {
removepoint(0, @ptnum);
}
### 3. Типы данных
- Векторы: vector, vector2, vector4
- Матрицы: matrix3, matrix
- Атрибуты: @P (позиция), @Cd (цвет), @N (нормаль).
### 4. Полезные функции
- ch() / chf() / chi() — чтение параметров из интерфейса.
- noise() — шум Перлина.
- length() / distance() — работа с векторами.
### 5. Где применяется?
- Геометрия: модификация меша, симуляции.
- Шейдеры: написание материалов в Mantra или Karma.
- Партиклы: управление поведением частиц.
### Если у тебя есть конкретная задача:
- Напиши, что нужно сделать (например, *«Хочу анимировать объект через шум»*), и я помогу с кодом или логикой. 😊
- Нужны пояснения по синтаксису или функциям? Спрашивай!
👍5🔥3👏1
Angle based instancing
| Viktors Anfimovs
У кого после пятницы горят трубы, для вас тулза
#houdini #modeling #pipe #tool #props #hip #eng
https://youtu.be/SNe3cW7bY9w?si=BSqiZdW8fasPpFMj
| Viktors Anfimovs
У кого после пятницы горят трубы, для вас тулза
#houdini #modeling #pipe #tool #props #hip #eng
https://youtu.be/SNe3cW7bY9w?si=BSqiZdW8fasPpFMj
YouTube
Angle based instancing in Houdini 20.5 overview/tutorial
Download work file - https://viktorsanfimovs.gumroad.com/l/vuasbk
In this video, I wanted to share the setup for angle based instancing of objects in Houdini. My plan is to make this base setup into HDA in the future. You can download this work file from…
In this video, I wanted to share the setup for angle based instancing of objects in Houdini. My plan is to make this base setup into HDA in the future. You can download this work file from…
❤6
Forwarded from Houdini Forum
H20.5 Foundation | Model a Revolver
| Houdini
#houdini #course #tutorial #modeling #weapon #eng
Into | Playlist
.
| Houdini
#houdini #course #tutorial #modeling #weapon #eng
Into | Playlist
.
YouTube
H20.5 Foundations | Model a Revolver | Intro
Project Files and Lessons: https://www.sidefx.com/tutorials/foundations-205-model-a-revolver/
An overview of all the lessons being taught in this tutorial to help you figure out where this project is headed.
An overview of all the lessons being taught in this tutorial to help you figure out where this project is headed.
🔥7👏1
Листва на вексе
| cgside
#houdini #tutorial #vex #modeling #tree #plant #pattern #environment #eng
https://youtu.be/SHAgvzji9vM?si=uNlDQLfA_NjBjx00
| cgside
#houdini #tutorial #vex #modeling #tree #plant #pattern #environment #eng
https://youtu.be/SHAgvzji9vM?si=uNlDQLfA_NjBjx00
YouTube
Vex quick tips | Overhang look with channel ramps
In this video I will show you step by step how to create an overhang with channel ramps with vex, along side with some tips and tricks on how to manipulate attributes in Houdini.
Grab the file (and exclusive video tutorials) :
https://www.patreon.com/cgside…
Grab the file (and exclusive video tutorials) :
https://www.patreon.com/cgside…
👍6🔥5
И снова скалы
| cgside
#houdini #tutorial #cliff #environment #heightfield #texturing #eng
https://youtu.be/QBwdDI3Rd-s?si=I--uYE4kUCAyaDmQ
| cgside
#houdini #tutorial #cliff #environment #heightfield #texturing #eng
https://youtu.be/QBwdDI3Rd-s?si=I--uYE4kUCAyaDmQ
YouTube
The Ultimate Guide to Generating Cliffs in Houdini
In this step by step tutorial, we will be generating a cliff in Houdini, from modeling to the final rendering. Hope you enjoy.
Grab the file (and exclusive video tutorials) :
https://www.patreon.com/cgside
My procedural Houdini courses:
https://www.pat…
Grab the file (and exclusive video tutorials) :
https://www.patreon.com/cgside
My procedural Houdini courses:
https://www.pat…
❤4
Ж/д мост
| Родион Жабрев
#houdini #tutorial #modeling #props #rus
https://youtu.be/gasW8Xn_G5k?si=Mm5mCmP5soLmkiQB
| Родион Жабрев
#houdini #tutorial #modeling #props #rus
https://youtu.be/gasW8Xn_G5k?si=Mm5mCmP5soLmkiQB
YouTube
Houdini. Как процедурно замоделить железнодорожный мост.
Часть первая. Процедурное моделирование железнодорожного моста в Houdini. Использование нод Sweep, Copy to Points, Transform, Peak, Match Size и других. Простые развертки. Кастомные нормали для кривых.
СКАЧАТЬ ПРОЕКТ
пока нельзя, ждем следующую часть видео…
СКАЧАТЬ ПРОЕКТ
пока нельзя, ждем следующую часть видео…
❤5
Сосуля)
| milk_in_chains
#houdini #tutorial #modeling #environment #props #vex #eng
Давай поддержим ее первый туторчик) Поставим лайкосик на ютубчике 😊
https://youtu.be/qRMfj_ypGlY
| milk_in_chains
#houdini #tutorial #modeling #environment #props #vex #eng
Давай поддержим ее первый туторчик) Поставим лайкосик на ютубчике 😊
https://youtu.be/qRMfj_ypGlY
YouTube
Houdini Procedural Modeling Tutorial: Creating Icicles
In this short Houdini tutorial, I'll show you my way on how to create realistic Icicles using Procedural Modeling Techniques.
---
About me:
Hi, I'm a 3D TD specialized in Procedural World Building, Modeling & Destruction. Studied Game Dev, currently working…
---
About me:
Hi, I'm a 3D TD specialized in Procedural World Building, Modeling & Destruction. Studied Game Dev, currently working…
🥰8🔥3❤1
Export Splines between Houdini and Unreal
| Houdini
#houdini #unreal #tutorial #export #tool #eng
https://youtu.be/T023Q_GZYlw?si=DbCVL0J91ejrcrhk
| Houdini
#houdini #unreal #tutorial #export #tool #eng
https://youtu.be/T023Q_GZYlw?si=DbCVL0J91ejrcrhk
YouTube
Export Splines between Houdini and Unreal | SideFX Labs
SideFX Labs introduces a new workflow for importing and exporting splines between Houdini and Unreal Engine using JSON files. With the Labs Unreal Spline SOP (Beta) and the SideFX Labs Unreal Plugin, you can now easily transfer splines between Houdini and…
👍6
Дорогие девушки! 💗
От лица всей сильной стороны нашего сообщества, от всех ребят, позвольте поздравить Вас с прекрасным весенним праздником! Вы украшение и креатив, для кого-то муза или мотивация))) В любом случае, Вы самое прекрасное в нашей жизни.
Оставайтесь всегда такими же краисвыми и непредсказуемыми, очаровательными ❤️ и любящими.
Мы поздравляем Вас с 8 марта от всей души!
От лица всей сильной стороны нашего сообщества, от всех ребят, позвольте поздравить Вас с прекрасным весенним праздником! Вы украшение и креатив, для кого-то муза или мотивация))) В любом случае, Вы самое прекрасное в нашей жизни.
Оставайтесь всегда такими же краисвыми и непредсказуемыми, очаровательными ❤️ и любящими.
Мы поздравляем Вас с 8 марта от всей души!
❤7
Прцедурное граффити
| cgside
#houdini #tutorial #texturing #cop #vex #eng
https://youtu.be/suiPD-s1I9U?si=4y9NcrdGQE1oPJ78
| cgside
#houdini #tutorial #texturing #cop #vex #eng
https://youtu.be/suiPD-s1I9U?si=4y9NcrdGQE1oPJ78
YouTube
Procedural Graffiti in Houdini and COPS #mardini
In this step by step tutorial I will recreate my Mardini entry with the theme graffiti. This is packed with information about vex, cops, opencl and so much more. Hope you enjoy.
Grab the file (and exclusive video tutorials) :
https://www.patreon.com/cgside…
Grab the file (and exclusive video tutorials) :
https://www.patreon.com/cgside…
❤7👍2
Спасибо! Мы обязательно докажем, шо
Please open Telegram to view this post
VIEW IN TELEGRAM