head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.4 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.2 pkgsrc-2012Q4-base:1.2; locks; strict; comment @// @; 1.2 date 2012.12.03.13.15.51; author ryoon; state dead; branches; next 1.1; 1.1 date 2012.10.20.22.10.18; author joerg; state Exp; branches; next ; desc @@ 1.2 log @Update to 2.64a XXX This revision may build on NetBSD 6.* and Linux only. * Convert to scons build * Remove MESSAGE file, we need not to copy files to ~/.blender Changelog: * Add cycles engine * New features and bugfixes @ text @$NetBSD: patch-extern_solid_src_complex_DT__Complex.cpp,v 1.1 2012/10/20 22:10:18 joerg Exp $ --- extern/solid/src/complex/DT_Complex.cpp.orig 2012-10-20 10:47:02.000000000 +0000 +++ extern/solid/src/complex/DT_Complex.cpp @@@@ -123,15 +123,6 @@@@ inline DT_CBox computeCBox(const DT_Conv return DT_CBox(p->bbox()); } -inline DT_CBox computeCBox(MT_Scalar margin, const MT_Transform& xform) -{ - const MT_Matrix3x3& basis = xform.getBasis(); - return DT_CBox(MT_Point3(MT_Scalar(0.0), MT_Scalar(0.0), MT_Scalar(0.0)), - MT_Vector3(basis[0].length() * margin, - basis[1].length() * margin, - basis[2].length() * margin)); -} - void DT_Complex::refit() { DT_RootData rd(m_nodes, m_leaves); @ 1.1 log @const global objects must have a defaulted constructor. Make sure that functions are defined before used in templates. @ text @d1 1 a1 1 $NetBSD$ @