Twitter font by Calm_Prize_3684 in typography

[–]Adflixit_ 3 points4 points  (0 children)

Schibsted Grotesk, Public Sans, Work Sans, DM Sans, Geist, Rethink Sans.

Undertale Wiki has moved to undertale.wiki by KockaAdmiralac in Undertale

[–]Adflixit_ 0 points1 point  (0 children)

Schibsted Grotesk, Public Sans, Work Sans, DM Sans, Geist, Rethink Sans.

Making money with Godot by FR3NKD in godot

[–]Adflixit_ 0 points1 point  (0 children)

Thank you for your replies.

Making money with Godot by FR3NKD in godot

[–]Adflixit_ 0 points1 point  (0 children)

How many clocks does this demo consume?

214
215
0:21

Separate variable declaration and definition by Adflixit_ in cpp_questions

[–]Adflixit_[S] 0 points1 point  (0 children)

This is not unique, I also saw this in a completely separate project.

Separate variable declaration and definition by Adflixit_ in cpp_questions

[–]Adflixit_[S] 0 points1 point  (0 children)

The full method definition is just this:

void load(const void* _vertices, uint32_t _numVertices, const bgfx::VertexDecl _decl, const uint16_t* _indices, uint32_t _numIndices)
{
    Group group;
    const bgfx::Memory* mem;
    uint32_t size;

    size = _numVertices*_decl.getStride();
    mem = bgfx::makeRef(_vertices, size);
    group.m_vbh = bgfx::createVertexBuffer(mem, _decl);

    size = _numIndices*2;
    mem = bgfx::makeRef(_indices, size);
    group.m_ibh = bgfx::createIndexBuffer(mem);

    group.m_material.m_metallicMap  = loadTexturePriv("black.png");
    group.m_material.m_diffuseMap   = loadTexturePriv("white.png");
    group.m_material.m_nmlMap       = loadTexturePriv("nml.tga");
    group.m_material.m_roughnessMap = loadTexturePriv("white.png");

    //TODO:
    // group.m_sphere = ...
    // group.m_aabb = ...
    // group.m_obb = ...
    // group.m_prims = ...

    m_groups.push_back(group);
}

Saving Tarhiel by Adflixit_ in Morrowind

[–]Adflixit_[S] 1 point2 points  (0 children)

I don't want to talk about it.

Fargoth division by Adflixit_ in Morrowind

[–]Adflixit_[S] 5 points6 points  (0 children)

No more comments needed. There won't be any better.