Archive for the ‘Graphics’ Category
Particle effects demo video
As announced in the last post, here is a short video of the new particle effect engine in action. Enjoy! :)
UI and particle effect improvements
The last two weeks brought nothing completely new, but big improvements to already existing stuff. The first improved area is mouse handling. A few smaller fixes were applied that should make fluorescence behave more like the OSI client. Most prominent of those fixes are the direction changing mouse cursor and the correct handling of transparent [...]
Water shader
fluorescence now contains a simple water shader.
Rendering improvements and zoom
Aside from enjoying the easter break, I spent the last two weeks improving the rendering process. The new version of the renderer is using texture atlases to efficiently batch opengl calls. I also refined the clipping code (only re-draw the parts of the screen that have changed) to use the stencil buffer, making it both [...]
Effects (again)
With the latest commit, the standard OSI effects can be substituted with the new particle effects. There is a simple def file providing the translation from the art ID to the effect name. As a demo, the effect used for teleporting on RunUO is substituted with a very simple particle effect. I’m not really happy [...]
Effects
Just a short development update: The most recent version supports basic graphical effects. You can now fling around fireballs and enjoy sparkling healing effects in fluorescence.
Gump image component
Today, I’ve been working on extending the gump image component. You can now load textures from the mul files as well as files on your hard drive or http resources and display them in any gump menu. Simple example:
|
1 2 3 4 5 6 |
<gump x="100" y="30" width="600" height="600" closable="1" draggable="1" background="1"> <image x="30" y="290" source="http" imgid="http://fluorescence-client.org/wp-content/uploads/2012/01/Avatar1.jpg" /> <image x="65" y="480" source="staticart" imgid="16" /> <image x="230" y="480" source="gumpart" imgid="230" /> <image x="5" y="480" source="file" imgid="themes/default/Images/CheckBoxIndeterminatedHot.png" /> </gump> |
Gumpart II
Well, it was kind of strange to work under new conditions like this. But I think I will get closer to an acceptable finishing every day. This picture is taken from a not yet finished work for the freeshard Arx-Obscura. The female paperdoll is still in progress, but will be presented soon in a final [...]
Gumpart
This might be the first impression how Ultima Online gumps could look like in the near future. The last days I started over a new project, which will include several graphics for the new client. as you can see here, I included very much detail in the first work. Also you will be able to [...]
Effect videos
A few teaser videos showing new graphical effects in fluorescence: Sunrise (sort of): Simple fireball particle effect: Shockwave: All videos were made on the german freeshard Arx-Obscura, so all the other beautiful graphics you can see in the videos are not part of fluorescence, but property of Arx-O.
