I think irredit is really useful. I use it to great extend and shaves off a lot of development time for me. I think it also paves the way to new features that extend irrlicht in the future.
but that is just my 2 cents. But don't forget, irrlicht is still something that niko does out of hobby, so he ...
Search found 78 matches
- Wed Oct 18, 2006 10:26 pm
- Forum: Open Discussion and Dev Announcements
- Topic: IrrEdit and friends - Big Waste of Niko's and friends' time
- Replies: 110
- Views: 19994
- Mon Oct 09, 2006 6:21 pm
- Forum: Open Discussion and Dev Announcements
- Topic: scripting in irrlicht
- Replies: 7
- Views: 1725
- Thu Oct 05, 2006 6:59 pm
- Forum: Advanced Help
- Topic: Cubemapping
- Replies: 31
- Views: 8029
- Tue Oct 03, 2006 7:03 pm
- Forum: Open Discussion and Dev Announcements
- Topic: scripting in irrlicht
- Replies: 7
- Views: 1725
scripting in irrlicht
I want to be able to add scripting to the project I am working on. But I really have no idea how I should design the interface. Is there anyone who has a good understanding of scripting in games, an wants to share his knowledge?
This is what I want to be able to do:
use triggers to start a script ...
This is what I want to be able to do:
use triggers to start a script ...
- Sat Sep 30, 2006 9:10 pm
- Forum: Advanced Help
- Topic: Cubemapping
- Replies: 31
- Views: 8029
Hey, Nice that you are creating this, I must admit I never finished it(among other things) I think now that irrlicht has render to texture you do not need my code anymore, like you said.
You would simply put the cam at the object that is to be cubemapped, and take a screenshot in all 6 directions ...
You would simply put the cam at the object that is to be cubemapped, and take a screenshot in all 6 directions ...
- Fri Aug 11, 2006 12:27 pm
- Forum: Project Announcements
- Topic: ShootIrr - [UPDATE - Alpha 0.8]
- Replies: 102
- Views: 17300
- Thu Aug 10, 2006 3:43 pm
- Forum: Beginners Help
- Topic: is there a scenenode->getmesh?
- Replies: 9
- Views: 1471
- Wed Aug 09, 2006 1:36 pm
- Forum: Beginners Help
- Topic: is there a scenenode->getmesh?
- Replies: 9
- Views: 1471
- Wed Aug 09, 2006 1:15 am
- Forum: Beginners Help
- Topic: is there a scenenode->getmesh?
- Replies: 9
- Views: 1471
yeah, I know, thats why I said IMeshSceneNode, I guess you could use getType() to see what kind of scenenode you should use, and then create a pointer of that kind to reference to it. But as most of the scene nodes have IMeshSceneNode as their parent, I feel that the getMesh() should be in there ...
- Tue Aug 08, 2006 7:35 pm
- Forum: Beginners Help
- Topic: is there a scenenode->getmesh?
- Replies: 9
- Views: 1471
is there a scenenode->getmesh?
As I am using the new .irr scene file loader, I would like to gain control over the mesh that a loaded mesh-scenenode posesses.
But there is only a setMesh, and no getMesh(or something like that). Would it be a problem adding this getter to the IMeshSceneNode (and CMeshSceneNode) interface? It ...
But there is only a setMesh, and no getMesh(or something like that). Would it be a problem adding this getter to the IMeshSceneNode (and CMeshSceneNode) interface? It ...
- Wed Jul 26, 2006 11:53 pm
- Forum: Off-topic
- Topic: common game practice question: singleton vs pointer passing
- Replies: 3
- Views: 916
common game practice question: singleton vs pointer passing
It has come to my attention that there are 2 very different aproches to the architecture of the core of a game engine. Now I can understand that this very much relies on the type of game, but I have seen 2 mayor different aproches that do essentially the same.
Example of the singleton structure can ...
Example of the singleton structure can ...
- Sun Jul 23, 2006 10:06 pm
- Forum: Beginners Help
- Topic: render irrlicht window in dialog with diffrent thread
- Replies: 3
- Views: 821
- Sat Jul 22, 2006 2:04 am
- Forum: Beginners Help
- Topic: render irrlicht window in dialog with diffrent thread
- Replies: 3
- Views: 821
- Thu Jul 20, 2006 10:15 pm
- Forum: Beginners Help
- Topic: render irrlicht window in dialog with diffrent thread
- Replies: 3
- Views: 821
- Thu Jul 20, 2006 2:59 am
- Forum: Beginners Help
- Topic: render irrlicht window in dialog with diffrent thread
- Replies: 3
- Views: 821
render irrlicht window in dialog with diffrent thread
I guess this is more a windows API question, but I think it is also very related to irrlicht.
I have a (skinned) app, and when a certain event is received, I want to display a complete irrlicht app in a child window of the app.
I have created a dll with the irrlicht app, that I call from the main ...
I have a (skinned) app, and when a certain event is received, I want to display a complete irrlicht app in a child window of the app.
I have created a dll with the irrlicht app, that I call from the main ...