Help! Deform the text

Hello,
As a beginner, please excuse me if you find my request for assistance stupid!
I want to know how to distort the text so that it fits perfectly with a circular animation.
I tried the deformation tools, I find that no permits to do what I want, in fact I can not find similar deformation tool like in photoshop that really allows you to manipulate the text in every way.
I wish the text starts and make a "360 degree"
http://www.casimages.com/img.php?i=140824045218689524.png
Thank you,
Baptiste

Same result, different approach. You still have to match the perspective of the cylinder to the shape of your building. That is what is required to make the composite believable.
Same idea without the camera. You may find this easier to use to match the perspective of your image:
Per Character 3D is only available in AE CS3 and above so you should have it.
BTW, I don't think it is a good practice to rotate the camera 90º in X using a null. This makes laying out a 3D scene counter intuitive and could cause you other issues down the road. If you did want to add a camera know that perspective, the think you need to match in your image, is controlled by camera position and framing is controlled by zoom factor (focal length). If I were doing your project and wanted to use the 3D text feature I would create the 3D text layer as above with the text layer rotated 90º in X, then add a camera with a standard lens, then position the text layer and adjust the size of the mask so that it was about as wide as the Coliseum, then I would move the camera down in Y only and in and out in Z until the perspective matched. If I needed a wider lens to include all of the text layer I would adjust the zoom factor.
This technique will allow you to add other 3D elements to your scene and have them interact with the scene. If the shot is moving, you could use AE's camera tracker to lock everything up.

Similar Messages

  • Need help with the text output here... kinda a newbie..

    Alright the problem I am having is with the output of this program. It does not appear to calculate the mortgage formula correctly and outputs some other data that does not make any sense. here is the code. Any help on this matter would be great!!
    import java.awt.*;
    import javax.swing.*;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    public class Calculator extends JFrame implements ActionListener {
    private JPanel panelAdder;
    private JLabel labela;
    private JLabel labelt;
    private JLabel labelr;
    private JTextField textFieldAmount;
    private JTextField textFieldTerm;
    private JTextField textFieldRate;
    private JTextField textFieldResult;
    private JButton buttonCalc;
    public Calculator() {
      initComponents();
      setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
      setVisible(true);
      pack();
      // Add Listeners
      buttonCalc.addActionListener(this);
    public void initComponents() {
    //Initialize Components
    panelAdder = new JPanel();
    labela = new JLabel("Amount");
    textFieldAmount = new JTextField();
    labelt = new JLabel("Term");
    textFieldTerm = new JTextField();
    labelr = new JLabel("Rate");
    textFieldRate = new JTextField();
    textFieldResult = new JTextField();
    buttonCalc = new JButton("Calculate");
    //Set Object Attributes
    textFieldResult.setEditable(false);
    textFieldResult.setColumns(8);
    textFieldAmount.setColumns(6);
    textFieldTerm.setColumns(2);
    textFieldRate.setColumns(2);
    Container contentPane = getContentPane();
    contentPane.setLayout(new FlowLayout());
    //Lets add the components to the panel
    panelAdder.add(labela);
    panelAdder.add(textFieldAmount);
    panelAdder.add(labelt);
    panelAdder.add(textFieldTerm);
    panelAdder.add(labelr);
    panelAdder.add(textFieldRate);
    panelAdder.add(buttonCalc);
    panelAdder.add(textFieldResult);
    contentPane.add(panelAdder);
    public static void main(String[] args) {
      Calculator frame = new Calculator();
    private void setResultValue() {
       double amount = Double.parseDouble(textFieldAmount.getText());
       double term = Integer.parseInt(textFieldTerm.getText());
       double rate = Double.parseDouble(textFieldRate.getText()) / 100.;
       //double result = amount * ( rate * Math.pow ( ( 1 + rate ), term ) ) / ( Math.pow( ( 1 + rate ), term ) - 1 );
       double result = (amount*((rate/12)/(1-Math.pow((1+(rate/12)),-(term*12)))));
       textFieldResult.setText(Double.toString(result));
    public void actionPerformed(ActionEvent event) {
      System.out.println("Action Button");
      String command = event.getActionCommand();
      if (command == "Calculate") {
          setResultValue();
    }

    Alright the problem I am having is with the output of
    this program. It does not appear to calculate the
    mortgage formula correctly and outputs some other
    data that does not make any sense. here is the code.
    Any help on this matter would be great!!First of all, what is the mortgage formula?

  • I cannot figure out how to make the text larger on an incoming email.  The finger method doesn't work and I cannot find any toolbar with which to do it.  I could find nothing in settings also.  Plese help and thank you.

    I cannot figure out how to make the text larger in a received email.  The finger method doesn't work and I can find no tool bar as I can for composing emails.  I can find nothing in settings.  Please help and thank you in advance.

    Hi there,
    Download a piece of software called TinkerTool - that might just solve your problem. I have used it myself to change the system fonts on my iMac. It is software and not an app.
    Good wishes,
    John.

  • I have an iphone 4s and the text i send to a friend with a galaxy 4s he is not receiving any help?

    i have an Iphone 4S and the text i send to a friend with a galaxy 4s he is not receiving. Any help?

    Then it's sending as SMS and not iMessage (that's good) so deleting the contact probably didn't help. It also seems iMessage isn't redirecting his texts as he's not used and apple device on the account previously. Can he receive a picture message from you instead? Does he receive texts from other  apple devices? (iPhones,pods/pads) try sending a text through Verizon online using your account on a web browser. If it is also blocked then it confirms the issue is with his device, well at least points you there rather than guessing if it's yours or his or both. There's some ideas, let me know- Joe
    Sent from my iPhone

  • Is there a way to increase the icon size (and the text below) without using zoom?  I am trying to help out someone who has moderate visual impairment that does not want to use zoom just to see the icons and their labels.

    Is there a way to increase the icon size (and the text below) without using zoom in iOS 7?  I am trying to help out someone who has moderate visual impairment that does not want to use zoom just to see the icons and their labels.

    Hello Apple.
    It seems you have gone to great lengths to improve accessibility in many areas of the iPad. Why was this obvious problem with icon text size missed?  (It's not with the Mac.). And for so long too.
    Do you employ people with actual accessibility problems to help you do UI design?
    I think too, that some buttons are too close for people who might have motor control problems.
    I love my iPad but I fear as I age, the iPad might not keep up with me.

  • Float is not working? I need the text to the right of the image but my CSS isn't working. Help pls

    Hi,
    I am having some unusual difficulty getting my images to float left/right in order to have the text beside the image.  In the image I provided, the red arrow is where I'd like the text to be but no matter what I put in the CSS file, the text begins to the lower right of the image floated left.  Can anyone help me figure out what is going on?  The code for the HTML is located here http://codeviewer.org/view/code:1f51  The code for the CSS is here: http://codeviewer.org/view/code:1f52 
    I am using the CSS code from a website I designed that works fine in that website.  Why isn't it working here?  The image name is "fundraiser.jpg"
    Thanks for your help!

    Problem is due to you not declaring the correct instructions for the class .float-left css selector:
    Change this:
    .float-left {
    margin: 5px 10px 0 0;
    To this:
    .float-left {
    float: left;
    margin: 5px 10px 0 0;

  • I have updated to the new version of iPhoto but it will no longer let me edit text in the preset text boxes.  The text is highlighted for a nanosecond but will not stay highlighted so I can amend it.  Can anyone help me with this.  Many thanks.

    I have updated to the latest version of iPhoto.  But now iPhoto will not let me amend the preset text in the text boxes.
    the text is highlighted for a nano second but it will not stay highlighted so that I can add my own text.
    can anyone help me with this issue.
    Many thanks

    You might try using the add-on 'NoSquint' which allows numerous zoom options specific to each page you visit & keeps your settings - https://addons.mozilla.org/en-US/firefox/addon/nosquint/
    If you want to go back to 3.6x, you will find it here:
    http://www.mozilla.com/en-US/firefox/all-older.html
    In most cases you can simply "upgrade" (meaning downgrade) directly from the installation. It would be a good idea to save your passwords & bookmarks just to be on the safe side.

  • How do I convert a pdf-presentation into Powerpoint, which it is said that I can do? I can convert into Word, but that is of no help as I need to change the text in the document.

    How do I convert a pdf-presentation into Powerpoint, which it is said that I can do? I can convert into Word, but that is of no help as I need to change the text in the document.

    Hi Sara!
    Yes this sounds interesting. Can I update to that from the PDF Export I have just renewed? How much would that cost?
    Thanks for your quick answer.
    Best Regards
    Per-Olof Egli                                         Logga Egli C.I.S
    Managing Director
    Egli C.I.S. Consulting
    Lapphundsgränd 43
    SE-128 62 SKÖNDAL
    Sweden/Швеция
    Phone:         +46 708 23 03 53
    <http://www.eglicisconsulting.se/> www.eglicisconsulting.se
    <mailto:[email protected]> [email protected]
    Skype: eglipo
    Från: Sara.Forsberg 
    Skickat: den 10 september 2014 22:11
    Till: P-o Egli
    Ämne:  How do I convert a pdf-presentation into Powerpoint, which it is said that I can do? I can convert into Word, but that is of no help as I need to change the text in the document.
    How do I convert a pdf-presentation into Powerpoint, which it is said that I can do? I can convert into Word, but that is of no help as I need to change the text in the document.
    created by Sara.Forsberg <https://forums.adobe.com/people/Sara.Forsberg>  n Adobe ExportPDF - View the full discussion <https://forums.adobe.com/message/6718870#6718870>

  • In a document with several sections, in section VIII and IX one cannot select the text of the page foot nor set the pointer in it; so, one cannot write nor change the page foot text. Please help!

    in a document with several sections, in section VIII and IX one cannot select the text of the page foot nor set the pointer in it; so, one cannot write nor change the page foot text. Please help!

    Question already asked and answered several times.
    It's a bug striking in long documents.
    Select a word somewhere higher in the page then use the arrows to reach the wanted insertion point.
    Yvan KOENIG (VALLAURIS, France) mardi 23 août 2011 15:44:24
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.0
    My iDisk is : <http://public.me.com/koenigyvan>
    Please :
    Search for questions similar to your own
    before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • How do I set my colors to CMYK in the text form properties? I have seen some screenshots where there are cmyk sliders. I don't have any of these options. All my color options are in RGB. How do I change this in Acrobat? Please Help.

    What I'm trying to do is make an editable invitation. So I export my file from InDesign to an interactive pdf. I would like to set the editable text in the form field to a specific cmyk color. Is there anyway of exporting specific color swatches into the pdf and then applying them to the text in the form field? I have been searching this topic for a while and am getting really frustrated with the lack of information on this topic. Any help would be great!
    I saw this screenshot with cmyk sliders. Where can I access these settings or options? I'm on a PC, not a MAC.
    My Options look like this...
    and when I click on "Other Color..."
    I don't see any options to set to cmyk color sliders...anyone run into this problem and know a solution?

    Though it has to be said that the Mac colour selector is very confusing. Although you can select in CMYK on the Mac in almost any app, it is converted to RGB by the Mac, and you get RGB anyway.

  • Photoshop says "Rendering Type" and loads for a very long time, how do I fix this? I'm new to Photoshop and I was trying to learn how to make a watermark. This happens once I press the "Text" tool. I'm using a Mac with OS X. Please help, thank you.

    Photoshop says "Rendering Type" under a "Progress" Bar that shows up. I'm trying to create a watermark and this happens when I press the "Text" tool. Please help, I'm new to Photoshop. Thank you.

    So you created a document 192000 pixels wide, and 108000 tall, and  set the type to be 2 inches tall.  Yes, the type is going to take a few minutes to render in that document.
    Yes, you created a document much bigger than you probably intended (you probably wanted 1920 PIXELS by 1080 PIXELS).
    Pixels and inches are not the same, and you need to pay attention to the units.

  • Hello, I have an iPad Mini WiFi Cellular white 16Gb and I puted my sim inside it but, I cant read the text message that I recieve in the Sim. What can i do? And I can't put the sim in a cellphone coz it doesn't recognize it. Please help me! Thank you.

    Hello, I have an iPad Mini WiFi Cellular white 16Gb and I puted my sim inside it but, I cant read the text message that I recieve in the Sim. What can i do? And I can't put the sim in a cellphone coz it doesn't recognize it. Please help me! Thank you.

    iPads do not do SMS.

  • I need help with my text tone and I have ring tone. no text tone for the 4s.

    I need help with my text tone. I have ring tone no text tone. I have a 4s.

        Hi Sarar2333!  Let's get your text tones working again!
    Here's a link with instructions how to enable and change your alert sounds for your text/notification settings on your iPhone 4S: http://vz.to/1stiF8a.  You can ensure text tones are enabled by selecting a tone in the "Text Tone" setting.  Let me know how that works out for you.  Thanks!
    AnthonyTa_VZW
    Follow us on Twitter @VZWSupport

  • I have a graphic with a hyperlink in an Outlook email. When I open on it on my iPhone I get the option to email, save, tweet, FB, etc. The text hyerlinks in the email open properly.  Can anyone help?

    I am sending an email from Outlook.  It has a graphic with a hyperlink and it has text with hyperlinks.  When I open the email on my iphone, the text hyperlinks open properly.  The graphic hyperlink gives the options to email, tweet, FB, print, copy, etc.  Can anyone help me correct this so that the graphic links opens in the website it's linked to?  Thank you.

    Try checking the hyperlink for the image in MS Outlook.
    Select image in signature, then click "Insert Hyperlink" image to the far right of Edit signature toolbar.
    Click "Target Frame" button.
    Select "New Window", then "OK".
    After doing this, it solved my problem.

  • Hi there, I want to change the background-color of the browser, when a popup-picture is shown. This picture pops up by clicking a hyperlink in the text...can anyone help me please...thanks a lot

    Hi there, I want to change the background-color of the browser, when a popup-picture is shown. This picture pops up by clicking a hyperlink in the text...can anyone help me please...thanks a lot

    Hi,
    CSS is interpreted by your browser, so server cache seems unlikely in htis case. There is however some hierarchy in CSS, so parts of the APEX CSS, theme CSS or page CSS might overwright or block yours.
    Does changing the CSS on runtime affect your page? Eg, run the following in your browser console and see if your page turns black: $('#uBodyContainer').css("background-color","black")
    Also try moving up your css in the hierarchy labeling it as important:
    div#uBodyContainer { 
      background-color:#000000 !important;  
    See:Assigning property values, Cascading, and Inheritance
    Regards,
    Vincent
    http://vincentdeelen.blogspot.com

Maybe you are looking for

  • Payment term exclude holiday days

    Dear all, When calculating the aging report for Customer / vendor, I want to exclude holiday days which are defined in system. Is there anyway to do this ? It means, due date based on baseline date + days in payment term & public holiday days. Thanks

  • Signal Generation through pt by pt Signal

    Hello, I am acquiring signal through serial port, to analyze the signal, i am using pt bt pt signal analysis. In order to work on it, i used sine wave pt pt signal generation. But remained un successful in generating sine wave through it. Kindly guid

  • Error bars in Charts?

    Hello everyone- Would anyone know how to create error bars in charts in Keynote 3? I can't seem to find an answer anywhere to this question. Many thanks to future replies... Powerbook G4   Mac OS X (10.4.6)  

  • PSE 8 Editor freezes in Windows 7

    I used to have vista and my PSE8 worked just fine. I switched to Windows 7 because there werent any compatibility issues... or so I thought. PSE 8 downloads just fine and organizer opens just fine. Editor wont open... freezes and runs my computer ver

  • ORACLE FORMS - FRM-40815

    During the dismissal of an LOV, I am getting a FRM-40815 ("GLOBAL.LLLXXX does not exist.") Apparently it is a Designer bug fix # 3413168 - "when bound item names <> column", and the form in question was indeed built in Designer. I have rebuilt the LO