PsychoBoy
Member
|
Merging meshes
Hi again, i get stuck while trying to merge two meshes into one. These meshes are one-parted, so I'm trying to simply add one to other and then re-set renderMesh, but:
Code:
Mesh &m = *src1->mesh();
m.parts.add(src2->mesh()->parts[0]);
Error 1 error C2783: 'void EE::MeshPart::operator =(EE::MeshPart &)' : could not deduce template argument for 'UNUSED'
How it can be properly done?
Regards, PsychoBoy
(This post was last modified: 02-22-2012 07:59 PM by PsychoBoy.)
|
|
02-22-2012 01:46 PM |
|