line 466, added parentesis on default value creator getUV [borland]
This commit is contained in:
parent
966e1e52f0
commit
43f4cfe2b3
|
@ -24,6 +24,9 @@
|
|||
History
|
||||
|
||||
$Log: not supported by cvs2svn $
|
||||
Revision 1.19 2004/11/09 15:49:07 ganovelli
|
||||
added GetUV
|
||||
|
||||
Revision 1.18 2004/10/13 12:45:51 cignoni
|
||||
Better Doxygen documentation
|
||||
|
||||
|
@ -460,7 +463,7 @@ P3ScalarType PSDist( const Point3<P3ScalarType> & p,
|
|||
|
||||
|
||||
template <class P3ScalarType>
|
||||
void GetUV( Point3<P3ScalarType> &n,Point3<P3ScalarType> &u, Point3<P3ScalarType> &v, Point3<P3ScalarType> up=Point3<P3ScalarType>(0,1,0))
|
||||
void GetUV( Point3<P3ScalarType> &n,Point3<P3ScalarType> &u, Point3<P3ScalarType> &v, Point3<P3ScalarType> up=(Point3<P3ScalarType>)(0,1,0))
|
||||
{
|
||||
n.Normalize();
|
||||
const double LocEps=double(1e-7);
|
||||
|
|
Loading…
Reference in New Issue