Search found 9 matches

by tatvainfopci33
Tue Jun 02, 2015 10:39 am
Forum: Advanced Help
Topic: Animation issue with IrrlichtLime
Replies: 10
Views: 2432

Re: Animation issue with IrrlichtLime

Thanks Foaly for help I have found issue. I have just replace Irrlicht.dll (1.8.0) to Irrlicht.dll (1.9.0 alpha) in debug folder. other question. If I install MS VC++ 2013 redistributable (86) then it is not working. But i install MS VC++ 2010 redistributable (86) then it is working. Do you know why...
by tatvainfopci33
Tue Jun 02, 2015 5:13 am
Forum: Advanced Help
Topic: Animation issue with IrrlichtLime
Replies: 10
Views: 2432

Re: Animation issue with IrrlichtLime

Hello Foaly, I have tested with new OS.(Not installed any software). Now i have install following software .net framework from https://www.microsoft.com/en-in/download/details.aspx?id=30653 vc++ from https://www.microsoft.com/en-us/download/details.aspx?id=30679 then i am facing same error . I think...
by tatvainfopci33
Fri May 29, 2015 1:36 pm
Forum: Advanced Help
Topic: Animation issue with IrrlichtLime
Replies: 10
Views: 2432

Re: Animation issue with IrrlichtLime

Yes, following files are available in debug folder 1)Irrlicht.dll 2)IrrlichtLime.dll 3)IrrlichtLime.ilk 4)IrrlichtLime.pdb 5)IrrlichtLime.xml But it is working in 64 bit OS. I have noticed, platform target = 86 in build option (visual studio -> project properties) If i change platform target from 86...
by tatvainfopci33
Tue May 26, 2015 6:54 am
Forum: Advanced Help
Topic: Animation issue with IrrlichtLime
Replies: 10
Views: 2432

Re: Animation issue with IrrlichtLime

I have just download example from http://sourceforge.net/projects/irrlichtlime/files/Irrlicht%20Lime/ Now, I have run this example (from debug folder (01.HelloWorld.exe) ) with following system configuration 1) 32 bit OS (win 7) 2) Installed- Microsoft Visual C++ 2010 Redistributable Package (x86) 3...
by tatvainfopci33
Wed May 20, 2015 12:04 pm
Forum: Beginners Help
Topic: flat animation to 3D animation
Replies: 1
Views: 312

flat animation to 3D animation

Hello Everyone, How to display 3D animation using IrrLicht.Lime ? I am getting animation like 2D (flat) animation.(I have image but How to upload image?) but i want to 3D animation. I have use following item for that 1) .3DS Image 2) IrrlichtLime.Video.DriverType.Direct3D9 3) MaterialFlag.Lighting 4...
by tatvainfopci33
Wed May 20, 2015 6:34 am
Forum: Advanced Help
Topic: Animation issue with IrrlichtLime
Replies: 10
Views: 2432

Re: Animation issue with IrrlichtLime

Hello Foaly, Thanks for reply. I thinks, problem with lighting position and camera position (this is working with Irrlicht.net). Can you please help for that? If _scaleFactorUnit >= 1 then Okay animation. If _scaleFactorUnit < 1 then animation is total black (Not perfect animation) This position is ...
by tatvainfopci33
Tue May 19, 2015 11:35 am
Forum: Advanced Help
Topic: Animation issue with IrrlichtLime
Replies: 10
Views: 2432

Animation issue with IrrlichtLime

Hello Everyone, We had used IrrLicht.Net.dll in our project. Now we are going to update animation using IrrlichtLime. But I am facing some issue we had used "MaterialFlag.LIGHTING" and "MaterialType.FORCE_32BIT_DO_NOT_USE" using Irrlicht.net dll. But we are not able to find "...
by tatvainfopci33
Mon May 11, 2015 6:16 am
Forum: Beginners Help
Topic: Need your help
Replies: 2
Views: 590

Re: Need your help

Hello Foaly, Thanks for reply, Yes, Setup file is not working. (This is working with code) Yes, I used installer using Visual Studio We will focus on .net 4.0 in Visual Studio 2010. I have tested with following step 1) Download Irrlicht.Net.dll(0.2.0.0) (Irrlicht.dll, Irrlicht.Net.dll) 2) Remove irr...
by tatvainfopci33
Thu May 07, 2015 12:06 pm
Forum: Beginners Help
Topic: Need your help
Replies: 2
Views: 590

Need your help

Hello irrlichat team Thanks in advance, Can you please help me? I am facing problem with irrlicht.NET.dll(Version 0.11.2724.16601). My project is working last few year with this dll and .net framework 2.0. Now, We have decided change framework of my project from framework 2.0 to framework 4.5. When ...