Explorar o código

compose and invert transforms componentwise if possible

David Rose %!s(int64=23) %!d(string=hai) anos
pai
achega
4a86946583
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      panda/src/linmath/config_linmath.h

+ 3 - 2
panda/src/linmath/config_linmath.h

@@ -19,12 +19,13 @@
 #ifndef CONFIG_LINMATH_H
 #define CONFIG_LINMATH_H
 
-#include <pandabase.h>
-#include <notifyCategoryProxy.h>
+#include "pandabase.h"
+#include "notifyCategoryProxy.h"
 
 NotifyCategoryDecl(linmath, EXPCL_PANDA, EXPTP_PANDA);
 
 extern const bool paranoid_hpr_quat;
+extern const bool temp_hpr_fix;
 
 extern EXPCL_PANDA void init_liblinmath();