Exemplo n.º 1
0
        /// update bounding-box

        /// calculate bounding box values
        protected void calcBB()
        {
            bb.clear();
            bb.addTriangle(this);
        }