Jump to content

Dozz

Members
  • Posts

    73
  • Joined

  • Last visited

Everything posted by Dozz

  1. Dozz

    S-M-R-T

    i like it too, and there is enough space for more icons for more controls. hopefully we get to choose whether working on global or local space & maybe screen space [x/y of screen] & pick coordinate system from other entities. snaps would be a bonus personally i like to use keyboard shortcuts [the single key types, not the CTRL+, or SHIFT+], with software like this, one hand can practically be at the keyboard at all times. with this in mind have others here used 'sticky' keys as implemented in Softimage - it really speeds up workflow. Dozz [ +1 for customisation ]
  2. the editor is fine for what i use it for, I hope it has more features in the next version or ideally customisable buttons as suggested elsewhere, because we are all using the engine for different means. and my application is (will be) more a simulation which is engineering based. the engine has the accuracy its just that it isnt accessible within the editor in the dialog box leadwerks is just about perfect for what i am producing, i'm getting there thanks to you guys with your answers in my moments of need, thanks Josh
  3. My application is not a game & I do need accuracy better than 1mm for object placement as I display the coordinates of the objects in my app. I ended up editing in notepad. Thx One more thing re: the editor…the directional light has 3 values for linear offset & shadow distance. In cpp SetShadowOffset(x,y,z) & SetShadowDistance(x,y)…which is 5 values? I have shadows set as I like in the editor, where do I use these 6 values in cpp to replicate? Thanks in advance, Dozz
  4. I want to position objects in the editor to 4 decimal places but the editor has 2 places max precision. How can I change this?
  5. Dozz

    GameLib Errors

    The template puts sqlite3.o in source/H/lib/sqlite3, I can point to this now. I do not have a H: drive, so I am changing this to C:/lib in the parameter setting in LEBuilder. Its all confused on my system (in my head), now i get to 50 errors with undefined references in C:\lib\freeglut\include\freeglut_std.h & c:\lib\gamelib\gamelib.cpp. I'd really like to try gamelib, might give it a miss for now & wait for future examples. Thanks for your fast reply Metatron
  6. Dozz

    GameLib Errors

    After installing GameLib & Code::Blocks, I am having a problem to run the cube template code. I have attached a screenshot showing the error. Thx for any help, Dozz
  7. Dozz

    extending LE.NET ...

    Does it/will it display PDF files?
  8. I've not been into Leadwerks very long, but it could be a units thing. Everything seems to be to a generic scale, although the player controller is setup for metres, height being 1.75(m) commonly used and gravity set to 20units instead of 9.81 for greater effect (9.81m/s/s), so it seems we are working in metres, the accuracy in the editor is only to 2 decimal places, so to the nearst centimetre for placement (which is not accurate for my projects, meaning I may have to use the controller with height of 175, not sure yet?). The physics may be returning a force based on a scale that is not proportional to the modeled scale, or accuracy? It may be worth testing with the same models at a larger scale & mass? Just a thought...Josh, can we have mm accuracy in the editor or better still 10ths of millimetres please
  9. If a model is instanced in a Max scene, does it automatically get instanced when exported to LE? Also, if a model is instanced thousands of times in a scene, does it make a big difference in speed to optimise the triangle count to the point of deleting faces that will never be seen (for example the bottom faces of a box that is always grounded)
  10. Dozz

    Custom Font

    Is it possible for you to upload FontStudio or does Josh/Admin have to upload it? It has been missing since the server crash. I have asked before, but nothing is available in the assets still. Thx
  11. Dozz

    Tools and Stuff

    It would also be cool if the models can be moved/rotated/scaled in a user chosen coordinate system, such as: grid |object | parent | screen | pick And snapping would be a great addition :-) Great news re: progress, looks v good
  12. Quadro graphics cards are Nvidias workstation cards, typically used for CAD and DCC rather than games. GeForce better suited for games and will be cheaper too.
  13. you have to admit, it looks a bit stagnant with news from over a year ago showing as latest news
  14. it's news that your developing version 3, it's news that your going to support iOS, etc.. why not add this to the news and drop the older news off the list.
  15. item numer 10 in the list says 'Leadwerks at GDC 2010 - Mar 05 2010 08:22 PM'
  16. oh and another thing nothing to do with this thread but continuation of above...if a prospective new user opens the Leadwerks website, page 1, big for all to see is 'Latest News' with the latest 10 posts, currently showing latest news from March 2010!! it makes Leadwerks look as if its gathering dust. Change it to a scrolling news feed with no date, or add news more often. And add a License Menu item even if its to open a page saying no royalty fees apply.
  17. Interesting reading. I'm more arty than cody, have written in assembly many years ago, i'm just not up to speed with cpp. I do agree that the asset pipeline and lack of some basic features in the editor are not as good as they should be. Also I am surprised that with the extensive work put into the shaders, there's hardly any materials provided & the material editor aint user friendly. I really like Leadwerks, its brilliant for the price, enjoying the results I'm getting & like this forum too. If I didn't know this, I would probably choose Unity, because the user interface looks fully featured and professional, whereas Leadwerks editor looks, erm, like it's got half a dozen features. Unity website sells Unity well too. A big selling point for Leadwerks is no royalty fees, but it's in the small print somewhere.
  18. good luck. i'm not saying your not an animator, not knowing your background or skills, but it is a difficult skill to master technically & you either have artistic ability or you dont. walk and run cycles are easy technically, but dont assume it is easy to introduce personality and style to that cycle or any animation. if you produced a backflip animation for 5$ that i would be happy to use, i'd tip my hat to you (then probably eat it) then suggest you send your cv to an animation studio.
  19. so 25$ per animation = good price. Marleys Ghost is absolutely correct. if you created a 2 second clip of say someone doing a backflip to sell in the upcoming store, you would be asking what price?
  20. in reply to the easy to use animation app - softimage is intuitive, there is a mod tool available.
  21. it is possible to animate a decent run cycle in less than waay more than an hours time, depending on talent and experience. an animator (probably) wouldn't use the off the shelf clips, but the prices seem very reasonable. good luck with animation mentor btw
  22. Dozz

    MouseZ()

    Chuffed with zooming working correctly now using the difference method, didn't take long, thanks for the advice
  23. Dozz

    MouseZ()

    Thanks guys, I tried FlushMouse() and it didnt seem to reset MouseZ()? maybe I'm not applying it correctly. I will try the difference approach. Next on my todo list is multiple selections using shift and/or ctrl. I'm thinking an array with pointers of the selected entities, before I start on that I would lke to ask what method of managing the selections is typically used? Thanks Paul
  24. Camera looking & moving below are as in the tutorials, I added zooming with the mouse wheel this afternoon, but having set the min and max zoom levels to 2 and 20 I now find that if I roll below 2, lets say -20, I need to roll forward 22 units before I can zoom in. Similar if I roll to value 40, I need to roll back 20 units before I can zoom out. Can the MouseZ() be set or is it just read only? mx = Curve(MouseX()-winCX,mx,5); my = Curve(MouseY()-winCY,my,5); // camera look MoveMouse(winCX,winCY); camrotation.X = camrotation.X+my/(12.0*mzLast*mzLast); camrotation.Y = camrotation.Y-mx/(12.0*mzLast*mzLast); // *mzLast*mzLast better sensitivity when zoomed RotateEntity(cam,camrotation); move = Curve(KeyDown(KEY_W)-KeyDown(KEY_S),move,5); // camera fly strafe = Curve(KeyDown(KEY_D)-KeyDown(KEY_A),strafe,5); MoveEntity(cam,Vec3(strafe/strafeSpeed,0,move/moveSpeed)); mzNow = MouseZ(); // camera zooming if (mzNow < 2) { mzNow = 2; } if (mzNow > 20) { mzNow = 20; } if (mzNow != mzLast) { mz = Curve(mzNow - mzLast,mz,100); CameraZoom(cam,mz*mz); mzLast = mz; }
×
×
  • Create New...