Displacement-MicroMap-Toolkit
Displacement-MicroMap-Toolkit copied to clipboard
Given the input argument `dist=0`, it returns `u=0, v=0, w=4294967295`. Is this `w` an intended value?
Hello, I was wondering if the USD schema for DMM is located anywhere. For planning on integration into an existing USD asset pipeline, it would be good to reference the...
Some quick calculations: * A fully subdivided (level 5) base triangle generates 1024 microtriangles * A `32 x 32` tile contains 1024 pixels (quads), or 2048 triangles * Therefore, two...
The external/nvpro_core submodule contains code generated from the vulkan SDK, which can conflict when compiling against a different vulkan SDK. Example build errors: ``` 'PFN_vkGetLatencyTimingsNV': too many arguments for call...