Search found 3 matches

by Gramli
Mon Apr 22, 2013 10:43 am
Forum: Beginners Help
Topic: could not load mesh?????
Replies: 7
Views: 3419

Re: could not load mesh?????

i have same problem but i load irr scene which was exportet from CopperCupe4.

if (argc>1)
smgr->loadScene(argv[1]);
else
smgr->loadScene("C:/Users/User/Desktop/game0.3/game03.irr");

but could not load irrmeshes which are in "C:\Users\User\Desktop\game0.3\game03.irr.meshes"

can you help me ...
by Gramli
Mon Apr 01, 2013 12:49 pm
Forum: Everything 2d/3d Graphics
Topic: Problem with blender object
Replies: 2
Views: 1527

Re: Problem with blender object

Thank you!!
Invert normals help:) (W key -> Flip normals).
by Gramli
Sun Mar 31, 2013 5:17 pm
Forum: Everything 2d/3d Graphics
Topic: Problem with blender object
Replies: 2
Views: 1527

Problem with blender object

Hi,
I have a problem with object which was made in blender and export to .obj.
When I display it in Irrlicht i cant see the outside of the car.I only see inside and parts of outside ,but i wanna see only outside.

I made a car using plane, then extruded it and helped by function mirror to make a ...