-
Content count
50 -
Donations
0.00 CAD -
Joined
-
Last visited
-
Days Won
1
moneitor last won the day on March 8 2018
moneitor had the most liked content!
Community Reputation
15 GoodAbout moneitor
-
Rank
Peon
Contact Methods
-
Website URL
https://vimeo.com/hernanllano
-
Skype
moneitor2
Personal Information
-
Name
Hernan Llano
-
Location
London
-
Interests
Dark Souls
Recent Profile Visitors
1,392 profile views
-
Brutal viejo alejo, yo tengo ganas de hacer un ripple parecido para deformaciones de metal a gran escala, pero seguramente lo hare como un postproceso.
-
Hey man, great job, are those micro ripples in the simulation itself, or you are exporting attributes to drive them in the meshing stage?
-
Hi all, I am for first time working with Vex Volume procedural, and in the meantime in order to learn it I am looking for info. Most of the info regarding this topic is fairly old and one of the things I see all the time is this i3D format, I am wondering what is the current way to create this files, say I have a normal volume and I want to store it as i3D to load it into my CVEX shader builder, I saw there is a command like i3dconverter file.bgeo file.i3d, I tried and it gave me an error, could someone give a clue about the workflow? Thanks.
-
maybe with a draw or something would be easier to understand what you need.
-
Constraints mixing pops and bullet
moneitor replied to moneitor's topic in General Houdini Questions
Hi Matt, thanks very much, I haven't seen your answer, sorry, it was months ago haha, at the end I used a different approach, something that wikipedia calls harmonic damped oscillation, or something like that, basically is F = -KX -CV, I used that formula to drive the position of the rbds to the goal position. Also used a modified version of that formula to make an orientation follow, the result of that research are this two videos. Thanks very much for your answer by the way. -
Hi all, I am trying to create a setup where a set of rbds are following a specific animation, so far is working, jittering is something I can look into later, but for now the big problem is creating the constraints, if I bring the boxes the usual way with the rbd packed object the constraints will work, but bringing them with the popsource they don't work. Would love to get some help here. Thanks. constraintProblemsTest.hiplc
-
moneitor started following Orient Along Organic Surface?, power of gas repeat solver and prt exporter to 3ds max
-
if you do it with the hittotal attribute alone, its gonna work only during the first collision though. Check if maybe this helps LoopParticlesTEST.hip
-
you could do this in a Python sop maybe, although I am not very good with python oldPath = /shop/blablabla lastPart = oldPath.split("/") newPath = "/mat/" + lastPart[-1]
-
Add roation /spin to POP Grain particles based on clump possible?
moneitor replied to viki164's topic in Effects
Any chance to have a sample file to give it a try? -
This one have a vop that allow you to change the shape of the whirlpool using a ramp armFX_experinemtal2.hipnc
- 6 replies
-
- controlled liquid
- controlled tornado
-
(and 6 more)
Tagged with:
-
what about a more procedural approach like this, I am not saying that it couldn't be done using particles, but this seems like the kind of things I would approach splitting the effect in different parts, one would be the waterfall, and the other one would be the wrilpool, and then at the end I would mix everything with secondary particles, spray and stuff like that. armFX_experinemtal2.hipnc
- 6 replies
-
- controlled liquid
- controlled tornado
-
(and 6 more)
Tagged with:
-
I just tried another approach building the transformation matrix itself, the transform contains the transformation values of the set of points B pc_match_001.hip
-
This is probably more like that. pointsOnPrimitiveGroups.hip