• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

War3ModelEditor Latest source code

Status
Not open for further replies.
Level 2
Joined
Oct 20, 2011
Messages
7
WME soucre code is a nice study meterials

Just find v1.05 source code, is anyone can provide v1.07 or latest version?
 

eejin

Tool Moderator
Level 12
Joined
Mar 6, 2017
Messages
234
I remember the source code for War3ModelEditor being only partially released on purpose as he was afraid people would "steal" it I guess.
Here are some open source projects that do MDX rendering.

Probably the cleanest featureful classic implementation right now, Reforge rendering is not correct though
flowtsohg/mdx-m3-viewer

Kinda messy at the moment, but I know they are working on a big refactor. Does Reforged rendering a bit more correctly I think
Retera/ReterasModelStudio

My World Editor that does classic/Reforged rendering. Both are not entirely correct, but they will do for basic rendering. Check out MDX.cpp, StaticMesh.cpp and SkinnedMesh.cpp
stijnherfst/HiveWE
 
Level 2
Joined
Oct 20, 2011
Messages
7
I remember the source code for War3ModelEditor being only partially released on purpose as he was afraid people would "steal" it I guess.
Here are some open source projects that do MDX rendering.

Probably the cleanest featureful classic implementation right now, Reforge rendering is not correct though
flowtsohg/mdx-m3-viewer

Kinda messy at the moment, but I know they are working on a big refactor. Does Reforged rendering a bit more correctly I think
Retera/ReterasModelStudio

My World Editor that does classic/Reforged rendering. Both are not entirely correct, but they will do for basic rendering. Check out MDX.cpp, StaticMesh.cpp and SkinnedMesh.cpp
stijnherfst/HiveWE


wow ! thank you for your help !!!
 
Status
Not open for further replies.
Top