Comments
parent
93d9272e01
commit
c5e0d8fe02
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue