The process of generating an image or series of images from a model by means of computer programming.
0
votes
1answer
25 views
Weird rendering issue when applying lightmap through HLSL
I have a weird issue when trying to render the lightmaps in my game.
Please see the following screenshots.
Note how the scene looks up close with the lightmaps enabled.
Note how that same part of ...
0
votes
1answer
34 views
Irrlicht rendering basic OBJ
I have been trying to render a "room" with some basic functions and I found some "bugs".
So at first I have made a "room" out of 6 planes in blender and gave each of them a diffrent color.
...
2
votes
1answer
68 views
Issues upscaling pixel art with SampleState.PointClamp
I'm developing a 2D game, and I'm striving to create a nice blocky low-res appearance for the game, yet allow it to be played at variable resolutions. So, I've researched resolution independency and ...
-3
votes
0answers
35 views
Using Multiplayer and Rendering on a single thread [closed]
I have a rendering thread which does all my rendering of the game, is it possible to connect to a server at the same time on the same thread as the render? Would it overload, would it slow it down? Or ...
0
votes
1answer
22 views
Divide single SVG into separate files
I have an SVG file contatining deck of cards, each of them in g-container:
<g id="kingspades">...
How do I render individual cards or separate big SVG files into pieces?
-1
votes
0answers
45 views
LWJGL - Switching from 3D to 2D to render text with NO external librarys [closed]
I want to render 2D quads on my screen by switching to a 2D scene then switching back to 3D.
I dont want to use any external librarys besides LWJGL.
This is what I got so far:
private static void ...
0
votes
3answers
77 views
Where to run logic update in openGL ES?
Using Canvas with Surfaceview I had a run() method where I would essentially do the following:
onDraw();
update();
Where onDraw method would do the rendering and update would update all my game ...
-5
votes
0answers
69 views
Render map - BEST WAY TO RENDER MAP [closed]
Is there a way to render 2D maps (eg, such as in *.Tmx) where each unit will have its use, durability, animations and other functions that are assigned to that block?
The block is it one field in map ...
0
votes
0answers
148 views
Optimal OpenGL 2D Sprite Batching (Best Practice)
I am working on simple 2D engine using OpenGL (3.3+) for rendering and was wondering what the optimal method of sprite batching would be. I plan to put all sprites into one (or fewer) texture atlases. ...
0
votes
1answer
93 views
Displaying sprites in a 2.5D raycasting engine
I'm developing a raycasting engine like the one used in DOOM, Wolfenstein 3D, etc.
My engine is capable of correctly displaying walls and textures on walls, but I'm stuck at sprites rendering.
Given ...
2
votes
1answer
74 views
Rendering a black and white image in OpenGL 1.1
Is there is any way that I can simple disable the color in OpenGL 1.1? Or can I "grey out" textures in LWJGL?
4
votes
1answer
137 views
What is the state of the art of ray tracing on the GPU?
I think ray trace rendering had to be done on the CPU for a long time. But since we have compute shaders in OpenGL 4.3 now, it might be possible to move the computations on the GPU and perform ...
1
vote
1answer
113 views
How to provide a fully programmable pipeline for rendering?
I am writing a game engine and I want people who use it allow to define the rendering pipeline. Just they can define the scene geometry, characters, items, light sources, and so on. So the term ...
0
votes
0answers
91 views
3ds max render to texture in PNG
Using 3ds Max 2012, I've been able to use the "render to texture" function to successfully bake my lighting. The only problem is that these image files are always output to TGA files. I need PNG ...
0
votes
0answers
28 views
Interpolation of surface normals on the face of a triangle and Goroud shading
My question is detailed at this link.
I linked it instead of copy paste because here I can't seem to get the fancy math symbols to show properly here.
Thoughts?