Q3D V-2.4 [3D Physics + Skeletal Animation UPDATE]

From the Asset Store
Fantasy Game includes more than 600 sound effects inspired by hit computer games like World of Warcraft and Diablo.
  • hello

    Congratulations for the plugins. I am very interested in purchasing this plugins.

    I wanted to know if this plugins I can use some behaviors:

    --LineOfSight

    --Pathfinding

    or certain actions:

    --load

    --save

    or other events and actions that we all normally use in costruct 2 (2d).

    thanks

    ps sorry for my bad English, I write from Italy.

  • if you want to make an fps game try this engine: http://fpscreloaded.blogspot.be/

  • , I am having trouble parenting a Q3D created object (that was created in the events) to a Q3DPoint...I couldnt find any expression to get the id of the Q3DPoint. Could you let me know?

    You cant do this presently. Its an illegal operation since q3d model and point operate under certain expectations to be optimized. You can however set its position and rotation manually so as to act "parented" so to speak. What are you trying to parent? I'm trying to replace all the outdated features with proper plugins at the moment, so eventually therell be no reason to need all the id stuff anymore.

  • yeaah fantastic QuaziGNRLnose thats sounds good, because as a 3d user, your plugin is difficult to understand, a lot of functions are never used or known in 3d softwares like 3ds max

  • so here its my actual problem, i loaded my 3d model

    http://mattepainting.be/test/ring_rotation.capx if someone can help me to solve that

  • im testing with your example of gold effect, but i d'ont understand why you use 5 animation frames for the environment map and with so small pictures in greyscale, can i use just one picture of an environement map instead of 5 frames?

    Its a cubemap, its the standard way to implement environment mapping. I use such a small image since for a gold look you dont need sharp reflections amd grey simce coloured reflections look odd. You can use any size images, with colours if you want. If you use one image itll use it for every face of the cube map. This is a standard way to support cune maps. Im not sure how one image can be used apart from spherical reflection mapping which is a faked technique with sub par results. every 5 frames are converted to a single environment map frame in a texture animation.

  • i tried with your example file, changed the 5 small pictures by bigger ones, 256x256 in greyscale, but after that, the 3d model has no more reflection :s, ok "SOLVED" the problem come when the reflection map is not a perfect square maybe something to correct???

    if the map is not 256x256 or 512x512 etc, but 256x1000 then, the reflection map don't work at all

  • i don't understand how a non-square texture should work in a cube map, it'd always be the better option to make the image a square size.

  • so here its my actual problem, i loaded my 3d model

    http://mattepainting.be/test/ring_rotation.capx if someone can help me to solve that

    You made your Q3D Model object have a "z size" of zero, so it's completely flat in that direction.

  • hello

    Congratulations for the plugins. I am very interested in purchasing this plugins.

    I wanted to know if this plugins I can use some behaviors:

    --LineOfSight

    --Pathfinding

    or certain actions:

    --load

    --save

    or other events and actions that we all normally use in costruct 2 (2d).

    thanks

    ps sorry for my bad English, I write from Italy.

    You can use behaviours but they only work in "2D", so for example line of sight would only work in the X,Y plane Pathfinding would only work in the X,Y plane, and all the models have bounding boxes around them, no other collision shape can be specified. Another way you could do it is to use a sprite if you want custom collision shapes, and set the model position to that of the sprite. In both these ways, yes those behaviors are supported.

    Saving and Loading with construct's save/load system is not supported yet.

  • thanks for the respons loool

  • one interresting question for you maybe, its not possible to load the camera from the 3d scene from 3dsmax, and also the lights??

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • im trying to replace a 3d sphere in the Q3Dmaster, with a cube model.

    i added ajax with the request url to the folder and model but nothing happens, my app is also hosted on the ftp.

    Maybe i have done something wrong, but how to change a model in the app by another model present on the ftp?

    here its my capx file http://mattepainting.be/test/Gsphere.capx

    First of all be certain same-origin-policy is followed.

    For that you need to be sure your project is hosted on the same domain as the model (usually). Also the loader uses a URL, so you don't have to use the ajax object to download the file, and the way you're dumping "lastdata" into the URL field can't work.

    what you can do instead (and much more easily) is set Model name in the change model action to "http://mattepainting.be/test/models/cube.obj". You could also even set the Model Filename property in the layout editor to http://mattepainting.be/test/models/cube.obj and it'll work properly assuming same-origin-policy is followed (for node webkit it probably doesn't matter, so you could use any url pointing to a valid object).

  • one interresting question for you maybe, its not possible to load the camera from the 3d scene from 3dsmax, and also the lights??

    No. It's not possible, only model imports are possible.

  • fantastic , now im testing if i can control rotation of my object with the mouse, zooming on it by clicking on the object is harder :s

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)