Search found 4 matches

by lpb313
Tue May 17, 2011 3:05 pm
Forum: Beginners Help
Topic: Hide vertices of a mesh that are hidden by another
Replies: 3
Views: 318

Hide vertices of a mesh that are hidden by another

Hello, I come to ask advice on a problem I can not solve! I work on a simulated home room in which are placed surveillance cameras / presence. My goal is to easily visualize vision's cone of these cameras. I added a transparent cone in my scene, work fine. The problem comes from that the cone is vis...
by lpb313
Mon Apr 11, 2011 3:45 pm
Forum: Beginners Help
Topic: teleporter problem (animator) [FIXED]
Replies: 12
Views: 1291

Hi, I found another simpler solution for beginners who have the same problems. This solution works with version 1.7.x Most needed now to clone the annimator. You have to use ISceneNodeAnimatorCollisionResponse and setTargetNode() method. //add the animator to the respective node irr::scene::ISceneNo...
by lpb313
Tue Jul 20, 2010 9:16 am
Forum: Beginners Help
Topic: animation scale, appearance & disappearance
Replies: 4
Views: 402

Thanks for you answer. In fact I find the CSceneNodeAnimatorScale in irrext : http://irrext.svn.sourceforge.net/viewvc/irrext/trunk/extensions/scene/ISceneNodeAnimator/ScaleNode/ I try to use it :P Next I will try to code my own animator for appearance & disappearance animation. Where can I publ...
by lpb313
Mon Jul 19, 2010 2:55 pm
Forum: Beginners Help
Topic: animation scale, appearance & disappearance
Replies: 4
Views: 402

animation scale, appearance & disappearance

Hello, I'm French student and I work on Irrlicht since 3 months. I wants to do different animation. First scale animation : in the doc of irr::scene::ISceneNodeAnimator Class Reference they say that : A scene node animator is able to animate a scene node in a very simple way. It may change its posit...