Arseny Kapoulkine

Results 310 comments of Arseny Kapoulkine
trafficstars

> to assign Feature IDs to the triangles of a primitive, without specifying property tables, and therefore without assigning any internal meaning to these IDs. These IDs could then be...

@lilleyse Hmm I'd like to clarify this to make sure we're on the same page. My understanding is that using offset/repeat doesn't actually make all vertices unique by itself. What...

Should KHR_texture_basisu extension be amended to clarify this requirement?

I really like this - this is simple and can be grafted on top of an existing file; tools that aren't aware of the extension can just skip it. If...

One more potential addition to this extension could include requiring that bone influences are sorted by weight, both across weight groups (WEIGHT_0/WEIGHT_1) and within each group. This makes it easier...

One more thing, this extension restricts joint graph to not have non-joint interior nodes, but does seem to allow (by omitting this restriction) non-joint nodes to be children of joint...

This warning is a little unfortunate. The goal of this code is to pass the size that can't possibly be allocated on any system to convert a numeric overflow during...

Curiously I can't reproduce this on g++-10 (Ubuntu 10.3.0-15ubuntu1) 10.3.0 with the following command line: ``` g++-10 src/overdrawoptimizer.cpp -g -Wall -Wextra -Wshadow -Wno-missing-field-initializers -Werror -std=c++98 -Walloc-size-larger-than=9223372036854775807 -O3 -DNDEBUG -c -MMD...

Does the warning for memcpy also get traced to main.cpp and mention inlined functions? I'm wondering if the root of the issue is the calling program, where for example the...

fwiw this looks as if the default number of bits (14) gltfpack uses for quantization isn't sufficient for this model. In certain cases this can be avoided by recentering the...