Tagged Questions
5
votes
4answers
656 views
Game Editor - When screen is clicked, how do you identify which object that is clicked?
I'm trying to create a Game Editor, currently just placing different types of Shapes and such. I'm doing this in Windows Forms while drawing the 3D with XNA. So, if I have a couple of Shapes on the ...
3
votes
1answer
547 views
Game editor integration with the engine?
What I am trying to figure out is what is the best way to integrate the editor(level, effects, model, etc...) in the most effective way?
Now the first thing I thought would be to create the game ...
1
vote
1answer
293 views
2D game editor with SDK or open format (Windows)
I need 2d editor (Windows) for game like rpg. Mostly important features for me:
Load tiles as classes with attributes, for example "tile1 with coordinates [25,30] is object of class FlyingMonster ...
22
votes
4answers
2k views
Where to start when building a 3D terrain editor?
I'm looking to build (for start) a simple tool, that could raise, lower, smooth and texture the terrain.
So, what are the things I have to go through in order to make such terrain editor?
And maybe ...