reepblue Posted October 7, 2023 Share Posted October 7, 2023 Similar issue to this but with models. "model": { "isLimb": false, "path": "D:/Projects/UltraGame/Models/Cyclone/Developer/commentary_node.mdl" }, Quote Cyclone - Ultra Game System - Component Preprocessor - Tex2TGA - Darkness Awaits Template (Leadwerks) If you like my work, consider supporting me on Patreon! Link to comment Share on other sites More sharing options...
Solution Josh Posted October 7, 2023 Solution Share Posted October 7, 2023 Fixed: { "scene": { "base": [], "entities": [ { "castShadows": true, "collisionType": 1, "matrix": [ "0x3f800000", "0x0", "0x80000000", "0x0", "0x0", "0x34400000", "0x3f7ffffd", "0x0", "0x0", "0xbf7ffffd", "0x34400000", "0x0", "0xbf2ccccd", "0xb3628f5a", "0xbe970a3a", "0x3f800000" ], "model": { "isLimb": false, "path": "Crawler/crawler.mdl" }, "name": "U3D_MESH", "physicsMode": 0, "pickMode": 1, "position": [ "0xbf2ccccd", "0xb3628f5a", "0xbe970a3a" ], "quaternion": [ "0xbf3504f2", "0x80000000", "0x0", "0x3f3504f2" ], "reflection": true, "rotation": [ "0x42b40000", "0x0", "0x0" ], "uuid": "c15b2344-f13b-4448-a3a8-a66a1b2c8985" }, { "castShadows": true, "collisionType": 1, "matrix": [ "0x3f800000", "0x0", "0x80000000", "0x0", "0x0", "0x34400000", "0x3f7ffffd", "0x0", "0x0", "0xbf7ffffd", "0x34400000", "0x0", "0xbf2ccccd", "0xb3628f5a", "0xbe970a3a", "0x3f800000" ], "model": { "isLimb": false, "path": "Crawler/crawler.mdl" }, "name": "U3D_MESH", "physicsMode": 0, "pickMode": 1, "position": [ "0xbf2ccccd", "0xb3628f5a", "0xbe970a3a" ], "quaternion": [ "0xbf3504f2", "0x80000000", "0x0", "0x3f3504f2" ], "reflection": true, "rotation": [ "0x42b40000", "0x0", "0x0" ], "uuid": "c15b2344-f13b-4448-a3a8-a66a1b2c8985" } ], "extras": { "ambientLight": [ 1.0, 1.0, 1.0 ], "gravity": [ 0.0, -9.8100004196167, 0.0 ], "iblIntensity": 1.0, "viewports": [ { "cameraPosition": [ 0, 2.86788, -4.09576 ], "cameraRotation": [ 35, 0, 0 ], "gridSize": 0, "view": 0, "zoom": 1.42815 }, { "cameraPosition": [ 0, 0, 0 ], "cameraRotation": [ 90, 0, 0 ], "gridSize": 0, "view": 3, "zoom": 200 }, { "cameraPosition": [ 0, 0, 0 ], "cameraRotation": [ 0, 0, 0 ], "gridSize": 0, "view": 5, "zoom": 200 }, { "cameraPosition": [ 0, 0, 0 ], "cameraRotation": [ 0, 90, 0 ], "gridSize": 0, "view": 1, "zoom": 200 } ] } } } Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
reepblue Posted October 7, 2023 Author Share Posted October 7, 2023 FYI, your example actually is another example of this bug. You have 2 crawlers at the same location! 1 Quote Cyclone - Ultra Game System - Component Preprocessor - Tex2TGA - Darkness Awaits Template (Leadwerks) If you like my work, consider supporting me on Patreon! Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.