About Store Forum Documentation Contact



Post Reply 
Strange mesh & actor problem
Author Message
Arikin Offline
Member

Post: #1
Strange mesh & actor problem
Hi, my mesh (and shadow) and actor occasionally disappear in game, like this:
[Image: error2w.jpg]
a few seconds later:
[Image: errorqw.jpg]

If needed I can paste some code of rendering and updating of this car.
What can be a problem?
01-15-2011 02:55 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Strange mesh & actor problem
some incorrect Frustum visibility tests code?
or you're using custom game class and use incorrect pos/matrix method implementation in the game object.

you can paste the codes
01-15-2011 03:25 PM
Find all posts by this user Quote this message in a reply
Arikin Offline
Member

Post: #3
RE: Strange mesh & actor problem
Thanks for advice, it seems I had a problem with pos/matrix (using custom game class)....
01-15-2011 04:23 PM
Find all posts by this user Quote this message in a reply
Post Reply