Search found 5 matches

by saadjumani
Sun Nov 06, 2016 7:55 pm
Forum: Beginners Help
Topic: Textures mess up when viewed from distance
Replies: 5
Views: 616

Re: Textures mess up when viewed from distance

Thank you both for your input. After looking at the obj file of 3D model I see Mel kinda came close, but the issue was not z-fighting (assuming that z-fighting means 2 faces overlapping, hearing this term for the first time actually :p ). It seems my obj files did not have normals defined properly. ...
by saadjumani
Sun Nov 06, 2016 12:22 pm
Forum: Beginners Help
Topic: Textures mess up when viewed from distance
Replies: 5
Views: 616

Textures mess up when viewed from distance

Hi, im trying to make a simple scene loading program in C++. It model loads fine and textures are applied as they are expected to, but they kinda mess up when viewed in distance (those diagonal black lines you see in second pic). On a separate note, can someone tell me why some sides/faces are unusu...
by saadjumani
Mon Apr 25, 2016 8:05 pm
Forum: Beginners Help
Topic: Any good tutorials on handling textures?
Replies: 1
Views: 529

Any good tutorials on handling textures?

I am having issues loading textures onto the imported object. For an example I am trying to put a sand texture on a rectangular mesh that I imported as a 3DS file in irrlicht. The sand texture is not loading properly onto the object. So I need a good tutorial or someone who can help and guide me smo...
by saadjumani
Fri Apr 22, 2016 6:12 am
Forum: Beginners Help
Topic: Need help installing irrlicht on ubuntu
Replies: 2
Views: 5642

Re: Need help installing irrlicht on ubuntu

Thank you so much. This was extremely helpful. I compiled it from source and it worked perfectly. In the end I had some minor trouble linking it with Code::Blocks so for anyone with same problem browsing this, just follow steps mentioned by Amziraro and then do the following: -Open up your C::B proj...
by saadjumani
Sat Apr 16, 2016 9:54 am
Forum: Beginners Help
Topic: Need help installing irrlicht on ubuntu
Replies: 2
Views: 5642

Need help installing irrlicht on ubuntu

Hello guys, as you can guess from the title, im a complete newbie in game development from scratch. I do have fair bit of experience of programming in C++, JavaScript and python and I have used a couple of bigger tools like Unity and Unreal but never built anything directly from just a programming l...