浏览代码

Removing comments

/main
Jon Hogins 4 年前
当前提交
3572b4d4
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 5
      com.unity.perception/Runtime/GroundTruth/PerceptionCamera_InstanceSegmentation.cs

5
com.unity.perception/Runtime/GroundTruth/PerceptionCamera_InstanceSegmentation.cs


void CaptureInstanceSegmentation(ScriptableRenderContext scriptableRenderContext)
{
//var myCache = new List<IdLabelEntry>();
InstanceSegmentationImageReadback?.Invoke(frameCount, data, m_InstanceSegmentationTexture/*, myCache*/);
InstanceSegmentationImageReadback?.Invoke(frameCount, data, m_InstanceSegmentationTexture);
RenderedObjectInfosCalculated?.Invoke(frameCount, renderedObjectInfos/*, myCache*/);
RenderedObjectInfosCalculated?.Invoke(frameCount, renderedObjectInfos);
renderedObjectInfos.Dispose();
}
});

正在加载...
取消
保存