~georg-zotti/stellarium/gz_AtmosphereTweaks

« back to all changes in this revision

Viewing changes to src/core/StelOBJ.hpp

  • Committer: Georg Zotti
  • Date: 2017-05-23 13:18:09 UTC
  • mfrom: (8115.1.1321 trunk)
  • Revision ID: georg.zotti@univie.ac.at-20170523131809-a6pus0ogpmjwtmd8
merge-in trunk r9436

Show diffs side-by-side

added added

removed removed

Lines of Context:
283
283
        //! Splits the vertex data into separate arrays.
284
284
        //! If a given parameter vector is null, it is not filled.
285
285
        void splitVertexData(V3Vec* position,
286
 
                             V2Vec* texCoord = NULL,
287
 
                             V3Vec* normal = NULL,
288
 
                             V3Vec* tangent = NULL,
289
 
                             V3Vec* bitangent = NULL) const;
 
286
                             V2Vec* texCoord = Q_NULLPTR,
 
287
                             V3Vec* normal = Q_NULLPTR,
 
288
                             V3Vec* tangent = Q_NULLPTR,
 
289
                             V3Vec* bitangent = Q_NULLPTR) const;
290
290
 
291
291
        //! Clears the internal vertex list to save space, meaning getVertexList() returns
292
292
        //! an empty list! The other members are unaffected (indices, materials,