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