Akshay.Patil Posted April 10, 2017 Posted April 10, 2017 Hello , In unigine 2.3.1 ObjectMeshDynamic::setSurfaceMode API is removed , how can we render the ObjectMeshDynamic using Point mode in Unigine 2.3.1. Is there any alternative.
alexander Posted April 17, 2017 Posted April 17, 2017 Hello, Look at dynamic_05 sample (UnigineScript -> Objects). You can create a copy of your ObjectMeshDynamic to ObjectDynamic which has a setSurfaceMode() method.
Recommended Posts