Janorkie
Member
|
How do you load gobj files?
Hi, I've been looking into using the Esenthel engine for my game, but there's no documentation on how to load objects from the GUI editor!
Could anyone help me out here?
|
|
06-28-2009 01:53 AM |
|
Harton
Member
|
Re: How do you load gobj files?
You use this tutorial:
Code:
EsenthelEngineSDK\Tutorials\Source\Advanced\1 - Geometry, Graphics, Gui, Misc, Net, Sound\Gui\08 - Loading Gui Objects.cpp
|
|
06-28-2009 06:56 AM |
|
Janorkie
Member
|
Re: How do you load gobj files?
Ok, so I followed the tutorial and I get no errors and it seems to be loading, however I can NOT see any of my GUI controls! My code is exactly the same as in the tutorial, so I don't know whats wrong. :cry:
|
|
07-09-2009 04:29 AM |
|
Esenthel
Administrator
|
Re: How do you load gobj files?
maybe you havent added the objects to the gui
Gui+=
or you're not calling Gui.draw()
|
|
07-09-2009 09:30 PM |
|
Janorkie
Member
|
Re: How do you load gobj files?
Thanks to the help of Harry I figured it out. You have to make the GuiObjs before PreInit.
|
|
07-11-2009 09:22 PM |
|