Harry
Member
|
Material error
Why I have this error? It showed when I downloaded the latest version of the engine.
sta->mesh->part(i).material[0]==Materials(...)
'EE::MeshPart::material': function call missing argument list; use '&EE::MeshPart::material' to create a pointer to member
(This post was last modified: 12-24-2009 01:29 PM by Harry.)
|
|
12-24-2009 01:28 PM |
|
Masterxilo
Member
|
RE: Material error
MeshPart::material is (now?) a function, you'll have to do:
sta->mesh->part(i).material(0)==Materials(...)
System: Windows 7 Ultimate 64 bit, Q6600 2.4 GHZ, 4GB RAM, nVidia GeForce 260 GTX 896 MB DDR3
Visit my site: hurricane-eye.webs.com
And read my blog: hurricane-eyeent.blogspot.com
|
|
12-24-2009 02:31 PM |
|