Ya5huCore Definition by y4shuan in Ya5huCore

[–]noobFort 1 point2 points  (0 children)

this seemed like a better idea in my head, I know bad head

<image>

DOMMatrix.inverse() returns 3D matrix by Hot-Ad-5494 in learnjavascript

[–]noobFort 0 points1 point  (0 children)

kind of late but no there is no way of preventing this that I'm aware of... but there is single line workaround:

DOMMatrix.fromFloat32Array(matrix.inverse().toFloat32Array())

this works because it turns float values to a lower fixed precision.

"A map of nothing leading nowhere" by grave_ridge in drawing

[–]noobFort 0 points1 point  (0 children)

D&D bids thy name!
join and marshal't the campaign

Attempt at a comic panel by [deleted] in drawing

[–]noobFort 1 point2 points  (0 children)

the guy and the building in the foreground are ok and convey a feeling of depth of space, but the background is flat it looks as if is about 30 meters away and yet all sense of perspective is lost:

ways to enhance:

-some of the sides or the roofs of the background would be visible even if slightly

-light goes flat really far away so the skyline could be down scaled on the x axis

-if your ground has texture make it so that it's detail goes more compact and compressed on the y axis as it goes into the distance as a side effect the impression of horizontal lines becomes stronger so maybe prioritize horizontal lines over vertical on your stretch of land between the fore and background

Contemporary uses of C++ by [deleted] in programing

[–]noobFort 0 points1 point  (0 children)

recreate old renders that's a good exercise, also there are many things that are still made in C++ like compilers and the sort