mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
bit rot
This commit is contained in:
parent
07b304c5f3
commit
ee0c63235a
@ -33,6 +33,8 @@
|
|||||||
#end bin_target
|
#end bin_target
|
||||||
|
|
||||||
#begin bin_target
|
#begin bin_target
|
||||||
|
// Temporarily commented out until we can bring this to new scene graph.
|
||||||
|
#define BUILD_TARGET
|
||||||
#define TARGET stitch-viewer
|
#define TARGET stitch-viewer
|
||||||
#define LOCAL_LIBS \
|
#define LOCAL_LIBS \
|
||||||
stitchviewer stitchbase
|
stitchviewer stitchbase
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
#define LOCAL_LIBS pandaappbase
|
#define LOCAL_LIBS pandaappbase
|
||||||
#define OTHER_LIBS \
|
#define OTHER_LIBS \
|
||||||
progbase \
|
progbase \
|
||||||
putil:c express:c mathutil:c linmath:c pnmimage:c pnm:c panda:m
|
putil:c express:c mathutil:c linmath:c pnmimage:c panda:m
|
||||||
#define UNIX_SYS_LIBS \
|
#define UNIX_SYS_LIBS \
|
||||||
m
|
m
|
||||||
|
|
||||||
|
@ -25,6 +25,8 @@
|
|||||||
#include "rotate_to.h"
|
#include "rotate_to.h"
|
||||||
#include "executionEnvironment.h"
|
#include "executionEnvironment.h"
|
||||||
|
|
||||||
|
#include <stdio.h> // for sprintf()
|
||||||
|
|
||||||
StitchImage::
|
StitchImage::
|
||||||
StitchImage(const string &name, const string &filename,
|
StitchImage(const string &name, const string &filename,
|
||||||
StitchLens *lens, const LVecBase2d &size_pixels,
|
StitchLens *lens, const LVecBase2d &size_pixels,
|
||||||
|
@ -20,8 +20,9 @@
|
|||||||
#include "stitchImage.h"
|
#include "stitchImage.h"
|
||||||
#include "stitchPoint.h"
|
#include "stitchPoint.h"
|
||||||
|
|
||||||
#include <rotate_to.h>
|
#include "rotate_to.h"
|
||||||
#include <compose_matrix.h>
|
#include "compose_matrix.h"
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
|
|
||||||
Stitcher::MatchingPoint::
|
Stitcher::MatchingPoint::
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
// This directory is temporarily commented out until it can be brought
|
||||||
|
// into the new scene graph.
|
||||||
|
#define BUILD_DIRECTORY
|
||||||
|
|
||||||
#begin ss_lib_target
|
#begin ss_lib_target
|
||||||
#define TARGET stitchviewer
|
#define TARGET stitchviewer
|
||||||
#define LOCAL_LIBS stitchbase
|
#define LOCAL_LIBS stitchbase
|
||||||
|
Loading…
x
Reference in New Issue
Block a user