Exemplo n.º 1
0
 private ProjectionTransposeMatrixSubscriber(ObjectAnnotationType objectAnnotationType)
     : base(objectAnnotationType)
 {
 }
 private ViewProjectionInverseMatrixSubscriber(ObjectAnnotationType objectAnnotationType)
     : base(objectAnnotationType)
 {
 }
Exemplo n.º 3
0
 protected override SubscriberBase GetSubscriberInstance(ObjectAnnotationType Object)
 {
     return(new ProjectionTransposeMatrixSubscriber(Object));
 }
Exemplo n.º 4
0
 protected override SubscriberBase GetSubscriberInstance(ObjectAnnotationType Object)
 {
     return(new ViewInverseMatrixSubscriber(Object));
 }
Exemplo n.º 5
0
 private WorldInverseTransposeMatrixSubscriber(ObjectAnnotationType objectAnnotationType)
     : base(objectAnnotationType)
 {
 }
Exemplo n.º 6
0
 protected abstract SubscriberBase GetSubscriberInstance(ObjectAnnotationType type);
Exemplo n.º 7
0
 protected WorldInfoSubscriberBase(ObjectAnnotationType obj)
 {
     this.Object = obj;
 }
 private ViewInverseTransposeMatrixSubsriber(ObjectAnnotationType objectAnnotationType)
     : base(objectAnnotationType)
 {
 }
 private WorldViewProjectionMatrixSubscriber(ObjectAnnotationType objectAnnotationType)
     : base(objectAnnotationType)
 {
 }
Exemplo n.º 10
0
 protected override SubscriberBase GetSubscriberInstance(ObjectAnnotationType type)
 {
     return(new PositionSubscriber(type));
 }
Exemplo n.º 11
0
 private PositionSubscriber(ObjectAnnotationType obj) : base(obj)
 {
 }
Exemplo n.º 12
0
 protected MatrixSubscriberBase(ObjectAnnotationType Object)
 {
     this.TargetObject = Object;
 }
 private WorldViewInverseMatrixSubscriber(ObjectAnnotationType objectAnnotationType) : base(objectAnnotationType)
 {
 }
 private ViewProjectionMatrixSubscriber(ObjectAnnotationType Object) : base(Object)
 {
 }
Exemplo n.º 15
0
 private DirectionSubscriber(ObjectAnnotationType type) : base(type)
 {
 }
Exemplo n.º 16
0
 private ViewMatrixSubscriber(ObjectAnnotationType objectAnnotationType) : base(objectAnnotationType)
 {
 }