Joannesalfa's Forum Posts

  • Use family

  • Would you mind to help me how to create skybox? I've made a 3D cube with texture inside, now it renders all dark and black, even light is inside, I couldn't figure out

  • You should find PhoneGap plugin that can access sensor api such as geomagnetic field

  • I have a mac with Xcode, but it's complicated part when if your app got rejected due to App store policy, I can't tell which is one due to NDA, it takes each week and week and week, you should be careful with version control, are you sure?

    Anyway I can test your game with my ios device using ad hoc if you want.

    I cannot send you PM due to your account level, anyway you can contact me joannesalfa[at]gmail[dot]com

  • R0J0hound awesome

    lame little demo:

    http://www.ize.rocks/c2/oldschool/

    I wonder how did you this like distorsion and curve path each letter, I'm interested to make C64/Amiga demos

  • QuaziGNRLnose Thanks for micro-update.

    I would like to ask you some questions

    1) I was thinking about WebGL shaders to apply on 3D models, actually is not supported due to limit about C2 editor, however I was thinking if we can load file glsl language script like crosshatch.fx and control variables using JSON to apply each 3D model, is that possible? like this http://www.ro.me/tech/hatching-glow-shader

    2) Can we have a official forum about Q3D examples and tutorials?

  • tumira

    Change browser preview from Internet Explorer to default BEFORE run, otherwise you get permanent error in all browsers until you restart C2. It makes no sense.

  • Actually, nevermind about Raycaster problem, it's working now, I had no idea how it's self-fixed.

    I'm curious about Texturing model.capx I was wondering how to remove shiny skin, I'm looking to apply normal.

  • QuaziGNRLnose Finally, it's much better now, It makes great experience for new users who want to create 3D games with C2 editor. Thank you!

    Actually, I've tried to run 2 examples were involved with Raycast plugin such as:

    -2D Physics (Using Official physics behaviour) in 3D game.capx

    -Raycaster & Viewports example.capx

    There a screenshot of output:

    Could you have a chance to fix this before to take a nice vacation?

    Anyway, are you planning to integrate animation from 3D model in next update?

  • TiAm Have ever you added "chromium-args": "--disable-gpu-vsync in package.json? You shouldn't have wasted your time.

    I've tried to compare...

    A= node-webkit without --disable-gpu-vsync

    B= node-webkit with --disable-gpu-vsync:

    A= runs smooth in start, then some seconds later, it starts to look Jerkiness in overtime, sometimes it appears smooth motion but not longer.

    B= runs smooth in start, no sign of Jerkiness in overtime, but there is mild jerkiness, looks kinda stable but not perfect.

    I believe B would be workaround to reduce jerkiness.

    Judge yourself.

  • QuaziGNRLnose Nice! I remember you made fluid effect for Construct Classic.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I've seen some C++ examples were successful ported to Javascript using Emscripten and display in Canvas, I was thinking about Javascript SDK could be updated to support Emscripten, but I don't know about C2 runtime engine, anyway Is possible to integrate Emscripten in C2?

    In that case, there an example

    http://google.github.io/liquidfun/

  • Take a look

    https://haxiomic.github.io/GPU-Fluid-Ex ... q=UltraLow

    it's released with source code, I wonder is possible to adapt this effect into C2?

  • Make a container as helper sprite it would act as invisible turret with display of real sprite.

  • Your Data field doesn't represent valid variable for Post, it just returns nothing, look your php script:

    $img = $_POST['img'];

    It should be

    $img = $_POST['image'];

    You don't need to add useless functions because your PHP script already comes same functions as replace function.

    Data field, should be:

    "image="&CanvasSnapshot

    image variable represents post data.

    It's simple, that's all.

    If you aren't sure, you might consider to get this template.

    https://www.scirra.com/store/royalty-fr ... -image-116