| 36 |
private string m_rexAvatarURL; |
private string m_rexAvatarURL; |
| 37 |
private string m_rexAuthURL; |
private string m_rexAuthURL; |
| 38 |
private string m_rexSkypeURL; |
private string m_rexSkypeURL; |
| 39 |
|
public string AvatarStorageOverride; |
| 40 |
|
public float RexMovementSpeedMod; |
| 41 |
|
public bool RexWalkDisabled; |
| 42 |
|
public bool RexFlyDisabled; |
| 43 |
|
|
| 44 |
public event RexAppearanceDelegate OnRexAppearance; |
public event RexAppearanceDelegate OnRexAppearance; |
| 45 |
public event RexFaceExpressionDelegate OnRexFaceExpression; |
public event RexFaceExpressionDelegate OnRexFaceExpression; |
| 293 |
RexSkypeURL = rexSkypeURL; |
RexSkypeURL = rexSkypeURL; |
| 294 |
} |
} |
| 295 |
} |
} |
| 296 |
|
|
| 297 |
|
internal void SendRexFog(float vStart, float vEnd, float vR, float vG, float vB) |
| 298 |
|
{ |
| 299 |
|
throw new System.NotImplementedException(); |
| 300 |
|
} |
| 301 |
|
|
| 302 |
|
internal void SendRexWaterHeight(float vHeight) |
| 303 |
|
{ |
| 304 |
|
throw new System.NotImplementedException(); |
| 305 |
|
} |
| 306 |
|
|
| 307 |
|
internal void SendRexPostProcess(int vEffectId, bool vbToggle) |
| 308 |
|
{ |
| 309 |
|
throw new System.NotImplementedException(); |
| 310 |
|
} |
| 311 |
|
|
| 312 |
|
internal void SendRexRttCamera(int command, string name, UUID uUID, Vector3 pos, Vector3 lookat, int width, int height) |
| 313 |
|
{ |
| 314 |
|
throw new System.NotImplementedException(); |
| 315 |
|
} |
| 316 |
|
|
| 317 |
|
internal void SendRexViewport(int command, string name, float vX, float vY, float vWidth, float vHeight) |
| 318 |
|
{ |
| 319 |
|
throw new System.NotImplementedException(); |
| 320 |
|
} |
| 321 |
|
|
| 322 |
|
internal void SendRexToggleWindSound(bool vbToggle) |
| 323 |
|
{ |
| 324 |
|
throw new System.NotImplementedException(); |
| 325 |
|
} |
| 326 |
|
|
| 327 |
|
internal void SendRexCameraClientSideEffect(bool enable, UUID uUID, Vector3 pos, Quaternion rot) |
| 328 |
|
{ |
| 329 |
|
throw new System.NotImplementedException(); |
| 330 |
|
} |
| 331 |
|
|
| 332 |
|
internal void SendRexSetAmbientLight(Vector3 lightDir, Vector3 lightC, Vector3 ambientC) |
| 333 |
|
{ |
| 334 |
|
throw new System.NotImplementedException(); |
| 335 |
|
} |
| 336 |
|
|
| 337 |
|
internal void SendRexPlayFlashAnimation(UUID uUID, float left, float top, float right, float bottom, float timeToDeath) |
| 338 |
|
{ |
| 339 |
|
throw new System.NotImplementedException(); |
| 340 |
|
} |
| 341 |
|
|
| 342 |
|
internal void SendRexPreloadAvatarAssets(List<string> vAssetsList) |
| 343 |
|
{ |
| 344 |
|
throw new System.NotImplementedException(); |
| 345 |
|
} |
| 346 |
|
|
| 347 |
|
internal void SendRexForceFOV(float fov, bool enable) |
| 348 |
|
{ |
| 349 |
|
throw new System.NotImplementedException(); |
| 350 |
|
} |
| 351 |
|
|
| 352 |
|
internal void SendRexForceCamera(int forceMode, float minZoom, float maxZoom) |
| 353 |
|
{ |
| 354 |
|
throw new System.NotImplementedException(); |
| 355 |
|
} |
| 356 |
|
|
| 357 |
|
internal void SendRexSky(int type, string images, float curvature, float tiling) |
| 358 |
|
{ |
| 359 |
|
throw new System.NotImplementedException(); |
| 360 |
|
} |
| 361 |
|
|
| 362 |
|
internal void SendRexPreloadAssets(Dictionary<UUID, uint> tempassetlist) |
| 363 |
|
{ |
| 364 |
|
throw new System.NotImplementedException(); |
| 365 |
|
} |
| 366 |
|
|
| 367 |
|
internal void SendMediaURL(UUID assetId, string mediaURL, byte vRefreshRate) |
| 368 |
|
{ |
| 369 |
|
throw new System.NotImplementedException(); |
| 370 |
|
} |
| 371 |
|
|
| 372 |
|
internal void RexIKSendLimbTarget(UUID vAgentID, int vLimbId, Vector3 vDest, float vTimeToTarget, float vStayTime, float vConstraintAngle, string vStartAnim, string vTargetAnim, string vEndAnim) |
| 373 |
|
{ |
| 374 |
|
throw new System.NotImplementedException(); |
| 375 |
|
} |
| 376 |
|
|
| 377 |
|
public void SendRexAvatarAnimation(UUID agentID, string vAnimName, float vRate, float vFadeIn, float vFadeOut, int nRepeats, bool vbStopAnim) //rex |
| 378 |
|
{ |
| 379 |
|
throw new System.NotImplementedException(); |
| 380 |
|
} |
| 381 |
|
|
| 382 |
|
internal void SendRexAvatarMorph(UUID uUID, string vMorphName, float vWeight, float vTime) |
| 383 |
|
{ |
| 384 |
|
throw new System.NotImplementedException(); |
| 385 |
|
} |
| 386 |
|
|
| 387 |
|
internal void SendRexMeshAnimation(UUID uUID, string vAnimName, float vRate, bool vbLooped, bool vbStopAnim) |
| 388 |
|
{ |
| 389 |
|
throw new System.NotImplementedException(); |
| 390 |
|
} |
| 391 |
|
|
| 392 |
|
internal void SendRexClientSideEffect(string assetId, float vTimeUntilLaunch, float vTimeUntilDeath, Vector3 pos, Quaternion rot, float vSpeed) |
| 393 |
|
{ |
| 394 |
|
throw new System.NotImplementedException(); |
| 395 |
|
} |
| 396 |
} |
} |
| 397 |
} |
} |