nunuStudio
nunuStudio copied to clipboard
Web powered cross-platform 3D, WebXR game engine.
The current version does not allow to tweak post-processing specific parameters, like radius and strength in Unreal Bloom for example. I saw from the screenshot for [this issue](https://github.com/tentone/nunuStudio/issues/26), in the...
Im using the terrainBufferGeometry constructor but loading an in-game texture causes a this.image.getImageData error in the console and the program fails. The map texture was a re-import of the default...
# Asset assignment, naming and referencing ##### Description - Images in the assets tab are always named as "image", taking the filename as name would be better. - We suggest...
# How to spawn object with physics body ##### Description i clone a physics object with child mesh with scene.getObjectByName("sphere").clone() then add the clone to scene by scene.add(sphereClone). This doesn't...
# Textmesh Object creates error ##### Description - When creating an **Textmesh** object it's working in the editor, but not if the project is running ##### Version - nunuStudio 0.98.15...
# Text Bitmap object creates error ##### Description - When adding a Text Bitmap object and changing the text the following error occurs: Afterwards the Text Bitmap object is no...
# Expand arrays and objects in console ##### Description - Expanding arrays and objects in the console would be great to speed up debugging and get more information about an...
# Add python 3 support to the platform using brython ##### Description - Use python to write scripts in the editor - Create python script object - Use brython to...
I made a camera in the scene, in the camera settings I turned on Bokeh (now everything just blurry). Then I added a script with an attempt to control the...
# Camera ##### Description - ok so if you add a postpossing shader and remove it... the camera does not update unless you add an other shader and remove it...