daeken / OpenEQ

Open source Everquest client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

modelviewer doesn't have the json files (bat.json orc.json)

jjrh opened this issue · comments

Been trying to figure out how to generate these files - the converter code doesn't write json anywhere.

OpenEQ/ (master✗) $ grep -rin json *  
converter/modelviewer/modelviewer.js:113:        $.ajax(name + '.json').done(function(data) {

Am I missing something here or was a file perhaps not committed?

The conversion code for this isn't there anymore -- it was mainly just for my own testing. This is being replaced in the new version by a Xenko scene to view models. Going to remove the old code as we integrate a brand new conversion pipeline.