~ubuntu-branches/ubuntu/utopic/blender/utopic-proposed

« back to all changes in this revision

Viewing changes to intern/elbeem/intern/ntl_geometrymodel.cpp

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2012-04-28 12:11:12 UTC
  • mto: (14.1.6 experimental) (1.5.1)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: package-import@ubuntu.com-20120428121112-2zi0vp8b6vejda8i
Tags: upstream-2.63
ImportĀ upstreamĀ versionĀ 2.63

Show diffs side-by-side

added added

removed removed

Lines of Context:
174
174
                anitimes.clear();
175
175
                for(int frame=0; frame<channelSize; frame++) {
176
176
                        ntlSetVec3f averts; averts.mVerts.clear();
177
 
                        ntlSetVec3f anorms; averts.mVerts.clear();
 
177
                        ntlSetVec3f anorms; anorms.mVerts.clear();
178
178
                        int setsize = (3*numVertices+1);
179
179
 
180
180
                        ntlVec3Gfx p(0.),n(1.);