Do you draw the entire object?

Posted by vbman11 on Stack Overflow See other posts from Stack Overflow or by vbman11
Published on 2012-06-19T15:13:02Z Indexed on 2012/06/19 15:16 UTC
Read the original article Hit count: 232

Hi I'm working on learning 3d game development and I'm starting with JavaScript and the html5 canvas and I was wondering if I were to have a 3d model do I draw the entire model(front, back, etc) and let the web browser decide what to render or should I try to just draw the sides that are in view of the camera? I ask this because I can see how it would be faster to do the latter of the 2 but that can get very complex and I'll need to do quite a bit more research to find how to do that.

Thanks!!

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about html5