A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: 3D Help

Threaded View

  1. #2
    Senior Member Pazil's Avatar
    Join Date
    Sep 2006
    Location
    Ontario, Canada
    Posts
    913
    First off, I don't see you rotating the points in relation to the rotation of the camera...then again, have you even implemented camera rotation?

    I'm not too sure about you're problem, but I think I can some what explain it (I had had this problem (if i understand yours correctly) when I made my engine):

    --see picture--

    After you read the picture:

    The way to go around this is z-clipping, which will chop the intersecting line, and put a vertice closely in front of the viewing plane (never do: z = 0, because then you start dividing with 0, which will make it go whack).

    I hope I understood your problem...?

    P.
    Attached Images Attached Images
    WIP-ZOMBIES

    I love vegetarians! More meat for the rest of us!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center