Is it possible to convert irr::core::vector3d< T > to another data type, such as char?
I would like to be able to pass the node position, which is a irr::core::vector3df, to the buff argument of the send() function see Here
It says that I need to "A pointer to a buffer containing the data to be ...
Search found 33 matches
- Sat Aug 15, 2009 1:58 pm
- Forum: Beginners Help
- Topic: Convert irr::core::vector3d< T > to another data type?
- Replies: 2
- Views: 391
- Thu Aug 13, 2009 4:32 pm
- Forum: Game Programming
- Topic: How would i go about starting a mmo
- Replies: 51
- Views: 17341
I agree 100% with that, if you want to make a MMO,and you are happy to learn and are not in a hurry then great ^_^ you learn what your doing and make your way up to a working MMO, and also as long as your main aim is to see your MMO idea in 3D and playable, you can look back and see how much you ...
- Tue Mar 24, 2009 10:07 am
- Forum: Beginners Help
- Topic: Getting the 3rd person's camera's direction.
- Replies: 4
- Views: 623
- Mon Mar 16, 2009 11:58 am
- Forum: Code Snippets
- Topic: [C++] Postprocessing class and shaders (GLSL and HLSL)
- Replies: 41
- Views: 29882
- Tue Mar 10, 2009 8:42 pm
- Forum: Beginners Help
- Topic: 3D pick up class
- Replies: 3
- Views: 904
- Tue Mar 10, 2009 10:40 am
- Forum: Everything 2d/3d Graphics
- Topic: Post Your Irrlicht Screenshots / Render Here.
- Replies: 1548
- Views: 531768
- Mon Mar 09, 2009 9:58 pm
- Forum: Everything 2d/3d Graphics
- Topic: March 2009 screenshot of the month submissions thread
- Replies: 32
- Views: 10871
- Sun Mar 08, 2009 10:02 pm
- Forum: Bug reports
- Topic: Particle Box Emitter and scaled particle system
- Replies: 11
- Views: 2323
- Sat Mar 07, 2009 12:26 pm
- Forum: Bug reports
- Topic: Particle Box Emitter and scaled particle system
- Replies: 11
- Views: 2323
- Mon Feb 23, 2009 3:11 pm
- Forum: Beginners Help
- Topic: I need more tutorials
- Replies: 7
- Views: 799
I too have been looking for applications that use irrlicht, you might want to try googleing some of the projects listed here Clicky
A comment to the web designer of irrlicht homepage, add some hyperlinks to the actual projects homepages if they have any, I can't seam to find some of the projects ...
A comment to the web designer of irrlicht homepage, add some hyperlinks to the actual projects homepages if they have any, I can't seam to find some of the projects ...
- Sat Feb 21, 2009 12:16 pm
- Forum: Open Discussion and Dev Announcements
- Topic: What are the renderers YOU are using?
- Replies: 32
- Views: 5992
- Wed Feb 18, 2009 1:17 pm
- Forum: Beginners Help
- Topic: arkanoid
- Replies: 22
- Views: 2279
- Tue Feb 17, 2009 8:57 pm
- Forum: Beginners Help
- Topic: [Solved] Creating a Function
- Replies: 9
- Views: 1033
- Tue Feb 17, 2009 8:39 pm
- Forum: Beginners Help
- Topic: Changing Mouse Cursor Position?
- Replies: 2
- Views: 584
- Tue Feb 17, 2009 8:36 pm
- Forum: Beginners Help
- Topic: [Solved] Creating a Function
- Replies: 9
- Views: 1033
Code: Select all
void yourFunction(IrrlichtDevice *device)
{
device->getWhatEverYouWant();
}