Tumgik
thedimensionxyz · 3 months
Text
#00231
Tumblr media
dual_axo_savoye.jpg
2 notes · View notes
thedimensionxyz · 6 months
Text
#00230
Tumblr media
houdini_plan_bg
Placing the plan as a background in the viewport: "D" (Display options) -> Background -> Locate image on disk for the views you want
Scale image to the right scale and then position bottom left corner at the origin
0 notes
thedimensionxyz · 6 months
Text
#00229
Tumblr media
houdini_units.jpg
Setting the units: Edit -> Preferences -> Hip File Options
0 notes
thedimensionxyz · 11 months
Text
#00228
Tumblr media
forest_ground_substance.png
1 note · View note
thedimensionxyz · 1 year
Text
#00227
Tumblr media
joyofvex_RainDrops.gif
// Set variables & colour int pt = nearpoint(1, @P); vector pos = point(1, 'P', pt); float d = distance(@P, pos); vector cd1 = @opinput2_Cd; @Cd = cd1; // Animate rain drops d *= ch('scale'); d += rand(pt); d -= @Time; d %= 1; @P.y = chramp('pulse',d)*ch('amp');
1 note · View note
thedimensionxyz · 1 year
Text
#00226
Tumblr media
joyofvex_07_02.jpeg
//Look up specified attribute from geo input 1 to copy from vector p1 = @opinput1_P; vector cd1 = @opinput1_Cd; //Set position and colour from variable @P = p1; @Cd = cd1;
0 notes
thedimensionxyz · 1 year
Text
#00225
Tumblr media
joyofvex_07_01.jpeg
//Find id of the closest point of other geo from current @P int pt = nearpoint(1,@P); //Set grid point to the colour attribute of that point @Cd = point(1, 'Cd' ,pt); //Find distance to the nearest scatter point from current @P vector pos = point(1, 'P' ,pt); float d = distance(@P, pos); //Set y position as the inverse of this value @P.y = -d;
0 notes
thedimensionxyz · 1 year
Text
#00224
Tumblr media
joyofvex_02.gif
//Set position and center points vector pos = @P * chv('stretch'); vector center = chv('center'); //Set d variable as the distance between position and center points float d = distance(pos, center); //Multiply d by 4 d = ch('scale'); //Set rb colour along the sin of d with a fit function //Animated with negative time and multiplied by 8 -> reverse and speed x8 @Cd.x = fit(sin(d+((-@Time)*8)),1,-1,0,1); @Cd.z = fit(sin(d+((-@Time)*8)),-1,1,0,1); //Set g colour to 0 @Cd.y = 0; //Set position of y to animate deformation in the form of waves @P.y = fit(sin(d+((-@Time)*8)),-1,1,0,1);
2 notes · View notes
thedimensionxyz · 1 year
Text
#00223
Tumblr media
00223_joyofvex_01.jpg
//Set Colour (Cd) attribute from Normal (N) attribute @Cd = @N;
0 notes
thedimensionxyz · 2 years
Text
GTA: San Andreas Theme Song - Michael Hunter / Instrumental reproduction
4 notes · View notes
thedimensionxyz · 2 years
Text
Tumblr media
03_ForLoops.karma.0001.jpg
0 notes
thedimensionxyz · 2 years
Text
Fred again.. x Swedish House Mafia - Turn On The Lights again.. (feat. Future) / Instrumental reproduction
0 notes
thedimensionxyz · 2 years
Text
Tumblr media
02_VibratingSpheres_Web.gif
1 note · View note
thedimensionxyz · 2 years
Text
Kendrick Lamar, SZA - All The Stars / Instrumental reproduction
1 note · View note
thedimensionxyz · 2 years
Text
Tumblr media
01_RandomSpheres.karma.0001.jpg
1 note · View note
thedimensionxyz · 2 years
Text
youtube
0 notes
thedimensionxyz · 2 years
Text
Tumblr media
MW_1.1.1.jpg
0 notes