mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
make_window() should be public
This commit is contained in:
parent
eec6ae2728
commit
bbddefa885
@ -1131,7 +1131,7 @@ get_shuttle_controls_font() {
|
|||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
// Function: WindowFramework::make_camera
|
// Function: WindowFramework::make_camera
|
||||||
// Access: Protected
|
// Access: Public
|
||||||
// Description: Makes a new 3-d camera for the window.
|
// Description: Makes a new 3-d camera for the window.
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
NodePath WindowFramework::
|
NodePath WindowFramework::
|
||||||
|
@ -136,9 +136,9 @@ public:
|
|||||||
INLINE BackgroundType get_background_type() const;
|
INLINE BackgroundType get_background_type() const;
|
||||||
|
|
||||||
static TextFont *get_shuttle_controls_font();
|
static TextFont *get_shuttle_controls_font();
|
||||||
|
NodePath make_camera();
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
NodePath make_camera();
|
|
||||||
void setup_lights();
|
void setup_lights();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user