Archived:Duplicated SkinnedMesh nodes do not animate (Known Issue)
extkbeditor2
(Talk | contribs) m |
hamishwillee
(Talk | contribs) m (Hamishwillee - Bot change of template (Template:KnowledgeBase) - now using Template:ArticleMetaData) |
||
| Line 2: | Line 2: | ||
__NOTOC__ | __NOTOC__ | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
| − | {{ | + | {{ArticleMetaData |
|id=KIJ000275 | |id=KIJ000275 | ||
|platform=S60 2nd Edition, FP2 and FP3<br/>Series 40 2nd Edition | |platform=S60 2nd Edition, FP2 and FP3<br/>Series 40 2nd Edition | ||
| Line 10: | Line 10: | ||
|creationdate=August 25, 2005 | |creationdate=August 25, 2005 | ||
|keywords= | |keywords= | ||
| + | |||
| + | |sourcecode= <!-- Link to example source code (e.g. [[Media:The Code Example ZIP.zip]]) --> | ||
| + | |installfile= <!-- Link to installation file (e.g. [[Media:The Installation File.sis]]) --> | ||
| + | |sdk=<!-- SDK(s) built and tested against (e.g. [http://linktosdkdownload/ Nokia Qt SDK 1.1]) --> | ||
| + | |devicecompatability=<!-- Compatible devices (e.g.: All* (must have GPS) ) --> | ||
| + | |signing=<!-- Empty or one of Self-Signed, DevCert, Manufacturer --> | ||
| + | |capabilities=<!-- Capabilities required (e.g. Location, NetworkServices.) --> | ||
| + | |author=[[User:Technical writer 1]] | ||
}} | }} | ||
Revision as of 14:01, 24 June 2011
Article Metadata
Tested with
Devices(s): Nokia 6630 (SW 4.03.06), Nokia 6680 (SW 2.04.15 and SW 3.04.11), Nokia N90 (SW 2.0530.3.5)
Nokia 6230i (SW 03.25, SW 03.40)
Nokia 6230i (SW 03.25, SW 03.40)
Compatibility
Platform(s): S60 2nd Edition, FP2 and FP3
Series 40 2nd Edition
Series 40 2nd Edition
Article
Created: User:Technical writer 1
(25 Aug 2005)
Last edited: hamishwillee
(24 Jun 2011)
Overview
There is a bug in the Nokia M3G (JSR-184) implementation.
Solution
In most cases the best workaround is to load the mesh multiple times, and then copy the Appearance and VertexArray objects from the first instance to avoid multiple copies of large data elements.

