Update MAX_MORPH_TARGETS to 256
This commit is contained in:
committed by
Philip Rideout
parent
37aafdd912
commit
d8ea26e305
@@ -151,7 +151,7 @@ enum VertexAttribute : uint8_t {
|
||||
};
|
||||
|
||||
static constexpr size_t MAX_LEGACY_MORPH_TARGETS = 4;
|
||||
static constexpr size_t MAX_MORPH_TARGETS = 128; // this is limited by filament::CONFIG_MAX_MORPH_TARGET_COUNT
|
||||
static constexpr size_t MAX_MORPH_TARGETS = 256; // this is limited by filament::CONFIG_MAX_MORPH_TARGET_COUNT
|
||||
static constexpr size_t MAX_CUSTOM_ATTRIBUTES = 8;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user