mcjRideaux - Curtain props - 6 undulation types - Single sided/double sided - Height morph

mCasualmCasual Posts: 4,607
edited February 2015 in Freebies

▄█▀█▄█▀█▄█▀█▄█▀█▄█▀█▄

Download here ---------> https://sites.google.com/site/mcasualsdazscripts5/mcjrideaux

or if it doesn't work this is the direct link to the zip file

https://sites.google.com/site/mcasualsdazscripts5/mcjrideaux/mcjRideaux.zip?attredirects=0&d=1

▄█▀█▄█▀█▄█▀█▄█▀█▄█▀█▄

promoy.jpg
960 x 540 - 432K
praumo.jpg
1280 x 520 - 370K
promoz.jpg
960 x 540 - 149K
promox.jpg
960 x 540 - 260K
promo.jpg
960 x 540 - 252K
Post edited by mCasual on

Comments

  • mCasualmCasual Posts: 4,607
    edited February 2015

    they were created using

    - ( the free script ) mcjRibbons, https://sites.google.com/site/mcasualsdazscripts/mcjribbons
    - a node named mark
    - this script

    var TWOPI = Math.PI * 2;
    var tick = Scene.getTimeStep();
    var mark = Scene.findNodeByLabel( "mark" );
    var v = new DzVec3( 0, 0, 0 );
    var strength = 5;
    var depth = 5;
    for( var i = 0; i < 10; i++ )
    {
     for( var j = 0; j < 16; j++ )
     {
      var a = j * TWOPI / 16;
      v.x = Math.sin( a ) * depth;
      v.z = i * 16 + j - strength * Math.sin( 2 * a );
      var t = ( i * 16 + j ) * tick
      mark.setWSPos( t, v );
     }
    }

    and the height morphs were added with excessively great ease using ( the free script ) mcjAddStretchMorph

    http://www.daz3d.com/forums/discussion/47183/

    Post edited by mCasual on
Sign In or Register to comment.