Jump to content

Marleys Ghost

Members
  • Posts

    2,157
  • Joined

  • Last visited

Everything posted by Marleys Ghost

  1. well, sounds like something to look forward to
  2. I'll dabble in an hours time ... for as long as it takes for me to drink my .. <ahem> Coco lol
  3. I think I will have to have a play with this software .. DL'd it installed it yet to dabble
  4. Marleys Ghost

    ROFL

    Thats not bad for a "Make me a song button" effort lol .. oh how the world needs more buttons like that
  5. Nice, thanks Gimpy .. I was expecting the opening words to say "Welcome to Gimpys World" lol ..
  6. Dont forget to send your details to gain access to the rest of the forum. See Here.
  7. yeah you need the D-Light for G-Rays ... the same scene I am using that gets the issue in Bmax works fine in C++ the scene only has the one light, a D-Light ..
  8. I think thats Mack on the left
  9. I just tried somethng like this in the editor. Simple sphere created in UU3D textured with some sun texture off the net. .mat file texture0="abstract::sun_tex.dds" blend=0 depthmask=0 depthtest=0 castshadows=0 shader="abstract::mesh_diffuse.vert","abstract::mesh_diffuse.frag" Result in editor with a pointlight placed in its centre.
  10. yep that does get a little frustrating, especially in a well populated scene.
  11. in the standard Bmax IDE it halts and highlights fw.render() ..
  12. Extra things tried so far. Regenerated lua-gluefunctions.bmx Sync'd again (just in case) Updated the scripts in the appdir updated DLL's in appdir still getting Unhandled Exception:Attempt to access field or method of null object @ fw.render()
  13. ok updated the scripts, DLL's and shader.pak for the C++ app and it still runs fine. Hey god rays has a nice effect on the snow lol ..
  14. Just checking on that.. I simply ran the app as was .. need to check the C++ app with the latest scripts and DLL's .. still far too early for problem solving lol
  15. Not sure yet, just trying a few things.
  16. You have to have the scripts folder in the appdir so removal is not good lol, but intersting you then get an emitter to work after doing so...
  17. I added an emitter to the test scene I use with the basic scene loader in Bmax and got the same error .. however I did not get the error when using the same scene with the basic scene loader in C++, and an emitter was placed and working.
  18. In UU3D when you load a direct X file you have the option to flip handedness, in the load dialogue window.
  19. Just remember less of THIS .. and more of THIS
  20. Yep, I like that one Gimpy thanks for sharing
  21. Why would it round to an int ? wouldn't that only happen for multiples of 255 ? or very nearly 255 for rounding up to occur? Edit: ah in C++ ... not my worry then lol Edit:: Unless this happens in Bmax to ? Edit ::: not to worry I do it all on a calculator anyway ...
  22. Lumoojas right SetColor(Vec4(1,1,1,1)) would be white, yours is super duper bright white .. try: SetColor(Vec4(0.58,0.78,0.39,1)) See if that works
  23. Try increasing your "maxacceleration" value.
×
×
  • Create New...