gosg icon indicating copy to clipboard operation
gosg copied to clipboard

Golang 3D renderer sandbox

Results 3 gosg issues
Sort by recently updated
recently updated
newest added

Would it be much of a hassle to use the /physics branch code independent of gosg ? How would I do this?

Assign node IDs and always render a picking pass (along w/ z-prepass maybe?) into a picking texture. Expose selected object as map and node Selected method. Nodes will need selected...

enhancement