SonyWWS / LevelEditor

The ATF LevelEditor is a powerful tool for constructing and assembling game levels. It provides a WYSIWYG interface and allows you to place objects, edit properties, edit terrain, and build game levels.
Apache License 2.0
1.32k stars 230 forks source link

Improve details in docs #25

Open ghost opened 9 years ago

ghost commented 9 years ago

The docs seem very sparse, especially with:

Work with a variety of file formats

What do these include?

abeckus commented 9 years ago

It can load ATGI and Collada models. Currently we don't have any plan to add support for additional file formats. However, user can add support for additional formats by implementing ResourceFactory. Please look at: LvEd_Initialize(...) function in LevelEditor\LevelEditorNativeRendering\LvEdRenderingEngine\LvEdRenderingEngine.cpp

Alan