Hi,
Does anybody know how to use the JpctVertexController in the JPCT library as I want to distort the sphere primitive?
I have the following code:
but I can't find any documentation on the events for the JpctVertexController class.
Richard
Does anybody know how to use the JpctVertexController in the JPCT library as I want to distort the sphere primitive?
I have the following code:
B4X:
dim m As JpctMesh = mysphere.Mesh
dim vc As JpctVertexController
vc.Initialize("meshdistortion")
m.removeVertexController
but I can't find any documentation on the events for the JpctVertexController class.
Richard