The off-screen tag has no wiki summary.
0
votes
0answers
58 views
Switching to Another OpenGL ES 2.x Program Causes Rendering To Be Failed
I've been working on FBOs and trying to accomplish offscreen rendering on android platform via OpenGL ES 2.x and GLSurfaceView. My problem is that when i switch from my actual(offscreen) rendering ...
0
votes
0answers
68 views
Drag object offscreen iOS like Google Chrome tabs
i am looking for doing something like Google Chrome, he are some photos:
photo 1
photo 2
These are panels which can be dragged off screen (rotated in facts). And when they are enough out of screen ...
0
votes
0answers
113 views
OpenGL, offscreen hard shadows calculation with stencil
I am trying to figure it out if and how would be possible to calculate hard shadows from multiple light-sources off-screen.
preamble: scene is very complex, up to several million of triangles, up to ...
1
vote
2answers
297 views
Can I use OpenGL for off-screen rendering?
I want to try to make a simple program that takes a 3D model and renders it into an image. Is there any way I can use OpenGL to render an image and put it into a variable that holds an image rather ...
1
vote
0answers
66 views
Use javascript replace on text off-screen
Let's say I have a long body of text, for example
Lorem ipsum dolor sit amet, consectetur adipiscing elit. In fermentum purus eu ipsum gravida sagittis. Curabitur auctor, enim vitae accumsan viverra, ...
1
vote
2answers
93 views
Why depth test does not work in offscreen rendering for color pick?
I'm using coloring and off-screen rendering to implement a selection tool for QUADS on OpenGL. But the depth test seems to not work in the off-screen rendering and in certain angles and rotations, the ...
2
votes
1answer
293 views
Leadbolt Banner off-screen
My banners sometimes go off the screen. I am using the Leadbolt SDK 4.00a and Android 4.1 with the following code:
mAdView = new AdController(mActivity, "MY ID", this);
...
0
votes
0answers
55 views
Create an offscreen NSWindow with backingScaleFactor forced to 2
I need to create an offscreen NSWindow that has retina-like backingScaleFactor = 2, even on Macs without retina displays. How can this be achieved?
0
votes
1answer
143 views
off-screen (FBO) OpenGL rendering to create frames for WPF? [closed]
I have a WPF application, and part of the screen shows an object that needs to be rendered dynamically in 3D, at perhaps 20 FPS. I understand that typically a WPF application would use DirectX to do ...
0
votes
0answers
50 views
How can I run a windows program invisibly (i.e., user should not see normal UI)? Either off-screen or some other way?
Normally, our application runs with a complete UI (splash screen, tabs, dialogs, progress bar, etc). A customer wants to run our application via a command line called from another executable. One ...
1
vote
4answers
208 views
Java3D off-screen rendering memory leak
To enable saving of a snapshot of my 3d canvas, I've extended Canvas3D in the next way:
class OffScreenCanvas3D extends Canvas3D {
OffScreenCanvas3D(GraphicsConfiguration graphicsConfiguration, ...
1
vote
1answer
48 views
Will “off-screen” ADBannerView count impressions?
I'm maintaining a sole instance of ADBannerView (as the docs suggested), and present is at some points troughout the UX.
But I can see that bannerViewDidLoadAd: callbacks are keep invoked even if the ...
0
votes
0answers
88 views
Drawing offscreen with Quartz2D and using the result as an OpenGL ES texture in iOS
According to the docs I've read, offscreen drawing with a CGLayer is the highest performance way to do Quartz 2D drawing because it allows the drawing to be stored/managed by the GPU and VRAM.
When ...
4
votes
1answer
765 views
OpenGL ES2.0 offscreen context for FBO rendering
I would like to do offscreen rendering (in console environment without any WS) with FBOs.
I know that it is necessary to create an OpenGL context, and at least a dummy window for any operation, ...
0
votes
1answer
844 views
Creating OpenGL context without window
I'm trying to figure out what is the simplest way to create a windowless OpenGL program for offscreen rendering.
Currently I use this, and it works fine so far: (error checks removed here for ...
1
vote
1answer
168 views
How to set a view to off-screen in a complex layout tree?
I've given following structure of a layout for a tablet app:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
...
0
votes
0answers
102 views
gallery view only loads when not in screen
I have an gallery in my application (when there is more than one image available). I lazyload the images with the lazylist image loader, from an string array with urls. But my problem is that the ...
7
votes
5answers
4k views
How to render offscreen on OpenGL?
My aim is to render OpenGL scene without a window, directly into a file. The scene may be larger than my screen resolution is.
How can I do this?
I want to be able to choose the render area size to ...
0
votes
2answers
201 views
glReadPixels read “out of frames” area
I draw OpenGL 3200x2000 size textured quads. OpenGLView frame size is set to 940x560. It draws quad as it should. Bun when I try to save it as image (using glReadPixels) and set glReadPixels area from ...
0
votes
0answers
52 views
Small off-screen drawing library
I am looking for a library with the following functionality:
drawing offscreen (primitives like lines, boxes)
exposing the data, so quick conversion to OpenGL texture is possible
LibGD is one ...
0
votes
0answers
106 views
Draw popup menu off-screen
How do I draw a right click pop-up menu on an off-screen window using TrackPopupMenuEx?
1
vote
2answers
115 views
Complete layout before showing the activity window
I have the following scenario: in activity A, when a user clicks a button, the app sends a request to the server to retrieve some information, then this information is placed into an intent to start ...
1
vote
1answer
160 views
Create “invisible” graphics
I need Your help in generating offscreen images from graphics class and converting them to binary data without setting them visible on screen.
I want to generate large amounts of labels and send them ...
1
vote
1answer
383 views
Android Canvas Off Screen Drawing Performance
I'm developing an Android game using Canvas element. I have many graphic elements (sprites) drawn on a large game map. These elements are drawn by standard graphics functions like drawLine, drawPath, ...
5
votes
1answer
676 views
OpenGL render-to-texture-via-FBO — incorrect display vs. normal Texture
off-screen rendering to a texture-bound offscreen framebuffer object should be so trivial but I'm having a problem I cannot wrap my head around.
My full sample program (2D only for now!) is here:
...
2
votes
0answers
664 views
Qt & OpenGL - rendering off-screen : QGLFrameBufferObject?
i'm new to OpenGL and i need to use a QGLFrameBufferObject for off-screen rendering (or solve my problem with grabFrameBuffer, see below). I read the example in Qt Documentation, but there are too ...
1
vote
0answers
349 views
Android Animate view from off screen not working
I have a view that is positioned totally off screen and I am trying to animate it onto the screen.
When I call:
view.startAnimation(tA);
nothing happens, tA.initialize and tA.applyTransformation ...
1
vote
1answer
796 views
iOS - off-screen rendering using OpenGL ES2
I want to implement image edition using OpenGL shaders. I have found some examples how to implement off-screen rendering using OpenGL ES1.
Do you now any example about off-screen rendering using ...
11
votes
4answers
604 views
Invalidate into own bitmap
I wish to off-screen render a Control to some bitmap so that I have quick access to it.
Unfortunately Control.DrawToBitmap seems to draw the entire control on which it is called including all it's ...
-1
votes
1answer
102 views
Understanding onscreen and offscreen in graphics programming
I assume that onscreen and offscreen are defined as below
Onscreen : You can see something rendered. If it support double buffering, it has front buffer and back buffer. so, you can render ...
4
votes
1answer
664 views
Painting TRichEdit to a canvas
I'm trying to implement an RTF-capable tool tip window in Delphi XE. To render the rich text, I'm using an off-screen TRichEdit. I need to do two things:
Measure the size of the text.
Paint the text
...
2
votes
0answers
343 views
Off screen rendering mode in iOS
In CALayer class, there's a property named shouldRasterize. In documentation, it say that when this property is set to YES, the layer is rendered as a bitmap.In WWDC 2010 videos, session 123: Building ...
1
vote
1answer
71 views
Flipping the View horizontally - How?
I am very new to Java 3D. Recently I've found that all of my scene objects are in left-handed coordinates, but Java 3D uses right-hand coordinates. There is a solution: flipping the scene Z-axis and ...
5
votes
3answers
2k views
CSS: Floating two div elements with 100% width off screen?
I remember asking this question a while back but i can't seem to find it again! I've searched but i can't seem to find the solution i'm looking for.
Let's say i have two divs with 100% width floated ...
1
vote
2answers
187 views
Can I use direct2d hardware-acceleration in serverside scenarios?
Browsing through direct2d resources it seems hardware-acceleration is not available for server-side scenarios.
My requirement is to render images off-screen. While this is easy to achieve using ...
9
votes
3answers
3k views
android taking screenshot of offscreen page
I am working on an android application. I have an activity, say A, which fills the entire screen with views..On a button click in A I want to start another activity, say B, which also has some views ...
2
votes
1answer
278 views
Showing JFrame in a non Raster Graphics Configuration
Greetings,
I'm trying to get a JFrame drawing in a non screen device. The JFrame constructor has a
JFrame(GraphicsConfiguration)
to seemingly allow this:
My First attempt was to create my own ...
1
vote
3answers
525 views
Expanding DIV how to check when it has exceeded screen size
We have a DIV that is loaded with content based on user options in a form. The DIV can grow to large to be seen on screen as it is also a sticky element and follows the user on the screen.
How would ...
2
votes
3answers
2k views
how move a single div offscreen
i have 2 overlapping divs like so:
div.back {
background:url(brick.png);
background-attachment:fixed;
background-position:right top;
background-repeat:no-repeat;
height:765px;
...
0
votes
2answers
565 views
iPad - No user interaction on view animated on-screen
Alright this is a newbie question, so I apologize in advance. I have a UIView which I laid out in Interface Builder off-screen. When the user presses a button, I would like to animate this view ...
12
votes
3answers
4k views
Render MATLAB figure in memory
Are there any alternatives to using getframe and saveas for saving the contents of a figure to a raster image for further processing?
Approach 1: getframe
h = figure('visible', 'off');
a = ...
0
votes
1answer
81 views
Do graphic operations off-screen incur a processing overhead?
I'm trying to optimise some graphical routines for an app, and I'd like to know if off-screen animations (eg, [object startAnimating]) or just plain moving of a UIImageView by setting its rect ...
1
vote
2answers
1k views
WPF - simulate mouse events on off-screen rendered Grid
I'm rendering a WPF grid with multiple elements (buttons, textbox, ...) to a bitmap which is then used as a texture for a 3D surface in a Direct3D scene. For user interaction I create a 3D ray from ...
10
votes
4answers
7k views
UIView: how to do non-destructive drawing?
My original question:
I'm creating a simple drawing
application and need to be able to
draw over existing, previously drawn content in my drawRect.
What is the proper way to draw on top of ...
5
votes
1answer
7k views
OpenGL: Fast off-screen rendering
I need to render quite alot (tens of thousands) images off-screen using OpenGL.
I am running under Windows and using QT as a framework. the solution can be windows only, it doesn't really matter.
...
