Jump to content

saindd

Members
  • Posts

    221
  • Joined

  • Last visited

Posts posted by saindd

  1. So, both Basic Cloud and Advanced Cloud objects have a very simplistic image texture being used for it's layers. I've been using Gimp's simplex noise to create the cloud textures, but i'm sure it would be much more interesting to have a procedurally generated texture. Since generating clouds is very simple and involves just basic algorithms that can be found in libnoise, the though part comes in the actual integration of the noises generated by libnoise and Torque's textures.


    Is it possible to create a dynamic Texture object in Torque, based on the 2D noise samples generated by libnoise? Maybe a way to construct the object based on a byte array, instead of a file?


    The BasicClouds class accepts a string filename, and all maps in the Material class as well.

  2. Can sequence animations be used with particles? As for the foam, i'm not referring to the one that appears when the player hits the water, but also the one when water touches the terrain (e.g: beach).

  3. I would like to bump this thread and hear a little more about the steering committee on how to help them properly as far as reporting crashes go. I've been having lot's of crashes when working with terrain and terrain materials in 3.8. How can i provide decent information for you guys?


    A console.log? Should i build a DEBUG version? Is there a specific report that i can send?

  4. You don't even know how to change some basic UI code and you want to make "your own engine"? Sounds like you want to create a branded version of Torque and sell it on Steam for a quick profit.


    Otherwise, if you just want to learn, make a skin and share it here. Don't be a dick.

  5. This is an example: http://wiki.polycount.com/w/images/7/73/Cubemap_Sorsele_humus.jpg


    http://www.f-lohmueller.de/pov_tut/backgrnd/im/CubeMappingWrapping_1d_64.gif


    The horizontal cross seems to be a standard. I'm able to export that from Bryce, Vue, Maya (with a few plugins) and also from cmftStudio, Lys and Cubegenmap. There's also the vertical cross, but seems to be used only by AMD's cubegenmap.


    However, in Torque, Left and Right, Front and Back, are rotated in a circular way to match the top and bottom textures. And i can't find an easy way to export that format from those applications. I'm having to do some heavy manual transformation in CC with lot's of trial and error: Swap R and L, rotate CCW, CW... now try another combination, and now another, and so on, until they match up. It sucks.

  6. BTW: the format is also incompatible with ATI's cubemapgen or the Nvidia converter as well. The vertical and horizontal cross maps don't work. I have to manually manipulate each and every texture to map Torque's, and even then, there are seams. :(

  7. I've noticed that Torque has a different format for cross skyboxes. This seems to be the standard for various engines (Unity, Shiva, C4, etc): http://www.terathon.com/wiki/images/0/05/BryceFig05.jpg


    However, if i use a Skybox in cross format with Torque, i have to rotate some textures (right, 90 ccw, left 90 cw, and invert the back one). And still, they don't seem to match. Is this a buggy behavior that was fixed in some resource at garagegames.com or, is it just like that?

  8. When i asked for Torque's default, i wanted to know the ratio used for default assets, like the car, characters, weapons, etc. I'm aware that you can create your own standard.


    IMHO, 1 unit = 1 cm is much more plausible for a game world. A meter is too much.

  9. I thought the mesh-based road could be replaced by a custom model. We can only change the texture, then? I'll try to make a small script to at least change the texture, based on a raycast going down, so i can discover if it's high enough and apply a "bridge" texture. Later i can learn how to do meshes... seems complex!

  10. Is it possible to automatically create bridges using the mesh road editor? Look at this:


    http://docs.garagegames.com/torque-3d/official/content/documentation/World%20Editor/Editors/images/RoadDecal_setup.jpg


    Instead of just using the normal road mesh, use a bridge mesh.

×
×
  • Create New...