master
Marc Gilleron 2021-07-11 16:27:17 +01:00
parent 93d9272e01
commit c5e0d8fe02
1 changed files with 3 additions and 0 deletions

View File

@ -39,8 +39,11 @@ public:
virtual Ref<Resource> duplicate(bool p_subresources = false) const { return Ref<Resource>(); }
// Gets which channels this mesher is able to use in its current configuration.
// This is returned as a bitmask where channel index corresponds to bit position.
virtual int get_used_channels_mask() const { return 0; }
// Returns true if this mesher supports generating voxel data at multiple levels of detail.
virtual bool supports_lod() const { return true; }
protected: