예제 #1
0
 private RandomPointsRenderer(CSharpGL.IBufferable model, CSharpGL.ShaderCode[] shaderCodes, CSharpGL.AttributeMap attributeMap, params GLSwitch[] switches) :
     base(model, shaderCodes, attributeMap, switches)
 {
 }
예제 #2
0
 private PointCloudRenderer(CSharpGL.IBufferable model, CSharpGL.ShaderCode[] shaderCodes, CSharpGL.AttributeMap attributeMap, params GLState[] switches) :
     base(model, shaderCodes, attributeMap, switches)
 {
 }