Search found 150 matches

by r3i
Thu Nov 10, 2005 12:45 am
Forum: Beginners Help
Topic: Some Questions about Optimization ( SOLVED )
Replies: 8
Views: 256

Some Questions about Optimization ( SOLVED )

If i make a mesh invisible calling setVisible( false ), memory will free or not?

And if I've 2 object with the same textures, if I remove only one, i will lose the texture on the other?
by r3i
Mon Nov 07, 2005 2:52 pm
Forum: Beginners Help
Topic: Rotating camera with right and left arrows
Replies: 1
Views: 139

Rotating camera with right and left arrows

Is it possible??
I've tried but I've had some problems with the code: camera move slowly...very slowly
by r3i
Mon Nov 07, 2005 12:00 pm
Forum: Beginners Help
Topic: Water Surface ( SOLVED )
Replies: 2
Views: 226

Hi GfxSyler!
Thank you for the suggest.
I've tried createaddwatersurfacescenenode and it' works.
I've lost a bit of time triyng the perfect setting for waves.
With big waves it's seems that there's an earthquake!

Now trying to get the best aspect for water.
Thank you a lot
by r3i
Mon Nov 07, 2005 11:26 am
Forum: Beginners Help
Topic: Water Surface ( SOLVED )
Replies: 2
Views: 226

Water Surface ( SOLVED )

I've a swimmingpool that is'nt rectangular.
I want to create a water surface with the texture of the water but it hasn't hills: how can I animate it as water?
I've searched for manipulating mesh but there'isnt' anything that can create hills on the mesh.
by r3i
Mon Nov 07, 2005 11:09 am
Forum: Beginners Help
Topic: Change font size?? ( SOLVED )
Replies: 3
Views: 205

Thank You JP it works fine now ;)
by r3i
Mon Nov 07, 2005 9:09 am
Forum: Beginners Help
Topic: Change font size?? ( SOLVED )
Replies: 3
Views: 205

Change font size?? ( SOLVED )

How can I change the font size of a IGUIStaticText??
by r3i
Wed Oct 19, 2005 1:48 pm
Forum: Beginners Help
Topic: Unable to find a post
Replies: 0
Views: 68

Unable to find a post

Hi guys!
I'm trying to rotate tha camera using left and right key ( arrow ).

Time before I've seen a topic but now I can't findi it.
Can someone give me an hand
linkin or helping to solve the problem?
by r3i
Wed Oct 19, 2005 8:44 am
Forum: Beginners Help
Topic: Avatar help->attach to camera
Replies: 5
Views: 265

searching in the forum

Hi Mike,
i think that you must consider your avatar like a personalized curso for your mouse with traslated coordinates: watch here and in the forum "How to"
you can find 1000 topic explaning perfectly the procedures.

^.^ see ou soon
by r3i
Mon Oct 17, 2005 10:27 am
Forum: Beginners Help
Topic: Runtime Fullscreen
Replies: 7
Views: 417

Ehy!!!

Wait...what are ou talking?? Sorry but I must know. recreating the device will be lost everithing??? Is the device only the window in wich the scenemanager draws or is the main of the process?? I' don't think so: if recreating device you can loose all, why we don't lose anything with smgr->endScene(...
by r3i
Mon Oct 17, 2005 8:31 am
Forum: Beginners Help
Topic: Targeting an object (SOLVED)
Replies: 2
Views: 169

Targeting an object (SOLVED)

I've placed in my 3d stage some objects. When mouse is over them, they must be highlighted. I've tried to create code but there are problems. I'hve used the code of the collision tutorial as point of beginning. There is only one problem: selectedSceneNode pointer is always the node of the stage but ...
by r3i
Wed Oct 12, 2005 3:53 pm
Forum: Beginners Help
Topic: Runtime Fullscreen
Replies: 7
Views: 417

Hihi!

You must set variable fullscreen in createdevice to true.
So ou must destroy the precedent video window created with create device and recreate another!

Tip:
usa a function for alloc and dealloc the device that have several parameters included fullscreen ;)
by r3i
Wed Oct 12, 2005 3:50 pm
Forum: Beginners Help
Topic: camera is shaking, or maybe the world is?
Replies: 6
Views: 930

Hi!
I've had the same problem and I've solved placing the camera a bit high than the ground.
The effect is that the collision manager makes the camera fall on the ground but after camera doesn't have any problems! :roll:

Try this trick...
by r3i
Wed Oct 12, 2005 3:41 pm
Forum: Beginners Help
Topic: why all models in a x file is place to origin??
Replies: 3
Views: 249

r3i

Michael before posting try to search in the forum.
If we make many topics we create confusion!
.X format center the objects.
It's a property of the format: in fact you can only export one object in a file .x.

:wink: see ya!
by r3i
Mon Oct 10, 2005 11:18 am
Forum: Beginners Help
Topic: Multiple Collision Doesn't work properly ( SOLVED )
Replies: 0
Views: 141

Multiple Collision Doesn't work properly ( SOLVED )

Hi, this is my problem. After reading topics and all I've finally understood multiple collision. I've tried to use it for highliting different objects in my scene, but when I try there is only one node highlighted!!! this is my code... I don't know why but only the world can be selected and not the ...
by r3i
Mon Oct 10, 2005 10:37 am
Forum: Advanced Help
Topic: Method for getting sceneNode when colliding
Replies: 2
Views: 258

Use MetaTriangleSelector ;)
Find multiple collisions thread of etCaptor