thank you, i have depended on the last updated code in the thinbasic page near the end of that page which makes the fan rotate from left to right and vice versa, it contains 3 PopMatrix ,
it appears to me that the light is shining from behind the Fan, since if we change the perl line
if ($angle_horizontal > 110)...
to
if ($angle_horizontal > 200)
the fan will show us that it is lighted from behind.
this is strange, since if we omit the body of the fan as in the file:
http://sites.google.com/site/zak31415/Home/Fan_blades.pl
it will be lighted from front

In reply to Re^2: Fan For Summer, perl opengl example by orange
in thread Fan For Summer, perl opengl example by orange

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.