MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / show

Method show

src/main/java/trace/graphics/LoadPly.kt:34–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 }
33
34 @Throws(IOException::class)
35 protected constructor() {
36 }
37
38 @Throws(IOException::class)
39 constructor(filename: String) {
40 this.filename = filename
41 points = ArrayList()
42
43 add(filename)
44 }
45
46 var first = true
47
48 fun show(layer: Stage.ShaderGroup, name: String, size: Float) {
49 val v = layer.pointBuilder(name)
50
51 v.open()

Callers

nothing calls this directly

Calls 6

pointBuilderMethod · 0.80
openMethod · 0.65
auxMethod · 0.65
vMethod · 0.65
closeMethod · 0.65
forEachMethod · 0.45

Tested by

no test coverage detected