soc-2008-mxcurioni: uploaded missing files. Still NOT linking so do not use this version yet :(
This commit is contained in:
21
source/blender/freestyle/intern/app_blender/api.cpp
Normal file
21
source/blender/freestyle/intern/app_blender/api.cpp
Normal file
@@ -0,0 +1,21 @@
|
||||
#include "Controller.h"
|
||||
#include <iostream>
|
||||
|
||||
using namespace std;
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void FRS_execute() {
|
||||
cout << "Freestyle" << endl;
|
||||
|
||||
Controller *c = new Controller;
|
||||
|
||||
//c->Load3DSFile( "/Users/mx/Documents/work/GSoC_2008/bf-blender/branches/soc-2008-mxcurioni/source/blender/freestyle/data/models/teapot.3DS" );
|
||||
|
||||
}
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user