Skip to content
/ libw3d Public

A repository for loading the W3D format, a model format created by westwood studios

License

Notifications You must be signed in to change notification settings

feliwir/libw3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purpose of this project

This project is aimed at loading w3d model files (Westwood 3D), a format that was used for games of the Westwood Studio and EAs SAGE Engine.

Build status

Build Status Build status

How to build

Make sure you clone the repository recursive, since it makes use of a lot of submodules

$ mkdir build && cd build
$ cmake ..
$ cmake --build .

Format specification

Most of information is taken from w3dmodel header, that was part of the RenX SDK.

Current status

Loading of most chunks is added, but the w3d_viewer is currently not rendering everything. Parts missing is:

  • skeletons
  • animations (compressed & uncompressed)
  • vertex colors
  • texture animation

Sample screenshot of Barracks from Battle for Middleearth II:

Image of Gondor Barracks

About

A repository for loading the W3D format, a model format created by westwood studios

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published