I've made video about the engine, but it's not 100% engine yet - a script engine is not connected.
I experimented with Lua and PascalScript, and PascalScript was my favorite. Unfortunately, it was...
Type: Posts; User: mobilus
I've made video about the engine, but it's not 100% engine yet - a script engine is not connected.
I experimented with Lua and PascalScript, and PascalScript was my favorite. Unfortunately, it was...
This is very good news, thanks =)
I think this is JavaScript. I'm not sure because there are no examples ;)
WILL, RemObjects stole your quote ;)
http://www.remobjects.com/images/OxygeneLanguage/TheOxygeneLanguage.png
I was thinking about the same answer but from a marketing point of view, the answer must be different... or should be different ;)
I'm familiar with C# but not with Java and why I'm really...
I was wondering about using Oxygene for my next game projects and tools, and I have some thoughts.
A few assumptions before proceeding to the discussion:
1. Pascal is the most beautiful...
Throne Engine - Debut Trailer:
http://youtu.be/O1GjnzAGvgk
Thanks guys!
No, it's "Concave XP Theme".
Map Editor:
http://youtu.be/P51bauLNLho
Cool game. My only comment is that the camera doesn't move smoothly.
You're right.
Try to find someone on a graphics/music forum.
If you promise to share the potential benefits from your game, you will surely find someone.
Type of Work ..........................| Commercial...
The video has a description on YouTube channel, but I can expand it a bit here:
1. Wireframe View
2. Solid View
3. Pre-Computed Ambient Vertex Occlusion + corrections (Vertex Painter)
4....
Thank you WILL for improving my last post.
I'm working on the engine since November 2010 (17 months?). 8 - 16 hours a day, everyday.
The engine is written for simulator game - Construction...
http://youtu.be/lkdigqC4s7Q
A small video about rendering process:
http://youtu.be/lkdigqC4s7Q
My first advice is to not work with Degrees (Animation.zip):
var
S, C: Single;
SinCos(Angle, S, C);
X1:= X0 + L * S;
Y1:= Y0 - L * C;
This is my solution.
A few words of introduction: We operate only on angles (one bone = one angle) and one start point (X0, Y0) from figure B (picture 1) - this is the only data that we need to...
I played Rage and Disciples III.
Thanks guys, I bought the cheapest HD series card (HD5450) for ~30 euros and fixed the bug.
If we talking about XBOX, much still depends on my publisher.
My current project is very large (first...
Sorry, now it works (checked):
http://www.gamecask.com/forum/root/resources/techdemo2.7z
First, I will try to port to XBox 360 ;)
Theoretically it is possible.... I think so...
... and...
I need some help.
I'm looking for graphics cards models (desktop computers), that do not support my shaders.
Please check techdemo.exe and write information about your video card, if an error...
You can try to use H2pas: http://wiki.lazarus.freepascal.org/Creating_bindings_for_C_libraries
Just install H2pas to Lazarus and run the wizard.
Asphyre still is my favorite framework and Sphinx2 is really the first thing that will force me to have Delphi XE2.
Thank you for sharing your great framework with us.
TS - Tim Sweeney
"-Wow, Pascal.
TS: Yeah, it was a good language. It was more rigorous than C++. When I moved from Pascal to C++ to create Jill of the Jungle, it was a real shock that people...
How goes the work on SSAO? Here is ready solution for GLScene:
http://glscene.ru/e107_files/public/111_ssao_glscene1.rar
My shader is very similar, but I added automatic change of size of ambient...