We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Simon Anciaux
Links in the feed to wiki talk page don't work. For example . In firefox I get a message. The sam…
»
Alexey
Exactly, the return type is , so the mod 65536 never happens. The arguments of the addition are im…
»
Miles
I still very much wouldn't like to wait for that step when making frequent changes to models, but …
»
Dawoodoz
Importing is usually done by the designer before saving in a custom format with additional featur…
»
Mārtiņš Možeiko
It could be done that way. Just export platform functions from main exe file and in game dll use t…
»
Terans
In the non-specific code, Casey uses various pointers to functions that the platform layer must se…
»
Miles
Unfortunately, as much as I love PLY for static models (it's pretty much the simplest possible tex…
»
»
Dawoodoz
Would it be possible to automatically generate normal mapping from the heights? A low-resolution n…
»
Mārtiņš Možeiko
Don't forget that in C when you add two u16's the result has int type. So there is no "overflow". …
»
Dawoodoz
Only took me a day to write an importer for a sub-set of the "Stanford PLY" format without texture…
»
S
A few small corrections:When computing glyph offsets, idDelta arithmetic should be modulo 0xFFFF,…
»
Simon Anciaux
Thanks, I'll try with clang.
»
Dawoodoz
Floating-point operations in 3D geometry transformations aren't bit-exact between different comput…
»
Dawoodoz
I would suggest going straight to the source and reading the thousand page reference manuals for t…
»
Dawoodoz
Line 82 and 375-377 are now removed from the master branch.
»
Mārtiņš Možeiko
@mrmixer: I compiled with clang using this command line: No need to install mingw or CodeBlocks. …
»
Tomasz Różański
Since 1996, most of my jobs was about computers and technology, in one form or another. I was buil…
»
Dawoodoz
I haven't ported the compilation script to Batch on Windows yet, but you would still have to insta…
»
Dawoodoz
Wrote an import function for the Stanford PLY format today. Used it to load and render the mage mo…
»
Chen
All my editor stuff is in-engine. A run-time implementation lets me hit rebake button every time I…
»
Dawoodoz
I tried designing a model in Blender using surface sub-division and high-resolution vertex colors.…
»
Simon Anciaux
Any chance to have a simple batch file version (or Visual Studio project) that works with msvc wit…
»
Simon Anciaux
Well it's not working. When I went there today the issue was there again. I had to press to get i…
»
Simon Anciaux
So the lighting is static ? Object don't move, light don't move and the player doesn't obstruct li…
»
Dawoodoz
The next step for isometric rendering would be to create the foundation of an extreme detail desig…
»
Dawoodoz
Runs in borderless maximized fullscreen on Windows 7. Should in theory work on all versions since …
»
Chen
Yep, everything is compute shader. Light probes don't get relit every frame, it's like a preproces…
»
Roman
This is make sense. Thank you
»
Simon Anciaux
I just noticed that when you add a new comment to a blog post you get those #123456 links, but the…
»