mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
support patches for characters too
This commit is contained in:
parent
e79c9aef46
commit
36f909b2bf
@ -372,7 +372,8 @@ make_geometry(EggNode *egg_node) {
|
||||
EggBin *egg_bin = DCAST(EggBin, egg_node);
|
||||
|
||||
if (!egg_bin->empty() &&
|
||||
egg_bin->get_bin_number() == EggBinner::BN_polyset) {
|
||||
(egg_bin->get_bin_number() == EggBinner::BN_polyset ||
|
||||
egg_bin->get_bin_number() == EggBinner::BN_patches)) {
|
||||
EggGroupNode *bin_home = determine_bin_home(egg_bin);
|
||||
|
||||
bool is_dynamic;
|
||||
|
Loading…
x
Reference in New Issue
Block a user