Skip to main content

Questions tagged [rendering]

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

0 votes
0 answers
3 views

About c++ multithreaded code converted to WebAssembly view rendering problem in js call

var Module = { print: (function() { var element = document.getElementById('output'); test_element=document.getElementById('test_element'); // if (element) element....
user25527891's user avatar
0 votes
0 answers
7 views

When to apply backface culling, depending on the ray and material type?

I am currently implementing a ray tracer, which supports reflection and refraction. I have the following types of rays: camera rays shadow rays reflection rays refraction rays I have the following ...
Kotaka Danski's user avatar
-1 votes
0 answers
12 views

Same font renders differently

I have a website with a font that depending on the browser keeps being rendered differently. I thought it was something related to anti-aliasing, but it does not seem to fix the issue. I attach here ...
Mirco Fragomena's user avatar
0 votes
0 answers
18 views

Is there a way to get the coordinate system of a gltf model actually used?

Let me first explain my situation: We have a 3d render engine with a z-up coordinate system, to read in a gltf model (with y-up in spec ), we can just rotate the model -90 degrees around x-axis, then ...
Ethan Chen's user avatar
0 votes
0 answers
43 views

Font rendering issue in c++ applcation on WSL with Qt6

I'm developing a C++ application using Qt6 on WSL, using Ubuntu 22.04. This application prints braille characters to the screen when when clicking and dragging in the canvas. The problem is the ...
Leo Boeri's user avatar
0 votes
2 answers
49 views

InteractiveServer .net 8 Why I have to use "await Task.Delay(1);" to render the page loading?

This is my code from my page: protected override async Task OnInitializedAsync() { await Task.Delay(1); Criterias = new ParcoursCriterias() { PageNumber = pageNumber, ...
mathdxdx's user avatar
-1 votes
0 answers
32 views

Enabling Game mode for own apps on Mac

I am currently making some rendering apps using OpenGL on Mac. The problem is that those games, even when I go to full screen mode, don't enable the game mode. Therefore my fps is pretty low. Is there ...
Peko's user avatar
  • 1
1 vote
1 answer
23 views

Android: WebView displaying blank page when html string contains <style> tag

I need to present a dialog with html content, and for that I'm using an AlertDialog.Builder to create a dialog based on a custom view which includes a WebView. The WebView renders correctly inside the ...
Diego Perez's user avatar
  • 2,588
0 votes
0 answers
11 views

How can I rig human-looking face onto a 3d FLAME mesh talking head?

Noob question here as I've just started working with Blender and 3d models: I'm currently working with Blender 3.4.1 and I'm using Python script which runs blender on render.py and animates a 3d ...
skidjoe's user avatar
  • 629
0 votes
0 answers
19 views

How to set the camera rotation and translation in pytorch3d?

I have a mesh A in world coordinate. I read the tutorial of pytorch3d: R, T = look_at_view_transform(2.7, 10, 20) cameras = FoVPerspectiveCameras(device=device, R=R, T=T) But my mesh is not at (0, 0, ...
Booker ML's user avatar
0 votes
0 answers
14 views

Why is my sortablecontext dissapearing after removing all element from it dnd kit react

I have SortableContext for dopping my sweaters. But when I remove every sweater from one of them, it dissapears and I cant put anything else in it. Im using dnd kit and react. Has this happened to ...
Dominik Budinčevič's user avatar
0 votes
0 answers
19 views

Problem adding SVG elements dynamically and rendering them using React Signals

I am trying to dynamically add SVG elements to my screen using React Signals. I now have a situation in which I do not get any errors anymore, but the dynamically added SVG elements do not render. I ...
Franzl's user avatar
  • 5
0 votes
1 answer
13 views

ZK 10 Messagebox.show in doAfterCompose() stops page rendering

I am working on upgrade from ZK 8.5.2.1 to version 10, latest hotfix for jakarta. After fixing multiple complications, I am now stuck with unexpected behaviour of Messagebox.show(). I need user to ...
Worsik's user avatar
  • 67
0 votes
0 answers
43 views

Depth image(pyramid) transition syncronization issues

Following the Vulkan guide(https://vkguide.dev/docs/gpudriven/compute_culling/) (extra-engine branch), and having problems with depth pyramid image transition. Vulkan gives this error \>VkImage ...
Ciborg's user avatar
  • 25
0 votes
1 answer
33 views

Flutter setting orientation to landscappe resets activity in android

Edit: I have a solution that worked for me. I had to change the androidmanifest from: <activity android:name=".MainActivity" android:configChanges="orientation|keyboardHidden|...
Dries Vandenbussche's user avatar

15 30 50 per page
1
2 3 4 5
469