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.

A scene file contains objects in a strictly defined language or data structure; it would contain geometry, viewpoint, texture, lighting, and shading information as a description of the virtual scene

5211 questions
1
vote
3 answers

R Shiny data analysis: I am struggling to render a plot from the .csv file I have uploaded

I am building a reliability data analysis tool in R Shiny. I am newish to R (used it once a few years ago) and new to Shiny. I haven't been able to solve this problem via the tutorials or forums :( Basically, I want the user to upload a .csv file of…
1
vote
0 answers

unable mapping through import react components using hooks

Im new to react so this may be a noob question. Im trying create a side bar that only displays links depending on if a variable is set. but first im just trying to create a useState hook that is an array of import components and map through them…
Gandi Loze
  • 11
  • 1
1
vote
1 answer

Using one render pass on top of another

I'm trying to implement imGUI in my app which already have some render pass for rendering meshes. Its command buffer updates only when new meshes added to scene, while imGUI command buffer should be updated every frame. Secondary command buffer…
Espeon
  • 208
  • 1
  • 11
1
vote
0 answers

libgdx : Spritebatch not rendering until resize

Long story short: my spritebatch doesn't render anything until I resize the window (even by 1 pixel). Long story: I'm following the Brent Aureli's tutorial on how to create the game Flappy Bird: Every game state (title menu, playing screen, pause…
Edd
  • 11
  • 3
1
vote
1 answer

React component render after event listener

I'm having some trouble getting component lifecycles to cooperate with event listeners in React. Below is an example application that displays an image from a URL provided by a user and uses the width of the image to apply styling - in this case I…
DylanRose
  • 13
  • 1
  • 3
1
vote
2 answers

ASP.NET control does not render

I have an extremely simple control i'm trying to render which looks like this: using System; using System.Web; using System.Web.UI; namespace CORE.BusinessObjects.Web.Controls { public class TestControl : Control { protected…
Sergey
1
vote
0 answers

Why some outputs are not printed in knitr?

I have a big problem since a long time and I could not find any solution. Daily, I waste a lot of time because of it. I use knitr_1.29 to generate HTML reports (R version 4.0.0, R Studio 1.3.959). Sometimes the output of one or several chunks is not…
Nin00
  • 11
  • 2
1
vote
2 answers

Web rendered size doesn't match print size

First of all, I do search and research and try this about a week and has no clue.. so I thought I have earned my right asking somewhat simple, haha! For some reason, it looks like, width: 210mm; doesn't work as I want. Following screenshot rendered…
GatesPlan
  • 465
  • 1
  • 4
  • 17
1
vote
2 answers

Angular 9 routerLink resolving semi-colon to %3B

How can I prevent Angular 9 from rendering routerLink hrefs with URL encoding? Here is a stackblitz example of the problem, of the below example: https://angular-ivy-sxczmy.stackblitz.io/ typescript: myurl =…
TimH
  • 1,012
  • 1
  • 14
  • 24
1
vote
2 answers

ReactJS - how to re-render a component after another choice is clicked on form?

Relatively new to React here, so forgive me if this is an easy fix. I have a component that has a form - this form has 4 choices, and my intention is that every time you click an option on the form, a child component is rendered with data from the…
1
vote
1 answer

why my context doesn't update when the context value updates?

so I am using React's context API in my Gatsby app(which is written in React basically) to deal with user authentication. I have two components that use that context: dashboard and navBar. When I try to log in and log out, my navBar will behave…
Yingqi
  • 985
  • 2
  • 13
  • 24
1
vote
0 answers

Render 22 millions of data points in interactive Graph in Angular

I need to render around 22 million data points to interactive graphs in angular projects. Those data can be set as multiple graphs or multiple series. Currently, I tried with Highcharts though it also gives some problems with that amount of data.…
Chandana
  • 95
  • 1
  • 10
1
vote
1 answer

Problem rendering first 2 objects in three.js

everything works fine but sphere and box geometry dont show, plane works fine too! does anyone have a clue? i suspect something wrong maybe in the render function or animation frame, im fairly new to three.js and cant seem to know why the scene wont…
Legionnaire
  • 60
  • 1
  • 8
1
vote
0 answers

On click to button render new Component if Form is Valid

Here is Link to my Code. I want to check if a form is valid and the user clicked to login button. It has to render a new Component on the screen showing that you are successfully logged…
1
vote
0 answers

Grails sometimes render wrong character encoding

I have a Grails application deployed in a tomcat. For some reason, sometimes render wrong characters, accented characters becomes a strange ?. Did someone face this problem and solved it? I tried to find a solution but problems exposed there, are…
IgniteCoders
  • 4,834
  • 3
  • 44
  • 62
1 2 3
99
100