problems ...

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
Pierrot

problems ...

Post by Pierrot »

hello !!! and first very good job for your engin

I have a same probleme like TETUS in the newbee's helping but when a change :

fdata.name += frame->name[s];

in

fdata.name[s] += frame->name[s];

it's have a news :

161 C:\irrlicht-0.4.2\source\CAnimatedMeshSceneNode.cpp
`ETS_WORLD' undeclared in namespace `irr::video

274 C:\irrlicht-0.4.2\source\CAnimatedMeshSceneNode.cpp
`EVDF_STENCIL_BUFFER' undeclared in namespace `


And I known some attribut name's change but ???? please help us


thx
buhatkj
Posts: 444
Joined: Fri Dec 12, 2003 4:53 am
Contact:

rtfm

Post by buhatkj »

check out the release notes for 0.4.2
in the changes.txt the info you need can be found.
-Ted
My irrlicht-based projects have gone underground for now, but if you want, check out my webcomic instead! http://brokenboomerang.net
Post Reply