getting target

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
mrbig
Posts: 29
Joined: Wed Mar 17, 2004 5:38 am
Location: lakeland, Florida
Contact:

getting target

Post by mrbig »

i am trying to do scene node picking from tut #7 with the tech demo
but i can't get it to work with out getting access errors on
core::vector3df line.start = camera->getPosition();
all i want to do is be abel to do stuff with what i am going to shoot like taking away health for example
ZDeveloper
Posts: 35
Joined: Wed Mar 24, 2004 2:34 pm
Location: Germany
Contact:

Post by ZDeveloper »

I have the same problem.
I think this will help. http://irrlicht.sourceforge.net/phpBB2/ ... php?t=1848
Look at http://www.z-software.de for interesting games.
Post Reply