Mathias Kahl

Results 14 issues of Mathias Kahl

Right now all trees are rendered using one tree sprite with different colorizations. Instead a sprite map with arbitrary numbers of different trees should be supported.

enhancement

It would look much nice if there were transitions between different tile types.

enhancement

Currently the map is displayed a continuous rectangle. To support use cases like the Civilization games horizontal wrap around should be supported. That means: When the camera hits the boundary...

enhancement

Currently only fog of war status can be updated after map creation. Ideally full dynamic updates should be supported, e.g. adding new tiles, changing the type of tiles and so...

enhancement

Using the latest master version with this configuration, serving the app from file (i.e. `file://[path-to-plume]/index.hml`). ```json { "owners": ["https://mag.solid.community/profile/card#me"], "title": "Mathias Kahl's Blog", "tagline": "About software development", "picture": "img/logo.svg", "fadeText":...

COLLADA supports custom effects (e.g. HLSL shaders) with arbitrary parameter bindings. These are already loaded, but not yet converted to the XNA ContentModel. For this there might be a content...

Feature

Animations are already correctly imported. However, right now animation clips are not. Animation clips are simply tuples of name, start- and end-time of logically separate animations. I.e. while most of...

Feature

COLLADA allows defining physical properties of scenes. These could be imported and attached to the XNA model to make it easy using models loaded from COLLADA files with physics engines.

Feature

Currently only triangulated meshes are supported, since XNA only supports triangles natively. Content creation tools often use more complex polygons, though. Even though many programs support triangulation for COLLADA export,...

Feature

This library was created to import single animated 3D models from COLLADA files. However, the COLLADA file format is much more powerful than that. You can actually store multiple complete...

Idea