Skip to main content

Questions tagged [render]

Rendering is the process of generating an image from a model (or models in what collectively could be called a scene file), by means of computer programs.

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
0 votes
2 answers
51 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
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
20 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
21 views

Issues with environment variables during deployment

I'm trying to deploy a FastAPI application on Render and I'm encountering an issue. When I attempt to deploy the application, I receive the following errors: ==> Exited with status 1 ==> Common ...
123 123's user avatar
  • 11
0 votes
0 answers
11 views

Datatables - Dynamic data-order by columns.render

I'm trying to use "createdCell" to sort the column, I want to create a dynamic "data-order" attribute... I have this HTML: <table id="datatable_promotions" class="...
Domenico's user avatar
0 votes
0 answers
3 views

knitting selected sections of an R Markdown

I'm using R to work my way through some homework questions- I need to upload a document for each specific question. Is there a way to use knit to render a specific parameter? for example in my reprex ...
Rob McNeil's user avatar
-1 votes
0 answers
8 views

No data is present after deployment [Render]

I created a MERN app, deployed it using render. The building and server are in success and can access the site. However, there is no data present in the frontend. I tried to check the console but ...
noznox's user avatar
  • 1
0 votes
0 answers
17 views

Vite Fastify Stripe and Render Integration: 404 Error on /api/create-payment-intent Endpoint

I am integrating Stripe payment processing into my React application using Vite, Fastify, and Stripe. However, I am encountering a 404 error when trying to create a payment intent using the /api/...
hehehad's user avatar
  • 11
2 votes
0 answers
61 views

How to render AVFrames more efficiently?

I have currently got the frame on the GPU and can render it smoothly. I have a decoding thread and a rendering thread. The decoding thread puts the decoded pointer to the GPU into a List, and the ...
mercuric taylor's user avatar
0 votes
0 answers
21 views

Getting type errors and module not found errors on render deployment

I am trying to deploy a MERN App on render. The build gives this error. ../backend/src/models/hotel.ts(1,22): error TS2307: Cannot find module 'mongoose' or its corresponding type declarations. ../...
Noor Fatima's user avatar
0 votes
1 answer
37 views

Dark/Light theme rendering issue Blazor .NET8

I'm trying to add a class 'dark' if it is in localstorage, and remove it if there is 'light' as 'mode' in localstorage. However, I have the feeling that all pages of my blazor .NET8 application are ...
Franck's user avatar
  • 1
0 votes
0 answers
38 views

how to control the color of a section in trimesh?

How can I control the color of the section of a trimesh object, as When I do a section and display it the color seems to be missing. for example: hexagon_with_pores = create_hexagon_with_pores(...
Ali11H's user avatar
  • 13
0 votes
2 answers
26 views

How to get the *rendered* width of element with javascript/jquery? All methods tried yielded only intrinsic width

I have a slider with a html like this <div id="bilder"> | height: 70vh; <div id="pappediv"> | height: 100%; <div id="slider&...
Dominik Lenné's user avatar
0 votes
0 answers
37 views

Issue connecting to Docker daemon in development environment (free Render version)

I've developed a Java application with Spring Boot that utilizes Docker to run Python scripts within containers. My development environment is working fine, but I'm encountering an issue when ...
user25571445's user avatar

15 30 50 per page
1
2 3 4 5
355