Search found 7 matches

by eriveraa
Thu Aug 28, 2008 6:26 am
Forum: Beginners Help
Topic: How to create a solid object?
Replies: 13
Views: 1579

When you say the orientation is wrong what do you mean?. I have to invert the indices to clockwise orientation for all the triangles?. Why do i have to use that orientation? i do not understand how does it affects the rendering and how it works. Where can i see any documentation that can help me cla...
by eriveraa
Wed Aug 27, 2008 5:23 pm
Forum: Beginners Help
Topic: How to create a solid object?
Replies: 13
Views: 1579

Hi, thanks for all the replys...and i am back again :) This is the code i have done: class Program { static VideoDriver Driver; static SceneManager Scene; static void Main(string[] args) { IrrlichtDevice Device = new IrrlichtDevice(DriverType.OpenGL, new Dimension2D(640, 480), 16, false, true, true,...
by eriveraa
Sat Aug 23, 2008 6:12 am
Forum: Beginners Help
Topic: How to create a solid object?
Replies: 13
Views: 1579

Any other good soul that can help...
by eriveraa
Fri Aug 22, 2008 9:08 pm
Forum: Beginners Help
Topic: How to create a solid object?
Replies: 13
Views: 1579

Thanks, the process of extruding and tesselation are clear. But all my questions are refered how to do those tasks with the IrrLicht engine...any ideas?

Thanks in advance.
by eriveraa
Fri Aug 22, 2008 5:37 pm
Forum: Beginners Help
Topic: How to create a solid object?
Replies: 13
Views: 1579

Thanks for the replys. I checked the documentation but is not so explained, for example Irrlicht Manual ( http://www.irrlicht3d.org/wiki/index.php?n=Main.IrrlichtManual ) is incomplete and all the definitions (meshes, vertex, indexes, etc.) i need to read are not in that document. Where else can i f...
by eriveraa
Fri Aug 22, 2008 4:00 am
Forum: Beginners Help
Topic: How to create a solid object?
Replies: 13
Views: 1579

How to create a solid object?

Hi community, i have been studying the tutorials and it helped me to start my research on the irrlicht engine. So far i was able to create my first examples with C# and Irrlicht, so in order to make more progress in my project i need some additional guidance: I have a bidimensional cross-section (ba...
by eriveraa
Wed Aug 20, 2008 11:23 pm
Forum: Beginners Help
Topic: Guidance on developing a WinForm App (C#) with IrrLicht
Replies: 1
Views: 661

Guidance on developing a WinForm App (C#) with IrrLicht

Hi, i am new to IrrLichtand i have some questions where i would like some guidance. First of all, i have developed an utility for civil engineers called: Secciones (http://secciones.wordpress.com/2008/07/28/que-es-secciones/) that allows to calculate cross-section properties like Area, Inertia Momen...