OHP3D.cpp
branchv_0
changeset 40 df1376ef9f6d
parent 38 808f05faab30
equal deleted inserted replaced
39:2068a992e97e 40:df1376ef9f6d
   639 
   639 
   640 	if (hasChanges) {
   640 	if (hasChanges) {
   641 		// TODO: reload only changed document
   641 		// TODO: reload only changed document
   642 		textures.clear();
   642 		textures.clear();
   643 		loadDocuments(false);
   643 		loadDocuments(false);
       
   644 		loadVertices(); // aspect ration or page count may change
   644 	}
   645 	}
   645 	return hasChanges;
   646 	return hasChanges;
   646 }
   647 }
   647 
   648 
   648 void OHP3D::Impl::loadShaders() {
   649 void OHP3D::Impl::loadShaders() {