comment formatting
This commit is contained in:
parent
d32c96f226
commit
3ee8d5cba4
|
|
@ -71,7 +71,7 @@ int main()
|
||||||
TraceLog(LOG_INFO, "num points %d", numPoints);
|
TraceLog(LOG_INFO, "num points %d", numPoints);
|
||||||
}
|
}
|
||||||
|
|
||||||
// re-upload a different point cloud size
|
// upload a different point cloud size
|
||||||
if (numPointsChanged)
|
if (numPointsChanged)
|
||||||
{
|
{
|
||||||
UnloadModel(model);
|
UnloadModel(model);
|
||||||
|
|
@ -91,9 +91,9 @@ int main()
|
||||||
{
|
{
|
||||||
DrawModelPoints(model, position, 1.0f, WHITE);
|
DrawModelPoints(model, position, 1.0f, WHITE);
|
||||||
}
|
}
|
||||||
|
// The old method must continually draw the "points" (lines)
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// The old method must continually draw the "points" (lines)
|
|
||||||
for (int i = 0; i < numPoints; i++)
|
for (int i = 0; i < numPoints; i++)
|
||||||
{
|
{
|
||||||
Vector3 pos = {
|
Vector3 pos = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user