How hard is this?

For the life of me, I can't understand why this is so hard.
All I want to do is grab an XML feed and display one node in
a repeated list.
I select the XML feed, add a region, and add a repeat list.
No brainer, right? Wrong. I get a single bullet item flash on the
screen and go away.
I've gotten this to work by copying a Spry sample and
deconstructing to the point where it fits my data, but that's
ridiculous and not the way to do it.
What am I doing wrong?
:grimey

when it comes to the math part, it all depends on what library you're using. If you plan on building a 3D game with your own engine and everything, you have a lot of math to do. Vector math, matrix math, all that good stuff. But if you're using something like OpenGL, alot of it has been done for you. In Java (not including Java3D), even doing a 3D roataion takes some math. But in OpenGL there's already a rotation method in there. Like:
    glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
    glLoadIdentity();
    glTranslatef(-1.5f,0.0f,-6.0f);
    glRotatef(rtri,0.0f,1.0f,0.0f); // rotating part
    glBegin(GL_TRIANGLES);
    glColor3f(1.0f,0.0f,0.0f);
    glVertex3f(0.0f,1.0f,0.0f);
    glVertex3f(-1.0f,-1.0f,1.0f);
    glVertex3f(1.0f,-1.0f,1.0f);
    glVertex3f(0.0f,1.0f,0.0f);
    glVertex3f(1.0f,-1.0f,1.0f);
    glVertex3f(1.0f,-1.0f,-1.0f);
    glVertex3f(0.0f,1.0f,0.0f);
    glVertex3f(1.0f,-1.0f,-1.0f);
    glVertex3f(-1.0f,-1.0f,-1.0f);
    glVertex3f( 0.0f, 1.0f, 0.0f);
    glVertex3f(-1.0f,-1.0f,-1.0f);
    glVertex3f(-1.0f,-1.0f, 1.0f);
    glEnd();...would rotate a 3D pyramid (as long as rtri is updated)

Similar Messages

Maybe you are looking for

  • How to read text from PDF and HTML

    I have got solution to read text form .txt file but did'nt get code for PDF and HTML. I dont want to convert PDF to txt. Please help me ...

  • RunDataMacro error on SharePoint Access web DB

    We have a web database created with Access 2010 based on some SharePoint lists to store data. One of the forms in the database uses the RunDataMacro command to call a data macro on one of the lists. It passes in some data via parameters to locate a r

  • Oracle8i CORBA

    Hi, all. I have oracle8i for solaris. I have tried the CORBA example "employee" which is provided in "Oracle8i Enterprise JavaBeans and CORBA Developer's Guide Release 8.1.5" But while I tried to use "loadjava" to load "myJar.jar", loadjava -oraclere

  • IWeb URL

    Can not find my pre-Cloud web pages and photo galleries... What was the former me.co/Mac.com / AppleID  / we page. URL ?? So frustrating, I can not find my photos Thanks in advance

  • Infotype 80, Maternity leaves: Sort Order of table control

    Hi all, I'd like to know if there is a way to sort the table control in Infotype 80 which shows the absences linked to the birth by Date of absence, instead of Code of absence, Thanks in advance Paolo