It's mostly gpu and ram I think. I didn't see a particularly significant improvement earlier this year going from an 8 core xeon with a 1070 to a later model 16 core xeon with a 1080 despite having (theoretically) more than double the cpu power. Obviously it was faster but I'd attribute it mostly to the better gpu. I have…
Model_brush.c is the main file where new map and model formats are parsed: https://sourceforge.net/p/chaosesqueanthology/code-t3d_attempt_engine/ci/master/tree/model_brush.c An example one is void Mod_OBJ_Load on line 7562. Which loads the triangle data for an obj file (loads the vertex and then the face data). It would be…
Hey, I was having this issue as well where suddenly it seemed like all my subtools in one specific ztl. file had changed scale. My problem was the values in "Export" under the "Tool" palette had it's values reset. Luckily I could go back to an older version of the ztl. and copy over those random values. Not sure where…
Team Holy Lunatic is proud to announce that development has begun on a new single player total conversion mod based on the popular Half Life 2 engine titled: Project Phi This mod will take single player first person shooters in a whole new direction, and will feature new player models, maps, weapons, and adversaries. For a…
I can admit I am not perfectly sure I understand your issue . if the color ramp is too inconvenient you could use curve node. it's perhaps a bit easier to tweak since you can enlarge it and tweak the curve nodes very precisely . Also I would first construct a complete single height input for a single bump node. Easier to…
I see where there is a setting for Stereo > Dual / 3D Monitor. How do I render a video to use this setting? It shows correctly in the viewport, but when rendering to video it shows only a single image. Any help is appreciated.
I have a bit of a problem : Now, why am I trying to do this : I was thinking "hey, if I could interpolate texture based on the relative height of the surface textured compared to the height of the object, I could make objects such as trees and rocks dark on their basis and ligh on their tip, only I could use two textures…
Hey, does anyone can comment on this? As I'm not planing in doing hard surface or using very customized tools. But from the comparison I'm not totally sure if there is a feature I really should have as I did work with Mudbox the last years. My workflow would be primarily handling of around 5-20 (sub-)objects - importing…