mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
very useless changes
This commit is contained in:
@@ -982,7 +982,6 @@ namespace OpenSim.Region.PhysicsModule.ubOde
|
||||
|
||||
broll /= m_bankingTimescale;
|
||||
|
||||
|
||||
tmpV = Vector3.UnitZRotated(irotq);
|
||||
tmpV *= broll;
|
||||
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
@@ -35,7 +35,6 @@ using OpenMetaverse;
|
||||
|
||||
namespace PrimMesher
|
||||
{
|
||||
|
||||
public class SculptMesh
|
||||
{
|
||||
public List<Vector3> coords;
|
||||
|
||||
Reference in New Issue
Block a user