Rendering refers to a computer program formatting data for display or printing.

learn more… | top users | synonyms

-1
votes
1answer
31 views

Really Bizarre Google Fonts and Letter Space Issue that materialized out of thin air, foreign characters won't load [closed]

So, in the last few hours, my website in development sprouted an issue. Where there are the character İ or I in small-caps variant, loading Roboto from google fonts, the spacing is suddenly all messed ...
0
votes
0answers
16 views

how Font and text rendering is done in different OSes

How font rendering is done in linux, bsd, windows? how they differ? I am not talking about browser web font rendering.say for example how input system works? I press mouse keys. they trigger evdev ...
0
votes
0answers
22 views

Anti-Aliasing in java

In my game I want to have the different anti-aliasing option like: none, x2, x4, x8 and x16. I know that you can use anti-aliasing with Graphics2D in the way below bu is there any way that I can use ...
0
votes
1answer
22 views

Unity3D rendering issue on android devices

As shown in above screen shots. on some android devices textures are rendering as black. But when I try to capture screen from the device it saved it perfectly alright. Can anyone please suggest me ...
0
votes
0answers
10 views

prawn unicode characters rendering

I am trying to use prawn to generate PDF with Unicode characters. I checked that Arial font from corefonts package contains required characters, registered it, and chosen as default font: font_path ...
0
votes
0answers
9 views

Hand touches move the object model in rend ios?

I downloaded the project from https://github.com/antonholmquist/rend-ios. Hand touches move the .obj model how to do in rend ios?
0
votes
1answer
22 views

DataGridView not rendering random cells

I have a datagridview which I am populating from a datasource using dgv.DataSource = table. I then use a cell formatting event to change the color of specific cells in the datagridview depending on a ...
0
votes
2answers
26 views

including external css grails rendering plugin issue

I am trying to use bootstrap.css to style a pdf that is being generated by the grails rendering plugin. The pdf is generated fine but none of the css styling is being applied. Have been searching for ...
1
vote
1answer
14 views

Whether current character rendered width depends from previous character in Android

I have a question about one android text rendering detail: Whether current character rendered width depends from previos character in android text renderer (for example in textview)? For example if ...
2
votes
0answers
48 views

Directx 11 rendering issue, no triangle displayed

I'm learning DirectX 11 and I'm trying to render a simple cube, unfortunately my code doesn't work, it simply doesn't render nothing... no errors, no warnings... The only thing displayed is the window ...
1
vote
1answer
60 views

Create pdf from html using Flying Saucer, renderer issue

I'm trying to create a pdf using itext but i'm getting an error on the line : ItextRenderer renderer = new ITextRenderer(); The error is something like this : 05-20 12:00:48.468: ...
1
vote
1answer
28 views

Force handlebars template to render on demand with meteor

How can i force a meteor template (handlebars template) to re-render through javascript. For example, I have a template (template1.html) <template name="template1"> </template> I want ...
-2
votes
1answer
49 views

Why does rendering to a FBO cause the texture to be darker?

Rendering to a FBO then to the screen buffer appears to make the texture darker. As seen here -> http://imgur.com/QZNyY8U RenderTarget target = new RenderTarget(Display.getWidth(), ...
0
votes
0answers
20 views

Is it expensive to do trilinear texture mapping in a shader?

Imagine a big procedural world that worths more than 300k triangles (about 5-10k per 8x8x8m chunk). Since it's procedural, I need to create all the data by code. I've managed to make a good normal ...
0
votes
1answer
28 views

How can I properly use bind() on a subImage?

I'm having a lot of trouble using the Slick2D bind() functionality and then trying to draw an image in OpenGL. I'm using an Image I obtained from getSubImage. If I use the graphics.drawImage() method ...
0
votes
2answers
31 views

glDrawPixels Access violation reading location

I am trying to render volumetric data using OpenGL function glDrawPixels() #define SIZE 480 unsigned int rgbPixels[SIZE][SIZE] ... glDrawPixels(SIZE, SIZE, GL_RGB, GL_UNSIGNED_INT, rgbPixels); ...
1
vote
2answers
30 views

playframework 1.2.4 invoke action in jquery with render on a view

I'm trying to mutualize an html view between two controllers Entity and EntityGlobal. The Entity controller method show : public static void show(String id) { Object entity = entityService(id); ...
0
votes
0answers
76 views

How to work around the delayed/slow WebView rendering which occurs on some devices?

When utilizing a WebView to display simple formatted text (no remote content loading), some devices like the Nexus 4 or Galaxy Nexus have a very notable delay between onPageFinished() and actually ...
1
vote
2answers
43 views

OpenGL ES 2.0 viewport

I got a problem with OpenGL ES 2.0 and command Viewport(x,y,width,height). I'm displaying texture(WxH) in UIView using render function - (void)render { glBlendFunc(GL_ONE, ...
0
votes
0answers
22 views

SwipeJS: Firefox issue

After hours of google'ing I'm just ending up posting following question here: I'm using swipejs (swipejs.com) as a responsive touch slider on my webpage. It's pretty cool and it's working fine for my ...
1
vote
2answers
29 views

ASP.NET Rendering usercontrols with codebehind

I want to render a usercontrol dynamicly but my code doesn't work as expected. The codebehind won't be executed. Here is my code for rendering: Dim ucControl As UserControl = ...
0
votes
2answers
64 views

full calender not working in firefox

hi i'm working on full calender I have a problem displaying the values in Mozilla Firefox. where as in Chrome the code works perfectly. i'm fetching the value from database and displaying it, but as ...
0
votes
0answers
16 views

iPad / iPhone rotation page rendering slow

so when I rotate my website on the ipad, the rerendering takes a second or so, and this means that the images and text, etc, is for a splitsecond cut in pieces. Basically its a graphics bug. Any idea ...
-2
votes
0answers
11 views

UIWebview render from server Xcode [closed]

I would like to know how to render data separately from other server. Let say I browse to www.inmite.com . Instead of directly rendering, I want to send to server and server compress that one and send ...
1
vote
0answers
40 views

Rendering simple html code in Powerpoint text box

I have this string of html code and I want to display it in a Powerpoint Text box properly formatted as per the HTML code using VBA. Any suggestion on how I do that? I inserted some spaces in the ...
0
votes
1answer
26 views

Newsletter black background in IE

As you can see the picture, i have a problem with Internet Explorer. I've tried to make the background color white on parent element. But it still doesn't work. How can i fix that problem?
0
votes
0answers
36 views

Is possible render TreeTable's cell in Primeface?

I would to know if is possible make some renderer in each cell, like is used TreeTable's renderer in Swing, so is possible to do the same in primefaces ? I need to edit the TreeTable to add in ...
1
vote
1answer
89 views

JSF render data table content from managed-bean?

I'm using Richfaces to develop some web pages, with a datatable I try to display some data information from remote server. But its quite slow to load all data in one time, so I use a cache to store ...
-1
votes
1answer
25 views

Cygwin font rendering, possibly ignoring font width + using bdf on windows, or at least cygwin [closed]

Cygwin does not seem to render fonts properly. I believe that it ignores the width, however I could be wrong. Here is an example of what it looks like also I have a .bdf font. Windows does not ...
0
votes
0answers
46 views

<f:ajax render doesn't work with commandLink. Action not triggered, f:setPropertyActionListener not set, just onclick executes

I have the following code: <h:commandLink action="#{gridPopUpBean.showGridTest()}" target="_blank" onclick="confirmGrid('#{o.noGrid}');" value="#{strings.gridNo} #{o.noGrid}"> ...
1
vote
2answers
38 views

How to send Javascript code from Controller to GSP view?

I want to send some JS Script from controller to GSP view . I do the following attempt. Controller(Purchase.groovy) : def myaction={ flash.script= 'jQuery("div#header").show(1000);' ...
0
votes
0answers
57 views

css background is not working when convert template into pdf using rendering plugin

I am using rendering plugin to generate pdf in grails. I am using a background color which is prepared by css. code is here. #container #content #mainContent .block .backgroundStyle { ...
0
votes
1answer
15 views

rendering in context of web development

I don't quite understand the meaning of rendering in context of web development. When I read about browsers architecture,rendering is something about displaying fetched content from the internet. On ...
0
votes
0answers
11 views

radiance closure in OSL

I'm a beginner in OSL and got quiet confused about its "radiance closure". Just diffuse closure as an example. We can directly write Ci = diffuse(N) in an osl file to use diffuse closure. And ...
0
votes
1answer
43 views

CSS not completely rendered when browser first launched

I'm having a relatively heavily customized Google Blogger blog template here, but the page doesn't seem to render completely during the first launch of the browser (including Chrome, IE10 and Firefox ...
0
votes
0answers
24 views

Unicode Text Rendering & Bangla Support in WP7

I'm new to Windows Phone platform and got quite an old device (LG-C900B). I updated it to Phone 7.8, and now um facing text rendering issues, like - no Bangla(বাংলা) support in IE or Facebook. I ...
0
votes
0answers
25 views

webkit image render quirk, tiny images, then normal when page is revisited

My website is a jekyll generated static site hosted on an Amazon bucket. All is well on chrome/firefox etc. but with webkit browsers I noticed strange behavior with the images: open ...
0
votes
0answers
56 views

Best CLOD Method for Planet Rendering

I'm currently working on my thesis, it is an engine to render terrains of planetary size. I'm still finishing my researh and I have encountered a lot of stuff about this subject, the problem is that ...
0
votes
0answers
40 views

OpenGL Polygon Rendering inconsistency

I am using opengl simple commands for demonstration purpose in my project. Well, my project is similar to mesh a rectangle region into a set of small convex polygons. First, I tried to render the ...
0
votes
1answer
30 views

Does tile server renders every request?

I am trying to understand how tile server handle requests. I red about Mapnik which "creates" the map using OSM, Does "creates" means that every request is rendered and returned? If yes what is the ...
0
votes
1answer
25 views

After showing / hiding a JSF element with AJAX how to hide the triggering element?

I followed the intructions given by BalusC in [this answer][1] [1]: JSF and f:ajax for hiding/showing div and it worked. But I want to hide the element when the command button is pressed and the ...
1
vote
1answer
27 views

Transform vertex coordinate to “same” screen coordinate

I'm using Direct3D to draw vertices from a vertex buffer with vertex format FVF_XYZ. I want to implement the functionality to draw lines now. When drawing a line in 3D space I project the end points ...
1
vote
3answers
79 views

How to ensure that Backbone has rendered the page completely?

I work on a large enterprise application with BackboneJS. One page in the application is constructed using multiple sub-system calls via REsT. How do I make sure that, all the services required to ...
0
votes
1answer
36 views

css is not working in rendering plugin when I try to render pdf file

I am using rendering plugin to make a pdf file.for this I am rendering plugin. I try t add a css file for my template but its not working. I am little bit confuse that how should I import css file in ...
1
vote
1answer
118 views

ExtJs exceptions immediately break all ExtJs components on a page

If you've ever worked with ExtJs, you've probably run into the nefarious "Cannot read property 'dom' of null" exception. For me, it usually happens inside doInsert (the last of 14 stacks in the outer ...
0
votes
0answers
10 views

Using JMonkeyEngine for non-realtime rendering

It's possible to use JMonkeyEngine for non-realtme rendering of individual frames? I want to distribute rendering of frames between nodes and then composite rendered images into video file.
-2
votes
0answers
111 views

When will Google fix Chrome @font-face rendering issue [closed]

I'm sick and tired that whatever I make works in Firefox and IE, but Chrome is always the black sheep. So, a simple question. When will font-face rendering issue be fixed in Chrome? For crying out ...
0
votes
0answers
35 views

Multiple frame buffer object, frame rate drop dramatically

Here is the situation: I use 2 FBOs, 1 for image filtering resolution 640*480, the other for real rendering using filtered images resolution 1024*768. However the framerate is much lower than i ...
0
votes
2answers
38 views

Java 3D rendering engine which allow to render frames separately

I want to create application that performs distributed 3D rendering. Each node will render one frame in time, and after rendering of all frames, I will composite them into one video-file. So I need ...
1
vote
1answer
47 views

Javascript vs Flash vs Java for collaborative rendering in browser [closed]

I want to create an application which will perform distributed rendering, where user's browsers will be used as computational resources (nodes). I.e. each user will enter to the site, then request ...

1 2 3 4 5 42