forked from art567/BfMeshView
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.TXT
30 lines (20 loc) · 1023 Bytes
/
README.TXT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
BFMESHVIEW
Battlefield Mesh Viewer (BfMeshView) is a model viewer for "Battlefield 1942",
"Battlefield 2", "Battlefield 2142, "Battlefield Heroes" and "Battlefield Play 4
Free". Although it originated as a model viewer, it now actually has some useful
editing tools.
BfMeshView was created and extensively used during development of the BF2 mod
"Forgotten Hope 2" (http://www.fhmod.org).
For more information, please visit the official BfMeshView webpage:
http://www.bytehazard.com/bfstuff/bfmeshview/
SOURCE CODE
BfMeshView is written in Visual Basic 6.0, with a C++ DLL module that handles
some things that VB6 does not support. These are mostly OpenGL extension related
functions. A OpenGL type library, which provides VB6 language binding is
included, of which source code is available.
See also:
https://github.com/ByteHazard/ogltlb
https://github.com/ByteHazard/glextdll
ACKNOWLEDGEMENTS
Many thanks to the FH2 development team for their bug reports and feedback.
The BAF parser is based on code by Rexman.