-
pspeed replied to the forum topic Ability to choose 2D origin point in the group
Features 2 days, 16 hours agoSeriously, this does come off a bit like “I’m new to graphics programming and would rather have the world reorient itself to me instead of just learning the way the world works.”
If you want to see why this […]
-
normen replied to the forum topic Ability to choose 2D origin point in the group
Features 2 days, 16 hours agoOh. My. God. What “programmers” exactly you say don’t manage to understand a coordinate system? If its really so hard for you using height-y instead of y just make a method for that yourself.
-
Empire Phoenix replied to the forum topic Ability to choose 2D origin point in the group
Features 2 days, 16 hours agoWell opengl has that coordinate system. So why not just accept it. (But you could use a additinal node wich has your offset and translates the childs as you want if you really need that)
-
DariuszG.Jagielski started the forum topic Ability to choose 2D origin point in the group
Features 2 days, 17 hours agoCould you make possible, via some function, to change 2D origin point to top left corner, instead of default bottom left? Of course default setting should remain bottom left, but some programmers are used to […]
-
madjack replied to the forum topic Making camera rotating easier in the group
Features 1 week ago@dariuszg-jagielski said:
Well, I don’t care how it will work internally. It can convert x,y,z degrees to quaternions and rotate appropriately. I’d like just easy function that will save me a hassle with […] -
normen replied to the forum topic Making camera rotating easier in the group
Features 1 week agoYou don’t want to mess with rotations at all due to several reasons, best use direction vectors: http://jmonkeyengine.org/wiki/doku.php/jme3:math_for_dummies
-
Momoko_Fan replied to the forum topic OBJ Import – Object Name in the group
Features 1 week agoThe OBJ loader will merge the objects/groups based on material, currently it doesn’t separate by objects/groups. I added an issue in the tracker for this.
-
DariuszG.Jagielski replied to the forum topic Making camera rotating easier in the group
Features 1 week ago@sbook said:
You don’t even have to know what a Quaternion is..
Thanks! I didn’t know about this method!
//edit: And yes, I’ve read article, but it’s a matter of just avoiding gimbal lock and […]
-
Sploreg replied to the forum topic Making camera rotating easier in the group
Features 1 week agoWell you better figure them out. And read the link I posted:
…[Euler rotations]…There are problems however. One is that the order of operations is important. If you pitch an object 90 degrees, then yaw it […]
-
sbook replied to the forum topic Making camera rotating easier in the group
Features 1 week agoYou don’t even have to know what a Quaternion is..
-
DariuszG.Jagielski replied to the forum topic Making camera rotating easier in the group
Features 1 week agoWell, I don’t care how it will work internally. It can convert x,y,z degrees to quaternions and rotate appropriately. I’d like just easy function that will save me a hassle with figuring out how to use quaternions.
-
Sploreg replied to the forum topic Making camera rotating easier in the group
Features 1 week agoYou cannot just set an x,y,z Euler rotation on a spatial, you need to use a quaternion or a Matrix3f. Euler rotations are not used for several reasons. This is worth a read.
-
DariuszG.Jagielski started the forum topic Making camera rotating easier in the group
Features 1 week agoCould you make it so we can do just
like we can do for objects (spatials and geometries)? That would make it easier to use, because we won’t have to play with quaterions and this way it’ll be more intuitive […]
-
DariuszG.Jagielski joined the group
Features 1 week ago -
iamcreasy replied to the forum topic jMonkeyEngine PROS and CONS survey in the group
Features 1 week, 6 days ago@skylightspica said:
- um.. a HelloDatabase java perhaps guys? thanks..What the….
-
pspeed replied to the forum topic jMonkeyEngine PROS and CONS survey in the group
Features 1 week, 6 days agoCut this thread off at the head before it bites the other threads and infects them!!!
Necro-zombie threads! -
sbook replied to the forum topic jMonkeyEngine PROS and CONS survey in the group
Features 1 week, 6 days ago@skylightspica said:
cons
- um.. a HelloDatabase java perhaps guys? thanks..This is way out of scope for us. Working with databases in Java is incredibly easy though: […]
-
SkylightSpica replied to the forum topic jMonkeyEngine PROS and CONS survey in the group
Features 1 week, 6 days agopros
- free babeh!
- java
- well-documented
- is monkeyCoding
- and my friends got jealous i discovered it in class.. LOLcons
- um.. a HelloDatabase java perhaps guys? thanks.. -
richard_hawkes replied to the forum topic OBJ Import – Object Name in the group
Features 2 weeks, 3 days ago@beniboy said:
Convert the files to .j3o, then edit the names in the sceneComposer.Hmmm… Yeah… But you’re still fishing around to match the names against the index id’s at some point.
Looking at the […]
-
beniboy replied to the forum topic OBJ Import – Object Name in the group
Features 2 weeks, 3 days agoConvert the files to .j3o, then edit the names in the sceneComposer.
- Load More
