MantisBT

View Issue Details Jump to Notes ] Wiki ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000090Liberty UnleashedScript Problempublic2014-08-04 08:332014-08-04 08:34
ReporterVortrex 
Assigned ToJuppi 
PrioritynormalSeverityminorReproducibilityalways
StatusassignedResolutionopen 
PlatformWindowsOS8.1OS Version8.1 Update 1
Product Version0.1.0.14 
Target VersionFixed in Version 
Summary0000090: ScreenPosToWorld Problem
DescriptionScreenPosToWorld doesn't return a usable vector. It returns a Vector as expected but with invalid object values in it.
Steps To ReproduceUse the ScreenPosToWorld function in any client script and provide a VectorScreen object as the only argument with a screen X and Y coordinate.

Optional:
Output the Vector as a string to verify.
Additional InformationEach object inside the Vector returned is the same.
Other Vector string outputs return each object's value with a non-breaking white space delimite, however this one returns differently.

A string output of one of the objects is: 1.#QNAN
A string output of the entire Vector would be "1.#R 1.#R 1.#R"

The screen coordinates used were:
VectorScreen( ScreenWidth / 2 , ScreenHeight / 2 )
That should effectively get the middle of the screen.
ScreenWidth and ScreenHeight are also correct per the screen tested.

It should be noted that when using typeof with the returned Vector, it reads "Vector".
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2014-08-04 08:33 Vortrex New Issue
2014-08-04 08:33 Vortrex Status new => assigned
2014-08-04 08:33 Vortrex Assigned To => Juppi


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker