Search found 28 matches

by go
Fri Jan 16, 2009 6:39 am
Forum: Beginners Help
Topic: is there any way to control each child's material ?
Replies: 5
Views: 515

Thanks for your reply.

I mean I want to change child's material like α value or make material pointcloud not to mean change bone's rotation or position,I've already done it.

Thanks
by go
Fri Jan 16, 2009 3:21 am
Forum: Beginners Help
Topic: is there any way to control each child's material ?
Replies: 5
Views: 515

OK, thanks.

I can control each material's setting before we load the mesh. but can't do it after rending it.


and I think there is some way to control, mayabe. hmm I'll tryi it thanks. if i can't do it. I'll load the mesh individual.
by go
Thu Jan 15, 2009 1:56 pm
Forum: Beginners Help
Topic: is there any way to control each child's material ?
Replies: 5
Views: 515

is there any way to control each child's material ?

Hi, I want to control each child's material like under sourcecode scene::ISceneNode* haL = Node2->getXJointNode("child"); haL->setMaterialFlag(video::EMF_POINTCLOUD, true); But it can't do well. so I ask is there any way to control each child's material and is it possible? Thanks!![/code]
by go
Thu Dec 25, 2008 2:48 am
Forum: Beginners Help
Topic: is There any way to record and reply in Irrlicht ?
Replies: 3
Views: 419

Thanks for your first and good reply !!

I'll try it and report the result.

Thanks !!
by go
Tue Dec 23, 2008 10:24 am
Forum: Beginners Help
Topic: is There any way to record and reply in Irrlicht ?
Replies: 3
Views: 419

is There any way to record and reply in Irrlicht ?

Hey, I want to record log(like camera position and, object's) and reply it in Irrlicht.

Is there any way to do this ? I think some people may still implemented it, and have some sources or URL, so if you know that, please teach me.

Thanks!
by go
Sat Dec 13, 2008 10:01 pm
Forum: Beginners Help
Topic: How to dray both polygon (maybe use culling)?
Replies: 1
Views: 248

Ok, I can do it from http://irrlicht.sourceforge.net/phpBB2/ ... 2898a9b1a1

using

node->setMaterialFlag(video::EMF_BACK_FACE_CULLING, false);


Thanks !!
by go
Sat Dec 13, 2008 9:50 pm
Forum: Beginners Help
Topic: How to dray both polygon (maybe use culling)?
Replies: 1
Views: 248

How to dray both polygon (maybe use culling)?

Hey, I'm now making anatomycal simulation. and got an problem.

when i draw something in Irrlicht , it does not draw both polygon side. is there any way to draw both polygon side?

Thanks
by go
Sat Nov 22, 2008 7:42 am
Forum: Beginners Help
Topic: How to unhide object's especially part?
Replies: 8
Views: 579

I think when "PointCloud = true;" property's settings, Only Vertex is drawned. in draw function. So It is not so much difficult to implement in irrlicht itself to not draw specified parts...(not to draw itself) But not realzed how to do it..(maybe easy way is implement draw function to add...
by go
Sat Nov 22, 2008 6:45 am
Forum: Beginners Help
Topic: How to unhide object's especially part?
Replies: 8
Views: 579

This is not Transparent sample, but I found MeshMaterial can set for specific part Not good part for this sample is I can't get MeshBuffer name specific like getMeshBuffer("chestR"); Thanks scene::IAnimatedMesh* pinMesh = smgr->getMesh(chest.c_str()); if (pinMesh == NULL) return 1; // Mesh...
by go
Sat Nov 22, 2008 5:45 am
Forum: Beginners Help
Topic: How to unhide object's especially part?
Replies: 8
Views: 579

I am not willing to get complete transparency,

so i think it can be done to use CMeshbuffer's getMaterial function to get Material info and set Material's value.

But I don't know what parameter is important or not.

Is there anyone who knows these settings?

Thanks.
by go
Sat Nov 22, 2008 4:56 am
Forum: Beginners Help
Topic: How to unhide object's especially part?
Replies: 8
Views: 579

Thanks for reply's

And I want to know the sample source to hide specially part. maybe it is also helpful for some people who want to know this way too.

Thanks
by go
Fri Nov 21, 2008 2:11 pm
Forum: Beginners Help
Topic: How to unhide object's especially part?
Replies: 8
Views: 579

How to unhide object's especially part?

Hi, I'm now making anlyzing application.


I know ISceneNode itself can unhide for using setVisible function. But I don't know how to unhide Object's especialy part.

I tried getJointNode but can't unhide object.

Is there any way to unhide especially parts?

Thanks
by go
Fri Nov 21, 2008 2:54 am
Forum: Beginners Help
Topic: how to use addCameraSceneNodeFPS with not cursor fixed ?
Replies: 2
Views: 275

Thanks very much!!

Your first post is very helpful for me and very appreciate for you.
by go
Thu Nov 20, 2008 8:52 pm
Forum: Beginners Help
Topic: how to use addCameraSceneNodeFPS with not cursor fixed ?
Replies: 2
Views: 275

how to use addCameraSceneNodeFPS with not cursor fixed ?

Hey, addCameraSceneNodeFPS camera is very useful.

But i have one problem. I'm now using irrlicht with other gui, so I want to use addCameraSceneNodeFPS without cursor moving fixed.

Is there any way to do this?

Thanks
by go
Thu Nov 20, 2008 3:38 pm
Forum: Beginners Help
Topic: Is there any way to use irrlicht device to win picture boxes
Replies: 2
Views: 227

oh maybe useful.

Thanks for your quick reply.