Skip to content
#

rendering

Here are 1,016 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

bgfx
AssyriaGameStudio
AssyriaGameStudio commented Apr 21, 2020

Just a recommendation to expose preventsDisplaySleepDuringVideoPlayback (https://developer.apple.com/documentation/avfoundation/avplayer/2990522-preventsdisplaysleepduringvideop?language=objc) as part of ASVideo, as it's something many folks use with video backgrounds etc, and currently when an ASVideo is in the scene the iOS screen won't ever auto-lock.

Currently I'm having to be a bit hacky a

KnightCoder
KnightCoder commented Apr 23, 2020

Currently there are not enough documentation that one finds about the editor (GUI). The editor is vast and has too many great options, exploring it is not easy but getting lost inside the editor is easy. Hence, requesting you to consider making a video documentation about using the editor. Here one can explain about things such as the Graph editor, GPU, Publishing, Player, Configuring these, vario

Mappboy
Mappboy commented Feb 11, 2020

One of the instructions for compiling from source https://github.com/mapnik/mapnik/wiki/UbuntuInstallation is to install Harfbuzz (http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-0.9.34.tar.bz2), in my version of Ubuntu 19.10 this caused a problem with libpango, in turn causing gdm to break and stopped my machine from booting.

It might be worth attaching a note to the wiki th

我的游戏程序员生涯的读书笔记合辑。你可以把它看作一个加强版的Blog。涉及图形学、实时渲染、编程实践、GPU编程、设计模式、软件工程等内容。Keep Reading , Keep Writing , Keep Coding.

  • Updated Apr 12, 2020
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

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.