Skip to main content

Questions tagged [rendering]

3 votes
0 answers
116 views

I am in the process of writing my own software renderer. I am currently working on setting up a shader system that allows users of the renderer to create their own Vertex Shader and Fragment Shader. ...
PiastriTheBottler's user avatar
1 vote
2 answers
246 views

If I have a graph which consists of nodes like this: class Graph { public: ... int32_t width(); int32_t height(); const Node * getNode(int32_t height, int32_t width)...
a a's user avatar
  • 261
0 votes
1 answer
167 views

This is quite theoretical, and I hope it's the right SE site. A couple of years ago I worked at a company using Maya 2014 (I think that was the version) with a couple of other 3D Artists. Eventually ...
anon's user avatar
  • 109
3 votes
1 answer
157 views

I am building a personal blog system. The system is more like a platform, means that not only the admin, but all registered users can post their blogs. We've decided that using markdown as the blog's ...
user8510613's user avatar
-1 votes
1 answer
134 views

I want to make an android app that allows you to write scripts to draw stuff. Like text, buttons, images... using opengl. Now, if i have a function that draws an image like this: drawImage( ...
Alexanus's user avatar
  • 119
3 votes
1 answer
233 views

My application is similar to a very simple CAD program. The user can create and modify a database of several thousand, simple 3D objects (e.g. cubes and spheres). Each object has a position, ...
murrdpirate's user avatar
3 votes
3 answers
2k views

Now, it doesn't necessarily have to be Word — for ease of comparison, let's use ODT, which is based on XML — which is pretty similar to HTML. That would, to my mind, make rendering an ODT ...
uryga's user avatar
  • 248
1 vote
1 answer
200 views

I am trying to create a simple 2d game to learn on my own. My current task is creating a lighting scheme. My goal is to make the screen appear dark except where I create lights. I have a light class ...
Jager7's user avatar
  • 13

15 30 50 per page