Edoardo Dominici

Results 7 issues of Edoardo Dominici

**Description** This patch forward primvars authored on a point instancer to a additional set of attributes which takes precedence over the geometry's attribute set and can be indexed by each...

enhancement

Changes - Glue code for this [core patch](https://github.com/tangent-opensource/coreBlackbird/pull/72) - Changed the default point style to Sphere from Disc. This is consistent with the Houdini schema. - Disconnected alpha socket in...

Resizing the houdini viewport typically causes the previous frame to be rendered stretched (nearest neighbor) before the new frame begins to be blit. The stretched image can be replaced by...

bug

The world grid overlay in Houdini overlaps the rendering output. I would guess the depth buffer needs to accessible to Houdini to correctly compose the two images. There also seems...

bug

Currently, each primitive locks the scene mutex during the `Sync` method to write new values, making primitive syncing pretty much sequential. I can think of two ways to optimize it:...

enhancement
in discussion

**Changes** - Early transparency test for point clouds. Transparency is now tested in the Embree filter function only for points with transparency. From a simple test included below, the total...

enhancement

**Description** This patch allows objects to read from and index shared attribute sets. The logic in the geometry manager has been changed to allocate an extra device attribute map for...

enhancement