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 7776343
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T17:51:34+00:00 2026-06-01T17:51:34+00:00

I am using this library for implementing coverflow in my app http://www.chaosinmotion.com/flowcover.html Now I

  • 0

I am using this library for implementing coverflow in my app
http://www.chaosinmotion.com/flowcover.html

Now I would like to remove mirror from images as you can see in the above link. It is developed in opengl. Can anybody please tell me how to remove mirror of images from it?

Thanks
Ayaz Alavi

  • 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-06-01T17:51:36+00:00Added an answer on June 1, 2026 at 5:51 pm

    Replace this method in FlowCoverView.m file will remove mirror effect.

    - (void)drawTile:(int)index atOffset:(double)off
    {
    FlowCoverRecord *fcr = [self getTileAtIndex:index];
    GLfloat m[16];
    memset(m,0,sizeof(m));
    m[10] = 1;
    m[15] = 1;
    m[0] = 1;
    m[5] = 1;
    double trans = off * SPREADIMAGE;
    
    double f = off * FLANKSPREAD;
    if (f < -FLANKSPREAD) {
        f = -FLANKSPREAD;
    } else if (f > FLANKSPREAD) {
        f = FLANKSPREAD;
    }
    m[3] = -f;
    m[0] = 1-fabs(f);
    double sc = 0.45 * (1 - fabs(f));
    trans += f * 1;
    
    glPushMatrix();
    glBindTexture(GL_TEXTURE_2D,fcr.texture);
    glTranslatef(trans, 0, 0);
    glScalef(sc,sc,1.0);
    glMultMatrixf(m);
    glDrawArrays(GL_TRIANGLE_STRIP,0,4);
    
    // reflect
        //  glTranslatef(0,-2,0);
        //  glScalef(1,-1,1);
        //  glColor4f(0.5,0.5,0.5,0.5);
        //  glDrawArrays(GL_TRIANGLE_STRIP,0,4);
        //  glColor4f(1,1,1,1);
    
    glPopMatrix();
    

    }

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

Sidebar

Related Questions

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I
While implementing Multithreaded Cache, i found this article on MSDN. http://msdn.microsoft.com/en-us/library/system.threading.readerwriterlockslim.aspx This is for
I am implementing a client library for a private HTTP-API using python requests .
I'm converting an app to use fragments using the compatibility library. Now currently I
I am using this library to help with implementing a few visualizations using Google
I have enabled google Minify in code igniter using this library on our website.
We are using a third part library to render 3d. In this library there
I am using the hector HOM library to access my cassandra datastore. This library
I'm using a open-source Python library in my project. This library logs a lot
I have an audio project I'm working on using BASS from Un4seen. This library

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.