Changes between Version 31 and Version 32 of tutorial


Ignore:
Timestamp:
Jun 29, 2013, 10:49:39 PM (11 years ago)
Author:
leon
Comment:

the

Legend:

Unmodified
Added
Removed
Modified
  • tutorial

    v31 v32  
    617617}
    618618}}}
    619  3. We see that rotation of the motorbike around front wheel is not really nice.
    620    To compensate we translate all points in {{{vertex_shader[]}}} by adding {{{vec3(-0.75, 0, -0.7);}}}
     619 3. We see that rotation of the motorbike around the front wheel is not really nice.
     620   To compensate we translate all points in the {{{vertex_shader[]}}} by adding {{{vec3(-0.75, 0, -0.7);}}}
    621621   to every vertex in world coordinates and thus moving motor bike to origin.
    622622   Last part of the {{{vertex_shader[]}}}now reads: