Removed redundant 'load last edited level' startup mode to editor.

Fixed recent levels open command behavior
Includes rextimmy's vertex WS normal logic in HLS shadergen
This commit is contained in:
Areloch 2019-11-20 01:39:12 -06:00
parent 62fabf6894
commit c74b669f5e
6 changed files with 36 additions and 32 deletions

View file

@ -138,6 +138,8 @@ public:
Var* getSurface(Vector<ShaderComponent*>& componentList, MultiLine* meta, const MaterialFeatureData& fd);
Var* getInWorldNormal(Vector<ShaderComponent*>& componentList);
// ShaderFeature
Var* getVertTexCoord( const String &name );
LangElement* setupTexSpaceMat( Vector<ShaderComponent*> &componentList, Var **texSpaceMat );