Skip to content
#

rendering

Here are 917 public repositories matching this topic...

pixi.js
matiTechno
matiTechno commented Dec 19, 2019

Frequent bug: while sorting by y-coordinate, the vertices are sorted, but the data coming with the vertices is not.
Gouraud shading, forgot to sort intensities

In my case I was calculating a barycentric coordinate of one vertex and assigning it to a different vertex by mistake.
The artifacts looked exactly the same as you presented, if it is the same problem then the description could be

appleguy
appleguy commented Nov 4, 2017

I've found from some recent work that the overall perf cost of an extra batch / continuation call has substantial impacts on user metrics, including time to display the first content (competition between image loading and data loading) as well as the parsing / layout of the response slowing down content interaction and rendering.

As such, we should strive to make this test more robust and ensur

bitinn
bitinn commented Jul 22, 2018
What happened?
  • 2018.2 release create LWRP demo scene with 2.0.3-preview.
  • While the 3.0.0-preview is the latest major release.
  • And 2.0.6-preview is released after 3.0.0-preview.

It's unclear whether the 3 is:

  • a major upgrade (eg. breaking changes in shader API)?
  • a release intended for 2018.3 beta?

Since everything is in preview, I wouldn't expect LWRP to just work

nvkelso
nvkelso commented Jun 19, 2019

Similar to tangrams/tangram#723 which proposes text underlines, I'd like to a new text treatment to callout country and regional capitals in map styles. We adding better support for both in the new v1.8 Tilezen schema, but right now the only way to call them out visually is to change the color. Another common technique in cartography (especially in Europe) is to "highligh

greggman
greggman commented Jul 26, 2017

There's a few, um, less than best practices in the WebGL code. I didn't look at the others

2 examples

  • looking up uniform and attribute locations every frame at render time instead of once at init time

  • assigning properties to WebGLObjects that could be null

There's also questionable issues like forcing 800x600. That might make sense on desktop PCs where you'd be hard pressed to fi

slowcar
slowcar commented Nov 5, 2018

I have a pdf that changes its orientation, the first page is vertical A4, the next horizontal A4.
When using Androids built-in PdfRenderer the document is displayed correctly, but with PdfViewPager the horizontal page is distorted.
I suspect that the library does not recognize the orientation change and displays the horizontal page as a vertical one.

Please find attached a simple test pdf and

cookiengineer
cookiengineer commented Jan 27, 2018

Minor issue: The docs seem to be outdated when it comes to the NMLEvent or NidiumEvent.

For these cases there's no event.preventDefault() and no event.stopPropagation() methods (just in case some people are wondering or are using libraries that would expect those to exist):

  • window._onkeydown
  • window._onmousedown
  • window._onmousemove
  • window._onmouseup

It might make sen

admiralnelson
admiralnelson commented Mar 24, 2019

I wish doxygen documents is hosted online somewhere, it's kinda annoying just to clone and make my own copy to read documentations.
Anyway, this framework really helps me to make my own game engine.

Thanks.

Improve this page

Add a description, image, and links to the rendering topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rendering topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.