lugnut Posted September 1, 2022 Share Posted September 1, 2022 (edited) Trying to do bacterial growth with bullet, I can grow the bacteria rods with the v@scale attrib and then replace the extended rods with two split bacteria, that then grow and split: replicate_bac_8-31.mp4 The problem is that the rods don't get pushed around like I would like. They wind up all oriented the same and pile up on each other. I am sure it is due to how I am sourcing the split prims... When I simply spawn the rods and then grow them they push each other around properly: spawn_bac_8-31.mp4 Here is the hip file with both the grow and split and the spawn: bac_replicate_rnd_01.hiplc There's an old post on this topic that has a good reference for the bacterial replication, but no attempts at using bullet: I also tried going back to 18.5 and using intrinsic transforms instead of what I suppose is the naive method of copying to points, - and using the reset bullet id trick instead of the @scale attrib as in H9.X - but the results were pretty much the same, here's the hip for that: bac_rnd_18-5_01.hiplc And also some other nice ref showing how the bacteria can twist and make strands ( ultimately the goal is to show a similar effect): elife-32976-video3.mp4 I would appreciate any insight into this - a lot of this bullet stuff still seems like voodoo. For instance I am merging the new prims with existing prims and then deleting the old prims just to get the bullet attribs on them, I couldn't find any information about how to properly initialize new bullet prims for example. So thanks for any attention to this -jb Edited September 1, 2022 by lugnut add gifs, clarification Quote Link to comment Share on other sites More sharing options...
Librarian Posted September 1, 2022 Share Posted September 1, 2022 @lugnut Why Bullet? You have nice ex on CGWIKIand check this with endless Reall DataCHOPS Quote Link to comment Share on other sites More sharing options...
lugnut Posted September 1, 2022 Author Share Posted September 1, 2022 Thanks for the link Tesan- The hip visualizes data of bacterial movement but unfortunately doesn't show replication and most importantly for me isn't procedural. Might come in handy though! -jb Quote Link to comment Share on other sites More sharing options...
crispr_boi Posted October 10, 2022 Share Posted October 10, 2022 On 9/1/2022 at 12:46 PM, lugnut said: Trying to do bacterial growth with bullet, I can grow the bacteria rods with the v@scale attrib and then replace the extended rods with two split bacteria, that then grow and split: replicate_bac_8-31.mp4 The problem is that the rods don't get pushed around like I would like. They wind up all oriented the same and pile up on each other. I am sure it is due to how I am sourcing the split prims... When I simply spawn the rods and then grow them they push each other around properly: spawn_bac_8-31.mp4 Here is the hip file with both the grow and split and the spawn: bac_replicate_rnd_01.hiplc There's an old post on this topic that has a good reference for the bacterial replication, but no attempts at using bullet: I also tried going back to 18.5 and using intrinsic transforms instead of what I suppose is the naive method of copying to points, - and using the reset bullet id trick instead of the @scale attrib as in H9.X - but the results were pretty much the same, here's the hip for that: bac_rnd_18-5_01.hiplc And also some other nice ref showing how the bacteria can twist and make strands ( ultimately the goal is to show a similar effect): elife-32976-video3.mp4 I would appreciate any insight into this - a lot of this bullet stuff still seems like voodoo. For instance I am merging the new prims with existing prims and then deleting the old prims just to get the bullet attribs on them, I couldn't find any information about how to properly initialize new bullet prims for example. So thanks for any attention to this -jb Wow, I would love some insight into creating something like in this. Quote Link to comment Share on other sites More sharing options...
lugnut Posted November 14, 2022 Author Share Posted November 14, 2022 Returning to this topic, I was able to have considerable success with vellum using Adrian Meyer's Cell Replication Tutorial as a starting point. https://www.sidefx.com/tutorials/vellum-cell-replication-part-1/ testOne_11-14.mp4 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.