Sure on construct community discord.
Try using sendgb.com and send a link.
Another example added to itch, playing with cannon collision detection calling a C3 function.
kindeyegames.itch.io/c3-3dobject-alpha/devlog/366633/rocket-cannon-example-fix-setcannon-bbox
Develop games in your browser. Powerful, performant & highly capable.
A new 3DObject example is available on itch.
Getting one step closer to a nice little 3D engine, with collisions and physics. Currently need to use JS for integrating the cannon-es.js physics and collision library.
kindeyegames.itch.io/c3-3dobject-alpha/devlog/366142/3dobject-and-cannon-esjs-construct-3d-and-3d-collision-and-physics
Did you the embed texture in the gltf / glb file?
Did you try your gltf / glb model in sandbox.babylonjs.com Does the texture appear correctly there?
If it looks correct in sandbox, can you share the gltf/glb file, so I can test?
For an example demonstrating how to get started, see the domElementPlugin template in the C3 plugin SDK download.
You are basically creating a DOM side script with functions to call via DOM messaging from your worker side script.
You can, but you will likely need to use JS scripting and greenworks.js to do it. The Greenworks/Greengrinds plug-ins do not support UGC.
github.com/greenheartgames/greenworks/blob/master/docs/workshop.md
So, you will need to rely on 3rd party Greenworks js library and node files, but that case is true for the C3 Greenworks plug-in also.
Yes, I think so. I remember a while back (a year or two ago), I was helping someone with Greengrinds and they also were using the auto cloud.
Check out this documentation, you should be able to use nwjs / nwjs plug-in to save data to disk and use the automatic steam cloud sync (auto cloud) to save the files to the steam cloud.
partner.steamgames.com/doc/features/cloud
I see, well with 3DObject, you can certainly create a plane with a texture. However, it will probably have the usual transparency issues seen on 3DShape billboards. Another alternative I have seen people using is Sprite with 3D mesh.
Great work, looking forward to furthering developments already mentioned elsewhere (hierarchy most specifically.)
Another vote here for expressions in the template field.
alastair
Yes, though I wonder why not just use the native 3DShape for something simpler like billboards?
I am working on the bounding box / z-height in future versions, working to solve this.
Thanks, I will take a look this week.
Not sure I understand what you mean, can you send the Spine project and c3 project with an example?