Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SubGeometry and trident issue #72

Open
JohnBrookes opened this issue Jul 11, 2011 · 1 comment
Open

SubGeometry and trident issue #72

JohnBrookes opened this issue Jul 11, 2011 · 1 comment

Comments

@JohnBrookes
Copy link
Member

Basic scene no lights/materials

var tri:Trident = new Trident(750, true);
scene.addChild(tri);

[Fault] exception, information=TypeError: Error #1009: Cannot access a property or method of a null object reference.
Fault, dispose() at SubGeometry.as:325

@JohnBrookes
Copy link
Member Author

And while your in the subGeom class.
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at away3d.core.base::SubGeometry/clone()[C:\Documents and Settings\appi\My Documents\Flash\Git\Away4src\away3d-core-broomstick\src\away3d\core\base\SubGeometry.as:281]

Line 281
clone.updateSecondaryUVData(_secondaryUvs.concat());
needs a check if there is _secondaryUvs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant