Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh which replaces TriangleMesh. Update Film to use new builder.
This commit is contained in:
@@ -106,7 +106,7 @@ RsLight rsi_LightCreate(Context *rsc)
|
||||
{
|
||||
Light *l = new Light(rsc->mStateLight.mIsLocal,
|
||||
rsc->mStateLight.mIsMono);
|
||||
l->incRef();
|
||||
l->incUserRef();
|
||||
return l;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user