Search found 22 matches

by mnunesvsc
Tue Apr 02, 2019 8:59 pm
Forum: Advanced Help
Topic: Thin Transparent Mesh layer
Replies: 10
Views: 1298

Re: Thin Transparent Mesh layer

THANK YOU VERY MUCH, worked like a charm, sorry for the confusion, so many time without posting, can not express how much i am gratefull

even the circleNode worked with the just that adjust

Image

many thanks
by mnunesvsc
Mon Apr 01, 2019 1:45 pm
Forum: Advanced Help
Topic: Thin Transparent Mesh layer
Replies: 10
Views: 1298

Re: Thin Transparent Mesh layer

Well i created a project, based on the example 3 custom scene here follow the code, just put on a folder, on the samples of irrlicht to be able to see the media path and compile all i am using Ming with codeblocks, but on visual studio the problem is the same, the vertex only render on the white bac...
by mnunesvsc
Fri Mar 29, 2019 12:11 pm
Forum: Advanced Help
Topic: Thin Transparent Mesh layer
Replies: 10
Views: 1298

Re: Thin Transparent Mesh layer

Well that is what i am doing, but are not working here is the code, can you appoint me what i am doing wrong ?       SMaterial NM;     // NM.EmissiveColor = SColor(0x10, 0, 0xCC,0);     // NM.ColorMaterial = SColor(0x0A, 0, 0xCC,0);     NM.Lighting = false;     NM.Thickness = 3.0f;     NM.FrontfaceC...
by mnunesvsc
Thu Mar 28, 2019 12:54 pm
Forum: Advanced Help
Topic: Thin Transparent Mesh layer
Replies: 10
Views: 1298

Re: Thin Transparent Mesh layer

Thanks for the quickly response. Yes the name was bad formed, but the problem is i need the 'line' or rather the triangle i draw, and it is draw the way i need it; [img] http://35.198.25.105/img/Spiral%20Issue.JPG [/img] to be transparent green, showing all behind him like on this one http://irrlich...
by mnunesvsc
Wed Mar 27, 2019 12:19 pm
Forum: Advanced Help
Topic: Thin Transparent Mesh layer
Replies: 10
Views: 1298

Thin Transparent Mesh layer

For someone who can could help, i am trying to create a thin mesh layer to display altitude and some others infos and nothing happens after all tryies, here follows the code, if some helpfull soul could lend me a hand i appreciate. here follows the class   /* ------------------------------------->  ...
by mnunesvsc
Tue Mar 19, 2019 12:50 pm
Forum: Beginners Help
Topic: Confused about vertices in Irrlicht
Replies: 6
Views: 1680

Re: Confused about vertices in Irrlicht

Can you post your experience, your code of the square, thanks in advance
by mnunesvsc
Wed Mar 13, 2019 9:31 pm
Forum: Advanced Help
Topic: Culling Problem
Replies: 3
Views: 1246

Re: Culling Problem

Nice iso, how do you configured the cam ?
by mnunesvsc
Fri Oct 26, 2012 12:04 pm
Forum: Project Announcements
Topic: Front Warrior Grass Generator
Replies: 25
Views: 10164

Re: Front Warrior Grass Generator

you should send images to the monthly competition, the result of your work is really good.
by mnunesvsc
Mon Oct 31, 2011 10:22 pm
Forum: Beginners Help
Topic: 2D image mirroring
Replies: 7
Views: 2652

Re: 2D image mirroring

thankyou very much, i am going to use it right now
by mnunesvsc
Fri Oct 28, 2011 5:00 pm
Forum: Bug reports
Topic: [no bug]Can not retrieve the executable path from system
Replies: 10
Views: 1032

Re: Can not retrieve the executable path from system

Thank all of you for the really fast response, i switched to the release version of compilation and Voilà it worked i think it is something on the generation of the debug version wich one i had renamed to irrlicht_d.a, then i had used the release version of the lib on the compilation ( of the debug ...
by mnunesvsc
Fri Oct 28, 2011 1:42 pm
Forum: Bug reports
Topic: [no bug]Can not retrieve the executable path from system
Replies: 10
Views: 1032

Re: Can not retrieve the executable path from system

Here follows, simple app reproducing the error using, as said before, the following configurations mingw 4.5.2 codeblocks on Windows 7 x64 irrlicht statically linked   #include <iostream> #include <irrlicht.h>   std::string appPath; irr::IrrlichtDevice *device = NULL;   // int main() {     //     de...
by mnunesvsc
Thu Oct 27, 2011 4:14 pm
Forum: Bug reports
Topic: [no bug]Can not retrieve the executable path from system
Replies: 10
Views: 1032

Re: Can not retrieve the executable path from system

Well, cleaned the project and the irrlicht code, rebuilded everything, the version remaining the same, SVN 3972 the function does not work and the error presents on this piece of code:     // this code belongs to // irrstring.h           //! Returns character string         /** \return pointer to C-...
by mnunesvsc
Wed Oct 26, 2011 3:54 pm
Forum: Beginners Help
Topic: 2D image mirroring
Replies: 7
Views: 2652

Re: 2D image mirroring

I'd like do use your cod on a project of mine, can you send to me or disponibilize it here.

thanks in advance.
by mnunesvsc
Wed Oct 26, 2011 1:20 pm
Forum: Bug reports
Topic: [no bug]Can not retrieve the executable path from system
Replies: 10
Views: 1032

Re: Can not retrieve the executable path from system

it worked until friday ( 2011/10/21 ) after an svn update it do not work anymore.

AND i recompiled everything including the irrlicht engine.

Using MingW and static irrlicht.
by mnunesvsc
Tue Oct 25, 2011 6:14 pm
Forum: Bug reports
Topic: [no bug]Can not retrieve the executable path from system
Replies: 10
Views: 1032

[no bug]Can not retrieve the executable path from system

Trying an old code to retrieve info from the system with:    appPath.assign( device->getFileSystem()->getWorkingDirectory().c_str() )   it fails on this function:           //! finds last occurrence of character in string         /** \param c: Character to search for.         \param start: start to ...