Search Unity

What I know about 3-Dimensional Modeling

Discussion in 'Animation' started by aaron santiago, Sep 21, 2014.

  1. aaron santiago

    aaron santiago

    Joined:
    Nov 9, 2013
    Posts:
    1
    Here is a little bit of beginner terminology, just to give you the meaning of the words once they pop up somewhere.

    Polygon ~ A 3D Model with more than 3 Vertices in its Vertex Count.
    Triangle Count ~ The amount of triangles embedded into a 3D Model, make sure this is not too high!
    Direct3D ~ An API for rendering 3D Models directly with the GPU.


    And this is all I know, and all I wish to know about.