mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
add demo_multimon
This commit is contained in:
parent
8990f3007e
commit
eca750d283
@ -1,5 +1,6 @@
|
||||
#define OTHER_LIBS interrogatedb:c dconfig:c dtoolconfig:m \
|
||||
dtoolutil:c dtoolbase:c dtool:m pystub
|
||||
|
||||
#define LOCAL_LIBS \
|
||||
framework putil collide loader sgmanip chan text chancfg cull \
|
||||
pnmimage pnmimagetypes event effects graph gobj display \
|
||||
@ -17,7 +18,6 @@
|
||||
|
||||
#define UNIX_SYS_LIBS m
|
||||
|
||||
|
||||
#begin bin_target
|
||||
#define TARGET demo
|
||||
|
||||
@ -35,6 +35,15 @@
|
||||
#define LOCAL_LIBS $[LOCAL_LIBS] pandagl pandadx
|
||||
#end test_bin_target
|
||||
|
||||
#begin test_bin_target
|
||||
#define TARGET demo_multimon
|
||||
|
||||
#define SOURCES \
|
||||
demo.cxx
|
||||
|
||||
#define LOCAL_LIBS $[LOCAL_LIBS] pandadx framework_multimon
|
||||
#end test_bin_target
|
||||
|
||||
#begin test_bin_target
|
||||
#define TARGET downloader
|
||||
|
||||
|
@ -101,7 +101,6 @@ main(int argc, char *argv[]) {
|
||||
camera->set_lens(lens);
|
||||
dr->set_camera(camera);
|
||||
|
||||
|
||||
// Window setup is complete. Now we just need to make a scene graph
|
||||
// for the camera to render.
|
||||
PT_Node render_top = new NamedNode("render_top");
|
||||
|
Loading…
x
Reference in New Issue
Block a user