About Store Forum Documentation Contact



Post Reply 
Merging meshes
Author Message
PsychoBoy Offline
Member

Post: #1
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
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply