Search found 50 matches

by spidersharma
Tue Mar 29, 2011 6:58 am
Forum: Advanced Help
Topic: Octree Triangle Picking
Replies: 1
Views: 663

Octree Triangle Picking

Hello All,

I had a doubt about Irrlicht Octree creation.
while creating the octree, we will have triangles which are not part of any of the nodes, ie they are getting cut by the nodes.
So what exactly irrlicht does with those triangles.
does it assign them to the parent?

Thanks in advance.
Prashant
by spidersharma
Mon Apr 19, 2010 9:06 am
Forum: Open Discussion and Dev Announcements
Topic: 3ds loader Contribution
Replies: 2
Views: 996

Thanks for the prompt reply.
I haven't used any STL/boost libray, only have used irrlicht libraries.
I will follow up the guidelines by you.
Thanks.
by spidersharma
Mon Apr 19, 2010 6:36 am
Forum: Open Discussion and Dev Announcements
Topic: 3ds loader Contribution
Replies: 2
Views: 996

3ds loader Contribution

Hi All, I am writing a post after quite a long time. Well , I earlier said that I am planning to write a 3ds loader for Irrlicht. I have completed the 3ds loader now, which can load hierarchical models , key frame animations , transparent materials and so on. I would like to contribute this to Irrli...
by spidersharma
Tue Dec 01, 2009 11:27 am
Forum: Beginners Help
Topic: Cube Mapping
Replies: 2
Views: 289

Cube Mapping

Does Irrlicht support cube mapping?
by spidersharma
Wed Nov 11, 2009 3:59 am
Forum: Beginners Help
Topic: Collada Loader
Replies: 3
Views: 376

I tried to load a few .dae models. A few worked, but a few animated one didn't show up. I used mesh viewer for this purpose. I loaded the same models in collada dom and it worked... Also scale of some model was large, so that I couldn't see it properly. I tried to rescale using the mesh viewer, but ...
by spidersharma
Tue Nov 10, 2009 9:48 am
Forum: Beginners Help
Topic: Collada Loader
Replies: 3
Views: 376

Collada Loader

Hi,
I want to use the collada loader of irrlicht.
I want to know if there are bugs in it.
have any one used it?
by spidersharma
Tue Nov 03, 2009 12:03 pm
Forum: Beginners Help
Topic: MutiTexturing
Replies: 1
Views: 341

MutiTexturing

How to do multitexturing in Irrlicht?
by spidersharma
Sat Oct 31, 2009 2:42 pm
Forum: Beginners Help
Topic: Cube Mapping
Replies: 1
Views: 343

Cube Mapping

Does Irrlicht support Cube Mapping?
by spidersharma
Thu Oct 29, 2009 4:24 pm
Forum: Advanced Help
Topic: Picking Invisible Objects
Replies: 12
Views: 1620

Thanks a lot for this valuable suggestion.
by spidersharma
Thu Oct 29, 2009 1:18 pm
Forum: Advanced Help
Topic: Reading Depth/Stencil Buffer
Replies: 1
Views: 412

Reading Depth/Stencil Buffer

Is it possible in Irrlicht to read Depth/Stencil data using glReadPixels() ?
by spidersharma
Thu Oct 29, 2009 12:51 pm
Forum: Advanced Help
Topic: Picking Invisible Objects
Replies: 12
Views: 1620

Thanks a lot.
by spidersharma
Thu Oct 29, 2009 12:33 pm
Forum: Advanced Help
Topic: Reading Pixel Data
Replies: 2
Views: 535

Hi,
I got it.
it's createScreenShot().
sorry for the trouble.
by spidersharma
Thu Oct 29, 2009 12:18 pm
Forum: Advanced Help
Topic: Reading Pixel Data
Replies: 2
Views: 535

Reading Pixel Data

Is it possible in Irrlicht to read back the pixel data from frame buffer?
by spidersharma
Thu Oct 29, 2009 4:45 am
Forum: Advanced Help
Topic: Picking Invisible Objects
Replies: 12
Views: 1620

If we make a meshNode invisible, will it be even registered for rendering?
by spidersharma
Thu Oct 29, 2009 3:33 am
Forum: Advanced Help
Topic: Picking Invisible Objects
Replies: 12
Views: 1620

Hi,
Can we make the object of intrest 100% transparent and pick?
Right now Idon't need more than 3 pickable planes.
My Idea is to do 3dsmax style translation gizmos.
for that I need 3 invisible planes which are pickable.