Anyone can share code snippest/libs to draw basic primitives from in process ? basically need it to simplify navigation debug.
tia
Anyone can share code snippest/libs to draw basic primitives from in process ? basically need it to simplify navigation debug.
tia
would help to know what language you are coding in.
I dont have tried this myself, but this is how I would (try to) do it:
- Get/Create DirectX device etc (may need DirectX SDK or a Wrapper Lib)
- Hook endscene or another working function
- Get Current Camera Settings (See links below)
- Get a simple tutorial on how to draw stuff using vertex and indexbuffer
http://www.ownedcore.com/forums/worl...ml#post2654389
http://www.ownedcore.com/forums/worl...than-text.html
http://www.ownedcore.com/forums/worl...ues-again.html
Last edited by xalcon; 01-15-2014 at 07:28 AM.
"Threads should always commit suicide - they should never be murdered" - DirectX SDK
If you want to learn do what @xalcon posted... If not C&P away
http://www.ownedcore.com/forums/worl...rk-2010-a.html (WoWX Framework 2010)
I think this is it
WoWX_Framework_2010.rar
https://mega.co.nz/#!BF1BDBxB!xLJWfH...6qnTDmLrGYP4Uc