How can i make a minimap for a mission?
by Micky Liu · in Torque Game Engine · 07/15/2005 (4:18 am) · 4 replies
Hello everybody, i want a minimap like this picture:
i have try the GuiCommanderHud, but i failed,
i have try to change the ortho field of CameraQuery struct to true, and set leftRight, topbottom of CameraQuery struct, but the terrain present ugly.
can anybody help me, thanks alot.
i have try the GuiCommanderHud, but i failed, i have try to change the ortho field of CameraQuery struct to true, and set leftRight, topbottom of CameraQuery struct, but the terrain present ugly.
can anybody help me, thanks alot.
#2
07/15/2005 (5:08 am)
I take it you want to use the picture as the minimap... and not a re-rendering of the landscape and what not? that's exactly what i need to work on too. If not... then i'd check out the command map resource :)
#3
and i have try to change this class to display a orthorhombic view from overhead, but the terrain block and water displayed wrong.
i think the TerrainRender ignore something when you render a orthorhombic view.
To Thiel:
i used the huge picture because i want a large map and display part of it on a minimap, just like WoW

i am chinese, so that the ip address is in China :)
07/16/2005 (9:29 pm)
Yes, i have checked out the Commander Map resource, and the GuiCommanderHud class come from the Commander Map resource,and i have try to change this class to display a orthorhombic view from overhead, but the terrain block and water displayed wrong.
i think the TerrainRender ignore something when you render a orthorhombic view.
To Thiel:
i used the huge picture because i want a large map and display part of it on a minimap, just like WoW

i am chinese, so that the ip address is in China :)
#4
Do you think so :)
07/16/2005 (9:44 pm)
Sama, i want to render landscape orthorhombic from overhead then take a lot of pics, then assemble all the pictures......Do you think so :)
Torque Owner Dan -
Anyway,
Have you seen Commander Map resource? Might be what you are looking for.