From fe59b6ad4d774012a6d3c6299dd0cda815218795 Mon Sep 17 00:00:00 2001 From: ponchio Date: Fri, 24 Oct 2008 16:37:24 +0000 Subject: [PATCH] Extrinsics.tra is now private, using Tra() --- wrap/gl/shot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrap/gl/shot.h b/wrap/gl/shot.h index 58a8bff7..d1e50b21 100644 --- a/wrap/gl/shot.h +++ b/wrap/gl/shot.h @@ -146,7 +146,7 @@ static ScalarType GetFarPlane(vcg::Shot & shot, vcg::Box3 farcorner; - vcg::Point3 campos = shot.Extrinsics.tra; + vcg::Point3 campos = shot.Extrinsics.Tra(); if (abs(campos.X() - bbox.max.X()) > abs(campos.X() - bbox.min.X())) farcorner.X() = bbox.max.X();