About Store Forum Documentation Contact



Search Results
Post Author Forum Replies Views Posted [asc]
  Thread: problem with z buffer
Post: RE: problem with z buffer

well, after lots of searchs I've found out this problem can be solved using triangle level depth-sorting. can anyone help me how to use such a technique? And if I can use it while using blending funct...
Gajet Graphics 1 2,864 03-29-2012, 01:20 AM
  Thread: problem with z buffer
Post: problem with z buffer

I've been having a strange problem today. in the past few days I've managed to generate a mesh dynamically, now it seems engine fails to properly use z buffer for drawing and I'm wondering why. take a...
Gajet Graphics 1 2,864 03-26-2012, 10:48 PM
  Thread: operator -= for GUI objects
Post: operator -= for GUI objects

all GUI bjectes have operator += implemented, it's easy to concolude there should be an -= operator implemented as well, which isn't. one should just search to find removeChild. and for the GUI class...
Gajet Feature Requests 3 3,704 06-26-2011, 02:21 PM
  Thread: intialize game window with custom HWND
Post: intialize game window with custom HWND

I was trying to develop some custom editor for esenthel using Qt, and I was wondering if i could initilize esenthel as one of Qt widgets. the only need is a function that runs the engine using some cu...
Gajet Support 1 3,123 06-11-2011, 02:30 AM
  Thread: Image Import from memory
Post: Image Import from memory

hi there, idon't know if it's the best place to put this thread or not. i wanted to if there is a way to import an image from a memory file. the problem is there is webserver and i can download images...
Gajet Graphics 2 3,684 09-14-2010, 11:47 PM
  Thread: Mesh Create
Post: Mesh Create

hi, i was trying to create a mesh by inserteing it's vertices and triangles (quads) but every time i try to draw it i get an "acces violation" where i'm going wrong? to create the mesh i'm using code...
Gajet Graphics 1 3,448 08-18-2010, 08:24 AM
  Thread: Custom control
Post: RE: Custom control

i've encountered another problem, i made a custom GUI and i needed to put a TextLine inside it but whatever i tried TextLine didn't show any response to keyboard or mouse input. i overwrote test, upd...
Gajet Gui 4 5,030 08-16-2010, 11:10 AM