jMonkeyEngine.org

  • Home
    • News
    • News Archives
    • Activity
    • Members
    • Links
  • Introduction
    • About
    • Website Manual
    • Core Team
    • Contributing
      • Anyone
      • Modeler
      • WebDev
      • Writer
      • Programmer
    • Product Showcase
  • Forums
    • Latest Topics
    • Forums Index
    • Troubleshooting >
      • General
      • Import Assets
      • Graphics
      • Effects
      • GUI
      • Physics
      • Sound
      • Networking
      • SpiderMonkey
      • TerraMonkey
      • jMonkeyPlatform
    • Project Relations >
      • Beta 1 Game Contest
      • Free Announcements
      • User Code & Projects
      • Site & Project Feedback
      • Feature Discussion
      • Small Talk
    • Development >
      • Developers
      • Contributions
      • Docs
      • jMonkeyPlatform
      • Android
      • MonkeyZone
    • Legacy jME2 >
      • Discussion
      • Contributions
      • Docs Discussion
  • Documentation
    • Installation & Setup
    • Tutorials & Docs
    • SDK Documentation
    • FAQ
    • JavaDoc
    • Docs Discussion
  • Projects
    • All Projects
    • Games
    • Tools
    • Open Source
  • Downloads
    • Download jME3 SDK
    • SVN Checkout
    • GoogleCode
    • Nightly Builds

Group Admins

  • Profile picture of admin
Group logo of Development Discussion (jME3)

Development Discussion (jME3)

Public Group active 2 hours, 49 minutes ago

Issues concerning Javadoc, core features, scope etc. No troubleshooting requests here please!!

Follow @jmonkeyengine
  • Home
  • Snippets (0)
  • Forum
  • Members 364
  • RSS
  • Profile picture of sandrob

    sandrob joined the group Group logo of Development Discussion (jME3)Development Discussion (jME3) 2 hours, 49 minutes ago

  • Profile picture of bfalese

    bfalese replied to the forum topic Maven hosting in the group Group logo of Development Discussion (jME3)Development Discussion (jME3) 6 hours, 16 minutes ago

    I’m also looking forward to this maven update, thanks for the effort

  • New post from Twitter user jmonkeyengine in the group Group logo of Development Discussion (jME3)Development Discussion (jME3): 15 hours, 47 minutes ago

    jMonkeyEngine announces its bid for Google Summer of Code 2012. http://t.co/82ZdkVgF #

  • New post from Twitter user jmonkeyengine in the group Group logo of Development Discussion (jME3): 15 hours, 47 minutes ago

    jMonkeyEngine announces its bid for Google Summer of Code 2012. http://t.co/82ZdkVgF #

  • Profile picture of Empire Phoenix

    Empire Phoenix replied to the forum topic Full allocated memoryMangement in the group Group logo of Development Discussion (jME3)Development Discussion (jME3) 17 hours, 21 minutes ago

    Well yes, the main difference is, that the actuall Buffers used are just slices, so the allocation costs are near zero (even with that kinda inefficient loop I use currently, a binary tree would be more suited for […]

  • Profile picture of ikrishna417

    ikrishna417 started the forum topic Issue with running a sample on GNU/Linux in the group Group logo of Development Discussion (jME3)Development Discussion (jME3) 20 hours, 54 minutes ago

    I am not able to run a sample on Linux. Below are the details on the environment setup I have tried out. Please help me with pointers to resolve the issue.

    Linux environment: x86_64 x86_64 x86_64 […]

  • Profile picture of pspeed

    pspeed replied to the forum topic Full allocated memoryMangement in the group Group logo of Development Discussion (jME3)Development Discussion (jME3) 21 hours, 27 minutes ago

    Looks like he allocates one huge buffer and then just returns slices of it… so at least all of the core allocation routines have changed. In theory, fragmentation is the only danger. I assume the JNI layer is […]

  • Profile picture of normen

    normen replied to the forum topic Full allocated memoryMangement in the group Group logo of Development Discussion (jME3)Development Discussion (jME3) 21 hours, 44 minutes ago

    Can you explain what you changed?

  • Profile picture of nehon

    nehon replied to the forum topic Can't find the data in a texture created by a SceneProcessor in the group Group logo of Development Discussion (jME3)Development Discussion (jME3) 21 hours, 54 minutes ago

    Mhh ok, i guess the data is not in the image but in the framebuffer
    look at how it’s done in the ScreenShotAppState […]

  • Profile picture of orabeyrolles

    orabeyrolles replied to the forum topic Can't find the data in a texture created by a SceneProcessor in the group Group logo of Development Discussion (jME3)Development Discussion (jME3) 22 hours, 38 minutes ago

    Hi again,

    So is this normal if I still see an empty image in my texture after waiting for the first render (I always let the game begin before adding the breakpoint, so I am sure the render is occurred) ?

    I […]

  • New post from Twitter user jmonkeyengine in the group Group logo of Development Discussion (jME3)Development Discussion (jME3): 1 day, 1 hour ago

    RT @Tygron: Tygron has been nominated for Best Learning Company (Beste Leerbedrijf) 2011. Thanks Casper! #

  • New post from Twitter user jmonkeyengine in the group Group logo of Development Discussion (jME3): 1 day, 1 hour ago

    RT @Tygron: Tygron has been nominated for Best Learning Company (Beste Leerbedrijf) 2011. Thanks Casper! #

  • New post from Twitter user jmonkeyengine in the group Group logo of Development Discussion (jME3)Development Discussion (jME3): 1 day, 2 hours ago

    Forging Life Windows, Mac game – Indie DB http://t.co/LYYs80iK Always a joy to have a new game listed on @IndieDB :) #

  • New post from Twitter user jmonkeyengine in the group Group logo of Development Discussion (jME3): 1 day, 2 hours ago

    Forging Life Windows, Mac game – Indie DB http://t.co/LYYs80iK Always a joy to have a new game listed on @IndieDB :) #

  • Profile picture of Empire Phoenix

    Empire Phoenix started the forum topic Full allocated memoryMangement in the group Group logo of Development Discussion (jME3)Development Discussion (jME3) 1 day, 11 hours ago

    Hi, this is a alternative prototype implementation for a different approch to bufferutils,
    while not complelty efficient so far, it works quite nice for me at least(i had no more outofmemory)

  • Profile picture of orabeyrolles

    orabeyrolles replied to the forum topic Can't find the data in a texture created by a SceneProcessor in the group Group logo of Development Discussion (jME3)Development Discussion (jME3) 1 day, 17 hours ago

    Well, I waited to see the cube on my screen before adding the breakpoint in Netbeans, so I am pretty sure the render has occurred at least once…

  • Profile picture of nehon

    nehon replied to the forum topic Can't find the data in a texture created by a SceneProcessor in the group Group logo of Development Discussion (jME3)Development Discussion (jME3) 1 day, 17 hours ago

    @orabeyrolles said:
    I don’t understand, what do you mean by “don’t have to deal with the texture itself” ? My final goal is to get the raster contained (somewhere) in the texture (I realize I didn’t explicit […]

  • Profile picture of orabeyrolles

    orabeyrolles replied to the forum topic Can't find the data in a texture created by a SceneProcessor in the group Group logo of Development Discussion (jME3)Development Discussion (jME3) 1 day, 18 hours ago

    @nehon said:
    Maybe you should try to use several viewPorts and just add a processor to each viewport, so you wouldn’t have to deal with the texture itself.

    I don’t understand, what do you mean by “don’t […]

  • Profile picture of nehon

    nehon replied to the forum topic Can't find the data in a texture created by a SceneProcessor in the group Group logo of Development Discussion (jME3)Development Discussion (jME3) 1 day, 20 hours ago

    Maybe you should try to use several viewPorts and just add a processor to each viewport, so you wouldn’t have to deal with the texture itself.

    See TestMultiViews […]

  • Profile picture of orabeyrolles

    orabeyrolles started the forum topic Can't find the data in a texture created by a SceneProcessor in the group Group logo of Development Discussion (jME3)Development Discussion (jME3) 1 day, 21 hours ago

    Hi,

    I am currently working on a kind of level design app, and because I have to handle many cameras, I would like to display each render separately (each camera has it’s own SceneProcessor, which are set into […]

  • Load More
Click below to login with..

Please create an account to get started.

Loading

Latest News

  • Google Summer of Code 2012
  • Interview with Jeremy “phr00t” – Developer of 3079

Recently Active Members

Profile picture of jmaasing
Profile picture of nehon
Profile picture of atomix
Profile picture of thetoucher
Profile picture of t0neg0d
Profile picture of ancalagon
Profile picture of mifth
Profile picture of tkjerner
Profile picture of kwando
Profile picture of phate666
Profile picture of erlend_sh
Profile picture of survivor

Drag&Drop Help

  • 3D Scene Graph for Dummies
  • jME3 Math for Dummies
  • Hello Assets
  • Export from Blender
  • Animations from Blender
  • Custom Meshes
  • Physics
  • FAQ
  • Nifty’s bible

Group Tags

game jme3 online jme2 jme1 tool rpg mmo boxes fps android networking gui action physics editor crafting encryption serialization gis betaville geomipmapping synchronization lod api tower-defense chat space platform phone turn-based terrain streaming library racing side-scroller

Proudly powered by WordPress and BuddyPress.

jMonkeyEngine.org
  • Log In
  • Sign Up
  • Visit
    • Random Member
    • Random Group
close