Several fixes to 3D rendering, and multimesh implementation.
This commit is contained in:
parent
9d7b7f931b
commit
6deffa62fb
36 changed files with 1212 additions and 222 deletions
|
|
@ -194,6 +194,9 @@ private:
|
|||
protected:
|
||||
static void _bind_methods();
|
||||
virtual void _validate_property(PropertyInfo &property) const;
|
||||
#ifndef DISABLE_DEPRECATED
|
||||
bool _set(const StringName &p_name, const Variant &p_value);
|
||||
#endif
|
||||
|
||||
public:
|
||||
void set_background(BGMode p_bg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue