Call EGL file from Java application [message #1749525] |
Wed, 07 December 2016 13:18  |
Eclipse User |
|
|
|
Hi,
I am trying to call my .egl file from a Java application. Is there any simple way to invoke the .egl from Java?. I'm trying something like this:
EglModule module = new EglModule();
module.parse(new File("modelToCode.egl").getAbsoluteFile());
EglTemplateFactory factory = new EglTemplateFactory();
File templateFile = new File("modelToCode.egl");
EglTemplate template = factory.load(templateFile);
module.execute(template);
I have tried the standalone example but it is not working.I have also seen other examples with a call like module.execute() without any parameters ...
I really appreciate any help you can provide.
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.09451 seconds