Ignore:
Timestamp:
Nov 16, 2007, 11:59:21 AM (17 years ago)
Author:
garnier
Message:

r659@mac-90108: laurentgarnier | 2007-11-16 12:02:01 +0100
mise a jour de Geant4 au head ET qq mise a jour pour Qt de mon cote

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/geant4/visualization/OpenInventor/src/SoPolyhedron.cc

    r529 r609  
    129129     SoTextureCoordinateElement::FUNCTION);
    130130  const SoTextureCoordinateElement *tce = NULL;
    131   SbVec4f texCoord;
     131  SbVec4f texCoord(0.,0.,0.,0.);
    132132  if (useTexFunction) {
    133133    tce = SoTextureCoordinateElement::getInstance(state);
     
    416416    int32_t* coords = new int32_t[ncoord];
    417417
    418     SbVec3f pvb,pve;
     418    SbVec3f pvb(0.,0.,0.), pve(0.,0.,0.);
    419419
    420420    SbBool empty = TRUE;
Note: See TracChangeset for help on using the changeset viewer.