1-10 of 13 < Previous Next >
1 vote
closed

Existing lights don't have an impact on newly created entities

When you create the light, it lights the existing entities, but when you create new entity after the light was created, this newly created entity is not being lit. It has something to do with the...

id# 863 | Planned Release: None | Last Updated: May 30 at 5:06 PM  by scypior
1 vote

Deferred renderer

This is rather big task. It may requires some refactoring, so that we will get IRenderer interface, or some base Renderer class. It have to be done in a way that will allow not only deferred rende...

id# 352 | Planned Release: None | Last Updated: Apr 23 at 5:32 PM  by scypior
1 vote

Clicking on the entities

It seems like it doesn't always work properly. I've noticed it, when I wasn't able to select Light when it had TestEntity in the backgroung. It was the TestEntity which was selected.

id# 659 | Planned Release: None | Last Updated: Apr 22 at 3:54 PM  by scypior
1 vote

Hierarchy of entities

As the progress goes on, there is demand for more entities (for testing). Actual testing entity is the only one, so i didn't have the need for hierarchy. But from now it will be more, and more nee...

id# 376 | Planned Release: None | Last Updated: Apr 16 at 9:31 PM  by scypior
1 vote
closed

Casting while rendering

In the process of rendering, there are 2 type casting every time a mesh is drawn: 1) in the ParamSetter - ParamSetter is the delegate defined along with the IRenderable interface, and it allows to ...

id# 495 | Planned Release: None | Last Updated: Apr 16 at 9:29 PM  by scypior
1 vote

EntityCreationWindow doesn't select properly Entities it can spawn

With the hierarchy of the entities, this window shows a list of all entities, even those of base, abstract classes. It can't spawn them, and exception thrown while doing this isn't caught.

id# 505 | Planned Release: None | Last Updated: Apr 10 at 7:49 AM  by scypior
1 vote

Lights in existing renderer

Existing renderer is simple, forward renderer. It uses XNA's BasicEffect, cause this is perfect solution for the beginning. Adding lights using this effect is very simple. It means that there woul...

id# 374 | Planned Release: None | Last Updated: Apr 8 at 9:41 PM  by scypior
1 vote

TopDownCamera doesn't block angles properly

This occurs probably most often when the framerate is low. The code for blocking wasn't good and now we see the effects.

id# 462 | Planned Release: None | Last Updated: Apr 8 at 5:10 PM  by scypior
1 vote

Read only ReflectionWindows aren't always read only

This is the problem with the structures. When you obtain a structure via get, i mark it as read only in ReflectionWindow, cause you obtain a copy and a modification doesn't apply. Unfortunately no...

id# 349 | Planned Release: None | Last Updated: Apr 5 at 7:58 PM  by scypior
1 vote
closed

Struct Properties don't refresh in ReflectionWindow

Properties for structs don't refresh when they should.

id# 346 | Planned Release: None | Last Updated: Apr 5 at 7:54 PM  by scypior

Configure View

Search
Sort by Id
Release
Title
Updated
Votes
1-10 of 13 < Previous 1 2 Next >
Updating...