Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5971899
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T20:34:55+00:00 2026-05-22T20:34:55+00:00

I was curious to know what software is used to create the 3D Cat

  • 0

I was curious to know what software is used to create the 3D Cat in the talking tom app in iphone. Is it done with OpenGL ES?

http://itunes.apple.com/us/app/talking-tom-cat/id377194688?mt=8

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T20:34:56+00:00Added an answer on May 22, 2026 at 8:34 pm

    Well if it’s related to talking tom then there is no OpenGL ES use… they are simply using images and animating them, something like this:

        aniImage = [[UIImageView alloc] init];
    UIImage* opa1 = [UIImage imageNamed:@"o1.png"];
    UIImage* opa2 = [UIImage imageNamed:@"o2.png"];
    UIImage* opa3 = [UIImage imageNamed:@"o3.png"];
    UIImage* opa4 = [UIImage imageNamed:@"o4.png"];
    UIImage* opa5 = [UIImage imageNamed:@"o5.png"];
    UIImage* opa6 = [UIImage imageNamed:@"o6.png"];
    UIImage* opa7 = [UIImage imageNamed:@"o7.png"];
    UIImage* opa8 = [UIImage imageNamed:@"o8.png"];
    UIImage* opa9 = [UIImage imageNamed:@"o9.png"];
    UIImage* opa10 = [UIImage imageNamed:@"o10.png"];
    UIImage* opa11 = [UIImage imageNamed:@"o11.png"];
    UIImage* opa12 = [UIImage imageNamed:@"o12.png"];
    UIImage* opa13 = [UIImage imageNamed:@"o13.png"];
    UIImage* opa14 = [UIImage imageNamed:@"o14.png"];
    UIImage* opa15 = [UIImage imageNamed:@"o15.png"];
    UIImage* opa16 = [UIImage imageNamed:@"o16.png"];
    UIImage* opa17 = [UIImage imageNamed:@"o17.png"];
    UIImage* opa18 = [UIImage imageNamed:@"o18.png"];
    NSArray *imgsArr = [NSArray arrayWithObjects:opa1, opa2, opa3, opa4, 
                              opa5, opa6, opa7, opa8, opa9, opa10, opa11, opa12, opa13, opa14, opa15, opa16, opa17, opa18, nil];
    [aniImage setAnimationImages:imagesOpacity];
    [aniImage setAnimationRepeatCount:1.0];
    [aniImage setAnimationDuration:0.2];
    

    If you want to see all the images they are using follow these steps:

    1. Download the free version to your iPhone/iPad.
    2. Transfer your purchases on your Mac or Windows computer.
    3. Then drag the ipa file from Library -> Apps to your desktop (just drag the app icon from iTunes to desktop).
    4. Rename the .ipa file to .zip file.
    5. Extract this zip file. You will get a folder named “Payload” in it.
    6. Open the .app file (it will open on Windows automatically because it is a folder on Windows,
      on Mac right click on it and select Show package content.
    7. In the .app folder you will find a folder which contains all the images used by the above function.

    Hope this helps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

No related questions found

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.