very useless changes

This commit is contained in:
UbitUmarov
2025-06-25 02:22:28 +01:00
parent f1d84b7866
commit 0d71b6d871
78 changed files with 123 additions and 223 deletions

View File

@@ -982,7 +982,6 @@ namespace OpenSim.Region.PhysicsModule.ubOde
broll /= m_bankingTimescale;
tmpV = Vector3.UnitZRotated(irotq);
tmpV *= broll;

View File

@@ -28,7 +28,6 @@
using System;
using System.Collections.Generic;
using System.IO;
using OpenMetaverse;
@@ -180,15 +179,15 @@ namespace PrimMesher
if (stopAngle <= startAngle)
throw new Exception("stopAngle not greater than startAngle");
Angle[] sourceAngles = sides switch
{
3 => angles3,
4 => angles4,
6 => angles6,
12 => angles12,
Angle[] sourceAngles = sides switch
{
3 => angles3,
4 => angles4,
6 => angles6,
12 => angles12,
24 => angles24,
_ => null
};
};
if (sourceAngles != null)
{

View File

@@ -35,7 +35,6 @@ using OpenMetaverse;
namespace PrimMesher
{
public class SculptMesh
{
public List<Vector3> coords;