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
many thanks
Search found 22 matches
- Tue Apr 02, 2019 8:59 pm
- Forum: Advanced Help
- Topic: Thin Transparent Mesh layer
- Replies: 10
- Views: 1479
- Mon Apr 01, 2019 1:45 pm
- Forum: Advanced Help
- Topic: Thin Transparent Mesh layer
- Replies: 10
- Views: 1479
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...
- Fri Mar 29, 2019 12:11 pm
- Forum: Advanced Help
- Topic: Thin Transparent Mesh layer
- Replies: 10
- Views: 1479
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...
- Thu Mar 28, 2019 12:54 pm
- Forum: Advanced Help
- Topic: Thin Transparent Mesh layer
- Replies: 10
- Views: 1479
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...
- Wed Mar 27, 2019 12:19 pm
- Forum: Advanced Help
- Topic: Thin Transparent Mesh layer
- Replies: 10
- Views: 1479
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 /* -------------------------------------> ...
- Tue Mar 19, 2019 12:50 pm
- Forum: Beginners Help
- Topic: Confused about vertices in Irrlicht
- Replies: 6
- Views: 1782
Re: Confused about vertices in Irrlicht
Can you post your experience, your code of the square, thanks in advance
- Wed Mar 13, 2019 9:31 pm
- Forum: Advanced Help
- Topic: Culling Problem
- Replies: 3
- Views: 1328
Re: Culling Problem
Nice iso, how do you configured the cam ?
- Fri Oct 26, 2012 12:04 pm
- Forum: Project Announcements
- Topic: Front Warrior Grass Generator
- Replies: 25
- Views: 10688
Re: Front Warrior Grass Generator
you should send images to the monthly competition, the result of your work is really good.
- Mon Oct 31, 2011 10:22 pm
- Forum: Beginners Help
- Topic: 2D image mirroring
- Replies: 7
- Views: 3194
Re: 2D image mirroring
thankyou very much, i am going to use it right now
- Fri Oct 28, 2011 5:00 pm
- Forum: Bug reports
- Topic: [no bug]Can not retrieve the executable path from system
- Replies: 10
- Views: 1087
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 ...
- Fri Oct 28, 2011 1:42 pm
- Forum: Bug reports
- Topic: [no bug]Can not retrieve the executable path from system
- Replies: 10
- Views: 1087
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...
- Thu Oct 27, 2011 4:14 pm
- Forum: Bug reports
- Topic: [no bug]Can not retrieve the executable path from system
- Replies: 10
- Views: 1087
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-...
- Wed Oct 26, 2011 3:54 pm
- Forum: Beginners Help
- Topic: 2D image mirroring
- Replies: 7
- Views: 3194
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.
thanks in advance.
- Wed Oct 26, 2011 1:20 pm
- Forum: Bug reports
- Topic: [no bug]Can not retrieve the executable path from system
- Replies: 10
- Views: 1087
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.
AND i recompiled everything including the irrlicht engine.
Using MingW and static irrlicht.
- Tue Oct 25, 2011 6:14 pm
- Forum: Bug reports
- Topic: [no bug]Can not retrieve the executable path from system
- Replies: 10
- Views: 1087
[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 ...