Search found 65 matches

by jimowns
Thu Dec 21, 2006 10:06 pm
Forum: Beginners Help
Topic: Frame loops, animation sequences.
Replies: 4
Views: 807

thanks :)
by jimowns
Thu Dec 21, 2006 7:53 pm
Forum: Beginners Help
Topic: weapon
Replies: 32
Views: 3936

i got it now :) thanks zeno60
by jimowns
Thu Dec 21, 2006 7:14 pm
Forum: Beginners Help
Topic: weapon
Replies: 32
Views: 3936

i fixt it :D , thank you all
by jimowns
Thu Dec 21, 2006 7:10 pm
Forum: Beginners Help
Topic: weapon
Replies: 32
Views: 3936

this code is dont giveing me errors but its keep dropping my weapon .

Code: Select all

gunnode->setParent(gunnode); 
by jimowns
Thu Dec 21, 2006 6:41 pm
Forum: Beginners Help
Topic: weapon
Replies: 32
Views: 3936

yeah in C++ :(
sow zeno60 i must need delete gunnode->setParent(camera);

if i do that i got the same problem with the weapon :s
by jimowns
Thu Dec 21, 2006 6:23 pm
Forum: Beginners Help
Topic: weapon
Replies: 32
Views: 3936

ok

i em so NOOB in irrlicht :(
by jimowns
Thu Dec 21, 2006 5:59 pm
Forum: Beginners Help
Topic: weapon
Replies: 32
Views: 3936

Peasley wrote:well is "camera" the name of your camera node? It looks like your trying to give it a parent that doesnt exist.
how do you mean ?
by jimowns
Thu Dec 21, 2006 5:44 pm
Forum: Beginners Help
Topic: weapon
Replies: 32
Views: 3936

thanks zeno60 :D

i got a problem with this code

gunnode->setParent(camera);


but its says this

------ Build started: Project: Project1, Configuration: Debug Win32 ------
Compiling...
game.cpp
.\game.cpp(89) : error C2065: 'camera' : undeclared identifier
Build log was saved at "file://c ...
by jimowns
Thu Dec 21, 2006 10:26 am
Forum: Beginners Help
Topic: Frame loops, animation sequences.
Replies: 4
Views: 807

Re: Frame loops, animation sequences.

i'm not so far like you .
but can you tell me how did you get our weapon on your screen please .

here you've a code to let you weapon schoot with the left mouse button , i just got it from the examples 15. Demo .


bool CDemo::OnEvent(SEvent event)
{
if (!device)
return false;

if (event ...
by jimowns
Thu Dec 21, 2006 10:16 am
Forum: Beginners Help
Topic: weapon
Replies: 32
Views: 3936

i realy looking on this forum To add a weapon to a FPS camera but i can't find .
by jimowns
Wed Dec 20, 2006 10:17 pm
Forum: Beginners Help
Topic: weapon
Replies: 32
Views: 3936

yea i know the examples .

its dont whont to works to add my weapon in the screenNode .
by jimowns
Wed Dec 20, 2006 7:42 pm
Forum: Beginners Help
Topic: weapon
Replies: 32
Views: 3936

i only can programming in Console , this is my first 1 week in irrlicht .
but is there not a tutorial for irrlicht ?
by jimowns
Wed Dec 20, 2006 6:45 pm
Forum: Beginners Help
Topic: weapon
Replies: 32
Views: 3936

its giveing me so many errors

------ Build started: Project: Project1, Configuration: Debug Win32 ------
Compiling...
game.cpp
.\game.cpp(89) : error C2065: 'pManager' : undeclared identifier
.\game.cpp(89) : error C2227: left of '->getDevice' must point to class/struct/union/generic type
type ...
by jimowns
Wed Dec 20, 2006 1:37 pm
Forum: Beginners Help
Topic: Linker Error: undefined references
Replies: 5
Views: 936

try to add this .

Code: Select all

int main()
{ 
	
	IrrlichtDevice *device =
    device = irr::createDevice(EDT_DIRECT3D9, core::dimension2d<s32>(1280, 1024), 32, true);
by jimowns
Tue Dec 19, 2006 5:03 pm
Forum: Beginners Help
Topic: weapon
Replies: 32
Views: 3936

normaly i'm trying to get my gun on my richt side of my screen .
like counter strike and more schooter games.