Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects CC Cylinder Alternative?

  • CC Cylinder Alternative?

    Posted by Ryan Paterson on January 7, 2011 at 4:07 am

    Is there a more powerful alternative to CC Cylinder? I realized that it only makes one size of cylinder and then allows you to scale it on a percentage, which doesn’t allow you any additional “mapping space” for larger textures.

    Any similar plug-ins with more control?

    Thanks

    Ryan Paterson replied 15 years, 4 months ago 2 Members · 3 Replies
  • 3 Replies
  • Kevin Camp

    January 7, 2011 at 3:44 pm

    the size of the cylinder is based on the size of the layer so a wider layer will have a larger radius.

    i suppose if you had a specific radius value in pixels that you needed to create a cylinder with, you could actually calculate the width that you needed to create the layer to start with…

    width = 2 * pi * radius

    or if you needed to figure the radius of a cylinder that you already created…

    radius = (2 * pi) / width

    however, if the radius property was not 100%, you’d need to factor that into the equation too

    radius = (2 * pi * percent) / (width * 100)

    Kevin Camp
    Senior Designer
    KCPQ, KMYQ & KRCW

  • Kevin Camp

    January 7, 2011 at 5:56 pm

    yep… what we are both saying is that the size of the cylinder is based on the size of the layer (or nested comp) it is applied to, it’s not restricted to the size of the comp that it is used in.

    so if you have a 6000×6000 px layer in a 720×480 comp and apply cc cylinder, the height of the cylinder will be 6000px and the radius will be around 1000px.

    please note that i made a mistake in the radius equation that i gave you. it should be like this:

    radius = width / (2 * pi)

    sorry about that.

    Kevin Camp
    Senior Designer
    KCPQ, KMYQ & KRCW

  • Ryan Paterson

    January 7, 2011 at 5:59 pm

    Ah lovely, good to know. Thanks guys!

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy