Is it possible to divide any 3D object in Carrara into pieces for physics simulation?

Is it possible to divide any 3D object in Carrara into pieces for physics simulation? I want the object to retain its shape during frame 0.

It can be very useful for games.

Comments

  • DUDUDUDU Posts: 1,945

    No, you must build your object with different pieces and use the physic modifier.

    For a wall, for ex., you build a brick range, duplicate it a few time and select the bicks that must be physic to fall on the ground.

    To break an existing object into pieces, I use the Thrausi plugin in c4d, and import the animation in Carrara in .obj seq or the multi-objet and make the simulation in Carrara.

    I use these techniques a lot in this sequence:

  • Philemo_CarraraPhilemo_Carrara Posts: 1,175
    edited March 2017

    I can be done manually of course. You have to duplicate the master object (or import it several times), then delete what's not needed in each object

    Post edited by Philemo_Carrara on
  • Samuel S.Samuel S. Posts: 319

    Thanks.

  • Samuel S.Samuel S. Posts: 319
    DUDU said:

    No, you must build your object with different pieces and use the physic modifier.

    For a wall, for ex., you build a brick range, duplicate it a few time and select the bicks that must be physic to fall on the ground.

    To break an existing object into pieces, I use the Thrausi plugin in c4d, and import the animation in Carrara in .obj seq or the multi-objet and make the simulation in Carrara.

    I use these techniques a lot in this sequence:

    Nice work, I am still playing with Carrara SDK and hope to automate some repetitive tasks in future.

  • 3drendero3drendero Posts: 2,017
    There are a few examples here. Not tested, so no idea about possibilities and limits. http://www.f1oat.org/pycloid/page10
  • HeadwaxHeadwax Posts: 9,924
    DUDU said:

    No, you must build your object with different pieces and use the physic modifier.

    For a wall, for ex., you build a brick range, duplicate it a few time and select the bicks that must be physic to fall on the ground.

    To break an existing object into pieces, I use the Thrausi plugin in c4d, and import the animation in Carrara in .obj seq or the multi-objet and make the simulation in Carrara.

    I use these techniques a lot in this sequence:

    terrific work Dudu

     

  • HeadwaxHeadwax Posts: 9,924

    Is it possible to divide any 3D object in Carrara into pieces for physics simulation? I want the object to retain its shape during frame 0.

    It can be very useful for games.

    you can also duplicate the same object many times then hide different polys in each in the modelling room

     

  • DartanbeckDartanbeck Posts: 21,225

    The "Explode" modifier will bust anything up into many pieces and we can set how they fall or fly away. We set when it starts to explode and when it's done simulating. It's sweet!

  • DUDUDUDU Posts: 1,945

    Thanks Andrew!

    Dart, the explode modifier don't add any thickness to the mesches, it is good for very distant view or for a text FX for exemple, but not more.

  • Is it possible to divide any 3D object in Carrara into pieces for physics simulation? I want the object to retain its shape during frame 0.

    No.

    Bullet implementation in Carrara cannot handle concave objects properly, simulations are unstable in most cases, other software which uses Bullet usually breaks down concave parts into convex ones and keeps them together as a "compound object" smiley

  • Samuel S.Samuel S. Posts: 319

    Thanks,  I was looking to have the object in Carrara cut into randome fragments at rest while still at frame zero. And then use it in a game engine like Unity to possibly use Nvidia's Physx engine there.

  • cdordonicdordoni Posts: 583

    Thanks,  I was looking to have the object in Carrara cut into randome fragments at rest while still at frame zero. And then use it in a game engine like Unity to possibly use Nvidia's Physx engine there.

    Maybe there is voxel generator that can generate random fragments from an existing model. I imagine that would make a HUGE file though ... Not sure how it would be possible to texture or color it?

Sign In or Register to comment.