Skip to content

BoundingSphereConverter deserialisation bug #910

@GoogleCodeExporter

Description

@GoogleCodeExporter
Converting from a bounding sphere to a string using the BOundingSphereConverter 
makes a string in the form
"x, y, z, r"
i.e. 4 components, a vector3 + a radius.

The ConvertFrom string however throws an exception if there are not 2 elements 
after splitting on comma (culture specific).

I think it should be changed to a 4, not a 2! 

I found this by browsing the latest version of 
design/BoundingSphereConverter.cpp

Tom

Original issue reported on code.google.com by schlott1...@gmail.com on 8 May 2015 at 11:40

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions