Cool VL Viewer forum

View unanswered posts | View active topics It is currently 2024-03-28 20:27:06



Reply to topic  [ 2 posts ] 
Mismatch between embedded web browser and UI elements? 
Author Message

Joined: 2010-04-07 08:23:18
Posts: 210
Reply with quote
Hello Henri,

have there been any changes to the rendering of the embedded web browser with 1.26.18.33? Specifically, does it finally honour the UI size factor (which I would consider a Good Thing)? The browser canvas seems to be double the size of the UI element it is rendered in, for search as for displaying web profiles -- which matches my UI size setting of 2 (needed since I'm running on a 24" 4k monitor).

Trouble is of course that it is unusable that way, since mouse hotspots and so on still seem to be tied to the window area of the UI element.

I love the idea of the web browser honouring the UI size setting, but of course it should mean the actual rendering area should be divided by the UI size setting as well to match things up again. If I remember right, either Kokua or Singularity used to handle this correctly back when I was occasionally forced to use them.

Love,
Lia


2016-11-19 12:36:12
Profile

Joined: 2009-03-17 18:42:51
Posts: 5523
Reply with quote
Yes, it's the result of the UI matrix rendering changes (I hope you now enjoy better frame rates with it...).

I forgot to remove lines that are no more needed. In indra/newview/llmediactrl.cpp, around line 720, change to read:
Code:
      x_offset = (r.getWidth() - width) / 2;
      y_offset = (r.getHeight() - height) / 2;

#if 0
      width = ll_round((F32)width * LLUI::sGLScaleFactor.mV[VX]);
      height = ll_round((F32)height * LLUI::sGLScaleFactor.mV[VY]);
      x_offset = ll_round((F32)x_offset * LLUI::sGLScaleFactor.mV[VX]);
      y_offset = ll_round((F32)y_offset * LLUI::sGLScaleFactor.mV[VY]);
#endif

      // draw the browser
      gGL.setSceneBlendType(LLRender::BT_REPLACE);

(the change is the #if 0 ... #endif clause).

Then recompile the viewer, and things should be back in order. This fix will be part of next releases.


2016-11-19 13:53:29
Profile WWW
Display posts from previous:  Sort by  
Reply to topic   [ 2 posts ] 

Who is online

Users browsing this forum: No registered users and 25 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group
Designed by ST Software.