nel-all
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nel] Fix for code/nel/src/3d/flare_model.cpp


From: Aurelien.Delaitre
Subject: [Nel] Fix for code/nel/src/3d/flare_model.cpp
Date: Wed, 16 Apr 2003 15:59:24 -0200 (MET DST)

Hi,

NL3D::CFlareModel::traverseRender() calls
NL3D::CViewport::getX/Y/Height/Width but these methods don't exist in
CViewport. There is a getValues method instead. Here is the error log:

    'NL3D::CFlareModel::traverseRender()': 
 flare_model.cpp:117: no matching function for call to
'NL3D::CViewport::getX()' 
 flare_model.cpp:117: no matching function for call to  
    `NL3D::CViewport::getWidth()' 
 flare_model.cpp:118: no matching function for call to
`NL3D::CViewport::getY()' 
 flare_model.cpp:118: no matching function for call to  
    `NL3D::CViewport::getHeight()' 
 flare_model.cpp:81: warning: statement with no effect 

NL3D::CViewport::getX/Y/Height/Width must be added or else methods of
CFlareModel must use NL3D::CViewport::getValues().

  A.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]