Questions tagged [shadows]

Shadows can refer to the background shading often used to produce a 3D effect. Alternatively it is a Keyword in VB.NET and has an OOP meaning of redefining base methods.

Shadows can refer to the background shading often used to produce a 3D effect.

Alternatively it is a Keyword in VB.NET and has an OOP meaning of redefining base methods.

The VB.NET meaning has been usefully defined by Shadows vs Overrides in VB.NET and Shadows vs Overloads in VB.NET.

(If it wasn't a keyword, these two meanings should have different tags.)

100 questions
0
votes
1 answer

Cube normals on voxel engine producing odd results

I am trying to add normals to my voxel engines 16x16 cube chunks. When I render everything I get odd results. I am not sure if I have placed my normals incorrectly or if implementing simple shadows with lighting wont work how I am using it. The…
0
votes
0 answers

Objects don't cast shadows on other objects

I made a OpenGL program with GLEW and GLFW on Orwell Dev-C++ 5.4.0 which shows blocks. I added ambient, diffuse and specular light and now shadows, too. I used a depth texture. But now, the blocks don't cast shadows on other blocks, rather only on…
sigalor
  • 901
  • 11
  • 24
0
votes
1 answer

Shadow Mapping is not projected correctly

I'm having troubles with the implementation of shadow mapping in my OpenGL graphic engine. At first stage, I render the shadow map into a frame buffer object (with a depth texture attached to it) from the light point of view: Vector3f lightPosition…
0
votes
1 answer

Shadows via shadowmaps and other textures - how to combine? OpenGL

Good day. I draw a scene with shadows using shadow maps method (when we're rendering scene from light point of view to retrieve depth buffer, making shadow texture and projecting it on the scene, rendered from a camera point of view) As I use…
Irene
  • 27
  • 7
0
votes
1 answer

Shadows under StringGrid

I have a form. On formshow, I initialize values of a field into stringgrid cells, but it shows a shadow under cell's texts. I've used Persian charaters for field's values. I did the same with english values, but it works fine. I appreciate any…
Holy Thirteen
  • 158
  • 2
  • 8
0
votes
3 answers

CSS Shadows (how to get rid of top shadow?)

Got a problem with the css shadows. I can't figure out how to get rid of the top shadow here: https://i.stack.imgur.com/f1p1r.png What I got: box-shadow: 0 -3px 4px -6px #777, 0 3px 4px 6px #ccc; How do I do that? I want it to be on the left,…
recon
  • 59
  • 1
  • 8
0
votes
0 answers

How to compile Shadows events using MSBuild

I am trying to use set up a CI server that doesn't depend on a Visual Studio installation but uses msbuild instead. Our solution includes an interop project. Visual Studio handles this project just fine, but msbuild seems to have a problem with…
RobC
  • 1,303
  • 3
  • 15
  • 32
-1
votes
1 answer

OpenGL: missing shadows on the cube shape

Why the shadows are gone from unlighted faces of my cube shape when I am using arrays of: vertices[] indices[] colors[] normals[] texcoords[] // and draw them by glDrawElements(); But when I use: glBegin(...); glVertex3f(...); glEnd(...);…
NightKn8
  • 379
  • 6
  • 18
-1
votes
1 answer

LWJGL having shadows for the entire 3D environment

I am having a bit of trouble with shadows in OpenGL. The models have a shadow on every face, OpenGL gives it a darkness through which direction the face is pointing from the source of light. I noticed that the light just passes through the faces,…
-3
votes
1 answer

How can I make it? (Shadows CSS3)

I don't even mind how I can create it. Any ideas?
Сергей
  • 121
  • 1
  • 1
  • 12
1 2 3 4 5 6
7