Ogre Version: 14.2.3
Operating System: Ubuntu 20.04
Render System: GL3+
Hi,
I am trying to integrate Ogre and Qt QML. I can render a basic scene and control the camera with mouse/key input.
Im having trouble adding the ImGUi the the texture render target.
I attach a minimal code to reproduce the issue, as well some log and screenshot.
Please help point me out which way should i investigate. Thanks a lot.
Code: Select all
#include <Ogre.h>
#include <OgreApplicationContext.h>
#include <OgreOverlaySystem.h>
#include <OgreImGuiOverlay.h>
using namespace Ogre;
using namespace OgreBites;
class App : public ApplicationContextBase,
public RenderTargetListener
{
public:
App() : ApplicationContextBase()
{
}
~App() = default;
void test()
{
initApp();
auto root = getRoot();
auto sceneManager = root->createSceneManager();
// Initialize RTShader system
RTShader::ShaderGenerator *shadergen = RTShader::ShaderGenerator::getSingletonPtr();
shadergen->addSceneManager(sceneManager);
// setup camera
auto camNode = sceneManager->getRootSceneNode()->createChildSceneNode();
auto camera = sceneManager->createCamera("mainCam");
camera->setNearClipDistance(5);
camera->setAutoAspectRatio(true);
camNode->setPosition(0, 10, 20);
camNode->lookAt(Vector3(0, 0, 0), Node::TS_WORLD);
camNode->attachObject(camera);
// some light
auto light = sceneManager->createLight("MainLight");
light->setType(Light::LT_POINT);
camNode->attachObject(light);
// something to render
auto entity = sceneManager->createEntity("Sinbad.mesh");
auto entityNode = sceneManager->getRootSceneNode()->createChildSceneNode();
entityNode->attachObject(entity);
// init overlay stuff
auto overlaySystem = getOverlaySystem();
sceneManager->addRenderQueueListener(overlaySystem);
auto overlay = initialiseImGui();
overlay->setZOrder(300);
overlay->show();
// rtt
m_Texture = Ogre::TextureManager::getSingleton().createManual(
"OffscreenTexture",
Ogre::ResourceGroupManager::DEFAULT_RESOURCE_GROUP_NAME,
Ogre::TEX_TYPE_2D,
800,
600,
0,
Ogre::PF_BYTE_RGBA,
Ogre::TU_RENDERTARGET)
.get();
auto rt1 = m_Texture->getBuffer()->getRenderTarget();
auto vp1 = rt1->addViewport(camera);
vp1->setClearEveryFrame(true);
vp1->setBackgroundColour(ColourValue::Black);
vp1->setOverlaysEnabled(true);
rt1->addListener(this);
for (int i = 0; i < 5; i++)
{
rt1->update();
}
}
void preRenderTargetUpdate(const RenderTargetEvent &evt)
{
ImGuiOverlay::NewFrame();
ImGui::SetWindowPos(ImVec2(0, 0));
ImGui::ShowDemoWindow();
}
void postRenderTargetUpdate(const RenderTargetEvent &evt)
{
auto rt = evt.source;
rt->writeContentsToFile("rtt_screenshot.png");
}
private:
Ogre::Texture *m_Texture;
Ogre::Root *root;
Ogre::SceneManager *sceneManager;
};
int main()
{
App app;
app.test();
return 0;
}
Code: Select all
Creating resource group General
Creating resource group OgreInternal
Creating resource group OgreAutodetect
SceneManagerFactory for type 'DefaultSceneManager' registered.
Registering ResourceManager for type Material
Registering ResourceManager for type Mesh
Registering ResourceManager for type Skeleton
MovableObjectFactory for type 'ParticleSystem' registered.
ArchiveFactory for type 'FileSystem' registered
ArchiveFactory for type 'Zip' registered
ArchiveFactory for type 'EmbeddedZip' registered
DDS codec registering
ETC codec registering
ASTC codec registering
Registering ResourceManager for type GpuProgram
Registering ResourceManager for type Compositor
MovableObjectFactory for type 'Entity' registered.
MovableObjectFactory for type 'Light' registered.
MovableObjectFactory for type 'BillboardSet' registered.
MovableObjectFactory for type 'ManualObject' registered.
MovableObjectFactory for type 'BillboardChain' registered.
MovableObjectFactory for type 'RibbonTrail' registered.
MovableObjectFactory for type 'StaticGeometry' registered.
MovableObjectFactory for type 'Rectangle2D' registered.
Loading library /usr/local/lib/OGRE/RenderSystem_GL.so.14.2
Installing plugin: GL RenderSystem
OpenGL Rendering Subsystem created.
Plugin successfully installed
Loading library /usr/local/lib/OGRE/RenderSystem_GL3Plus.so.14.2
Installing plugin: GL 3+ RenderSystem
OpenGL 3+ Rendering Subsystem created.
Plugin successfully installed
Loading library /usr/local/lib/OGRE/RenderSystem_GLES2.so.14.2
Installing plugin: OpenGL ES 2.0 RenderSystem
OpenGL ES 2.x Rendering Subsystem created.
Plugin successfully installed
Loading library /usr/local/lib/OGRE/Plugin_ParticleFX.so.14.2
Installing plugin: ParticleFX
Particle Emitter Type 'Point' registered
Particle Emitter Type 'Box' registered
Particle Emitter Type 'Ellipsoid' registered
Particle Emitter Type 'Cylinder' registered
Particle Emitter Type 'Ring' registered
Particle Emitter Type 'HollowEllipsoid' registered
Particle Affector Type 'LinearForce' registered
Particle Affector Type 'ColourFader' registered
Particle Affector Type 'ColourFader2' registered
Particle Affector Type 'ColourImage' registered
Particle Affector Type 'ColourInterpolator' registered
Particle Affector Type 'Scaler' registered
Particle Affector Type 'Rotator' registered
Particle Affector Type 'DirectionRandomiser' registered
Particle Affector Type 'DeflectorPlane' registered
Particle Affector Type 'TextureAnimator' registered
Plugin successfully installed
Loading library /usr/local/lib/OGRE/Plugin_BSPSceneManager.so.14.2
Installing plugin: BSP Scene Manager
Plugin successfully installed
Loading library /usr/local/lib/OGRE/Codec_STBI.so.14.2
stb_image - v2.28 - public domain image loader
Supported formats: jpeg,jpg,png,bmp,psd,tga,gif,pic,ppm,pgm,hdr
Loading library /usr/local/lib/OGRE/Plugin_PCZSceneManager.so.14.2
Installing plugin: Portal Connected Zone Scene Manager
PCZone Factory Type 'ZoneType_Default' registered
Plugin successfully installed
Loading library /usr/local/lib/OGRE/Plugin_OctreeZone.so.14.2
Installing plugin: Octree Zone Factory
Plugin successfully installed
Loading library /usr/local/lib/OGRE/Plugin_OctreeSceneManager.so.14.2
Installing plugin: Octree Scene Manager
Plugin successfully installed
Loading library /usr/local/lib/OGRE/Plugin_DotScene.so.14.2
Installing plugin: DotScene Loader
Plugin successfully installed
Loading library /usr/local/lib/OGRE/Codec_Assimp.so.14.2
Assimp - 5.0.0 - Open-Asset-Importer
Supported formats: 3d 3ds 3mf ac ac3d acc amf ase ask assbin b3d blend bvh cob csm dae dxf enff fbx glb gltf hmp ifc ifczip irr irrmesh lwo lws lxo md2 md3 md5anim md5camera md5mesh mdl mot ms3d ndo nff obj off ogex pk3 ply pmx prj q3o q3s scn sib smd stl stp ter uc vta x x3d x3db xgl xml zae zgl
*-*-* OGRE Initialising
*-*-* Version 14.2.3 (Tsathoggua)
OverlayElementFactory for type Panel registered.
OverlayElementFactory for type BorderPanel registered.
OverlayElementFactory for type TextArea registered.
Registering ResourceManager for type Font
CPU Identifier & Features
-------------------------
* CPU ID: GenuineIntel: Intel(R) Core(TM) i9-10900K CPU @ 3.70GHz
* SSE: yes
* SSE2: yes
* SSE3: yes
* SSE41: yes
* SSE42: yes
* MMX: yes
* MMXEXT: yes
* 3DNOW: no
* 3DNOWEXT: no
* CMOV: yes
* TSC: yes
*INVARIANT TSC: yes
* FPU: yes
* PRO: yes
* HT: no
-------------------------
******************************
*** Starting GLX Subsystem ***
******************************
GLX_VERSION = 1.4
GLX_EXTENSIONS = GLX_ARB_get_proc_address GLX_ARB_multisample GLX_EXT_visual_info GLX_EXT_visual_rating GLX_EXT_import_context GLX_SGI_video_sync GLX_NV_swap_group GLX_SGIX_fbconfig GLX_SGIX_pbuffer GLX_SGI_swap_control GLX_EXT_swap_control GLX_EXT_swap_control_tear GLX_EXT_buffer_age GLX_ARB_create_context GLX_ARB_create_context_profile GLX_NV_float_buffer GLX_ARB_fbconfig_float GLX_EXT_fbconfig_packed_float GLX_EXT_texture_from_pixmap GLX_EXT_framebuffer_sRGB GLX_NV_copy_image GLX_NV_copy_buffer GLX_NV_multisample_coverage GLX_EXT_create_context_es_profile GLX_EXT_create_context_es2_profile GLX_ARB_create_context_no_error GLX_ARB_create_context_robustness GLX_NV_delay_before_swap GLX_EXT_stereo_tree GLX_ARB_context_flush_control GLX_NV_robustness_video_memory_purge GLX_NV_multigpu_context
RenderSystem::_createRenderWindow "Ogre3D", 640x480 windowed miscParams: FSAA=0 displayFrequency=N/A gamma=No vsync=Yes vsyncInterval=1
GLXWindow::create colourBufferSize=32 gamma=0 FSAA=0
GLXWindow::create used FBConfigID = 167
GL_VERSION = 4.6.0.0
GL_VENDOR = NVIDIA Corporation
GL_RENDERER = NVIDIA GeForce RTX 4060/PCIe/SSE2
GL_EXTENSIONS = GL_AMD_multi_draw_indirect GL_AMD_seamless_cubemap_per_texture GL_AMD_vertex_shader_viewport_index GL_AMD_vertex_shader_layer GL_ARB_arrays_of_arrays GL_ARB_base_instance GL_ARB_bindless_texture GL_ARB_blend_func_extended GL_ARB_buffer_storage GL_ARB_clear_buffer_object GL_ARB_clear_texture GL_ARB_clip_control GL_ARB_color_buffer_float GL_ARB_compressed_texture_pixel_storage GL_ARB_conservative_depth GL_ARB_compute_shader GL_ARB_compute_variable_group_size GL_ARB_conditional_render_inverted GL_ARB_copy_buffer GL_ARB_copy_image GL_ARB_cull_distance GL_ARB_debug_output GL_ARB_depth_buffer_float GL_ARB_depth_clamp GL_ARB_depth_texture GL_ARB_derivative_control GL_ARB_direct_state_access GL_ARB_draw_buffers GL_ARB_draw_buffers_blend GL_ARB_draw_indirect GL_ARB_draw_elements_base_vertex GL_ARB_draw_instanced GL_ARB_enhanced_layouts GL_ARB_ES2_compatibility GL_ARB_ES3_compatibility GL_ARB_ES3_1_compatibility GL_ARB_ES3_2_compatibility GL_ARB_explicit_attrib_location GL_ARB_explicit_uniform_location GL_ARB_fragment_coord_conventions GL_ARB_fragment_layer_viewport GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_fragment_shader_interlock GL_ARB_framebuffer_no_attachments GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_geometry_shader4 GL_ARB_get_program_binary GL_ARB_get_texture_sub_image GL_ARB_gl_spirv GL_ARB_gpu_shader5 GL_ARB_gpu_shader_fp64 GL_ARB_gpu_shader_int64 GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_imaging GL_ARB_indirect_parameters GL_ARB_instanced_arrays GL_ARB_internalformat_query GL_ARB_internalformat_query2 GL_ARB_invalidate_subdata GL_ARB_map_buffer_alignment GL_ARB_map_buffer_range GL_ARB_multi_bind GL_ARB_multi_draw_indirect GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_occlusion_query2 GL_ARB_parallel_shader_compile GL_ARB_pipeline_statistics_query GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_polygon_offset_clamp GL_ARB_post_depth_coverage GL_ARB_program_interface_query GL_ARB_provoking_vertex GL_ARB_query_buffer_object GL_ARB_robust_buffer_access_behavior GL_ARB_robustness GL_ARB_sample_locations GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_seamless_cubemap_per_texture GL_ARB_separate_shader_objects GL_ARB_shader_atomic_counter_ops GL_ARB_shader_atomic_counters GL_ARB_shader_ballot GL_ARB_shader_bit_encoding GL_ARB_shader_clock GL_ARB_shader_draw_parameters GL_ARB_shader_group_vote GL_ARB_shader_image_load_store GL_ARB_shader_image_size GL_ARB_shader_objects GL_ARB_shader_precision GL_ARB_shader_storage_buffer_object GL_ARB_shader_subroutine GL_ARB_shader_texture_image_samples GL_ARB_shader_texture_lod GL_ARB_shading_language_100 GL_ARB_shader_viewport_layer_array GL_ARB_shading_language_420pack GL_ARB_shading_language_include GL_ARB_shading_language_packing GL_ARB_shadow GL_ARB_sparse_buffer GL_ARB_sparse_texture GL_ARB_sparse_texture2 GL_ARB_sparse_texture_clamp GL_ARB_spirv_extensions GL_ARB_stencil_texturing GL_ARB_sync GL_ARB_tessellation_shader GL_ARB_texture_barrier GL_ARB_texture_border_clamp GL_ARB_texture_buffer_object GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_buffer_range GL_ARB_texture_compression GL_ARB_texture_compression_bptc GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map GL_ARB_texture_cube_map_array GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_filter_anisotropic GL_ARB_texture_filter_minmax GL_ARB_texture_float GL_ARB_texture_gather GL_ARB_texture_mirror_clamp_to_edge GL_ARB_texture_mirrored_repeat GL_ARB_texture_multisample GL_ARB_texture_non_power_of_two GL_ARB_texture_query_levels GL_ARB_texture_query_lod GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_texture_rgb10_a2ui GL_ARB_texture_stencil8 GL_ARB_texture_storage GL_ARB_texture_storage_multisample GL_ARB_texture_swizzle GL_ARB_texture_view GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_transform_feedback_instanced GL_ARB_transform_feedback_overflow_query GL_ARB_transpose_matrix GL_ARB_uniform_buffer_object GL_ARB_vertex_array_bgra GL_ARB_vertex_array_object GL_ARB_vertex_attrib_64bit GL_ARB_vertex_attrib_binding GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_vertex_type_10f_11f_11f_rev GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_ARB_window_pos GL_ATI_draw_buffers GL_ATI_texture_float GL_ATI_texture_mirror_once GL_S3_s3tc GL_EXT_texture_env_add GL_EXT_abgr GL_EXT_bgra GL_EXT_bindable_uniform GL_EXT_blend_color GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_compiled_vertex_array GL_EXT_Cg_shader GL_EXT_depth_bounds_test GL_EXT_direct_state_access GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXTX_framebuffer_mixed_formats GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_geometry_shader4 GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_multi_draw_arrays GL_EXT_multiview_texture_multisample GL_EXT_multiview_timer_query GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_packed_pixels GL_EXT_pixel_buffer_object GL_EXT_point_parameters GL_EXT_polygon_offset_clamp GL_EXT_post_depth_coverage GL_EXT_provoking_vertex GL_EXT_raster_multisample GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_shader_objects GL_EXT_separate_specular_color GL_EXT_shader_image_load_formatted GL_EXT_shader_image_load_store GL_EXT_shader_integer_mix GL_EXT_shadow_funcs GL_EXT_sparse_texture2 GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_texture3D GL_EXT_texture_array GL_EXT_texture_buffer_object GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_latc GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc GL_EXT_texture_cube_map GL_EXT_texture_edge_clamp GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture_filter_minmax GL_EXT_texture_integer GL_EXT_texture_lod GL_EXT_texture_lod_bias GL_EXT_texture_mirror_clamp GL_EXT_texture_object GL_EXT_texture_shadow_lod GL_EXT_texture_shared_exponent GL_EXT_texture_sRGB GL_EXT_texture_sRGB_R8 GL_EXT_texture_sRGB_decode GL_EXT_texture_storage GL_EXT_texture_swizzle GL_EXT_timer_query GL_EXT_transform_feedback2 GL_EXT_vertex_array GL_EXT_vertex_array_bgra GL_EXT_vertex_attrib_64bit GL_EXT_window_rectangles GL_EXT_x11_sync_object GL_EXT_import_sync_object GL_NV_robustness_video_memory_purge GL_IBM_rasterpos_clip GL_IBM_texture_mirrored_repeat GL_KHR_context_flush_control GL_KHR_debug GL_EXT_memory_object GL_EXT_memory_object_fd GL_NV_memory_object_sparse GL_KHR_parallel_shader_compile GL_KHR_no_error GL_KHR_robust_buffer_access_behavior GL_KHR_robustness GL_EXT_semaphore GL_EXT_semaphore_fd GL_NV_timeline_semaphore GL_KHR_shader_subgroup GL_KTX_buffer_region GL_NV_alpha_to_coverage_dither_control GL_NV_bindless_multi_draw_indirect GL_NV_bindless_multi_draw_indirect_count GL_NV_bindless_texture GL_NV_blend_equation_advanced GL_NV_blend_equation_advanced_coherent GL_NVX_blend_equation_advanced_multi_draw_buffers GL_NV_blend_minmax_factor GL_NV_blend_square GL_NV_clip_space_w_scaling GL_NV_command_list GL_NV_compute_program5 GL_NV_compute_shader_derivatives GL_NV_conditional_render GL_NV_conservative_raster GL_NV_conservative_raster_dilate GL_NV_conservative_raster_pre_snap GL_NV_conservative_raster_pre_snap_triangles GL_NV_conservative_raster_underestimation GL_NV_copy_depth_to_color GL_NV_copy_image GL_NV_depth_buffer_float GL_NV_depth_clamp GL_NV_draw_texture GL_NV_draw_vulkan_image GL_NV_ES1_1_compatibility GL_NV_ES3_1_compatibility GL_NV_explicit_multisample GL_NV_feature_query GL_NV_fence GL_NV_fill_rectangle GL_NV_float_buffer GL_NV_fog_distance GL_NV_fragment_coverage_to_color GL_NV_fragment_program GL_NV_fragment_program_option GL_NV_fragment_program2 GL_NV_fragment_shader_barycentric GL_NV_fragment_shader_interlock GL_NV_framebuffer_mixed_samples GL_NV_framebuffer_multisample_coverage GL_NV_geometry_shader4 GL_NV_geometry_shader_passthrough GL_NV_gpu_program4 GL_NV_internalformat_sample_query GL_NV_gpu_program4_1 GL_NV_gpu_program5 GL_NV_gpu_program5_mem_extended GL_NV_gpu_program_fp64 GL_NV_gpu_program_multiview GL_NV_gpu_shader5 GL_NV_half_float GL_NV_light_max_exponent GL_NV_memory_attachment GL_NV_mesh_shader GL_NV_multisample_coverage GL_NV_multisample_filter_hint GL_NV_occlusion_query GL_NV_packed_depth_stencil GL_NV_parameter_buffer_object GL_NV_parameter_buffer_object2 GL_NV_path_rendering GL_NV_path_rendering_shared_edge GL_NV_pixel_data_range GL_NV_point_sprite GL_NV_primitive_restart GL_NV_primitive_shading_rate GL_NV_query_resource GL_NV_query_resource_tag GL_NV_register_combiners GL_NV_register_combiners2 GL_NV_representative_fragment_test GL_NV_sample_locations GL_NV_sample_mask_override_coverage GL_NV_scissor_exclusive GL_NV_shader_atomic_counters GL_NV_shader_atomic_float GL_NV_shader_atomic_float64 GL_NV_shader_atomic_fp16_vector GL_NV_shader_atomic_int64 GL_NV_shader_buffer_load GL_NV_shader_storage_buffer_object GL_NV_shader_subgroup_partitioned GL_NV_shader_texture_footprint GL_NV_shading_rate_image GL_NV_stereo_view_rendering GL_NV_texgen_reflection GL_NV_texture_barrier GL_NV_texture_compression_vtc GL_NV_texture_dirty_tile_map GL_NV_texture_env_combine4 GL_NV_texture_multisample GL_NV_texture_rectangle GL_NV_texture_rectangle_compressed GL_NV_texture_shader GL_NV_texture_shader2 GL_NV_texture_shader3 GL_NV_transform_feedback GL_NV_transform_feedback2 GL_NV_uniform_buffer_unified_memory GL_NV_uniform_buffer_std430_layout GL_NV_vdpau_interop GL_NV_vdpau_interop2 GL_NV_vertex_array_range GL_NV_vertex_array_range2 GL_NV_vertex_attrib_integer_64bit GL_NV_vertex_buffer_unified_memory GL_NV_vertex_program GL_NV_vertex_program1_1 GL_NV_vertex_program2 GL_NV_vertex_program2_option GL_NV_vertex_program3 GL_NV_viewport_array2 GL_NV_viewport_swizzle GL_NVX_conditional_render GL_NV_gpu_multicast GL_NVX_progress_fence GL_NVX_gpu_memory_info GL_NVX_nvenc_interop GL_NV_shader_thread_group GL_NV_shader_thread_shuffle GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_OVR_multiview GL_OVR_multiview2 GL_SGIS_generate_mipmap GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SGIX_shadow GL_SUN_slice_accum
**************************************
*** OpenGL 3+ Renderer Started ***
**************************************
FBO PF_UNKNOWN depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_L8 depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_L16 depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_A8 depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_BYTE_LA depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_R5G6B5 depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_B5G6R5 depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_A4R4G4B4 depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_A1R5G5B5 depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_R8G8B8 depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_B8G8R8 depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_A8R8G8B8 depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_A8B8G8R8 depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_B8G8R8A8 depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_A2R10G10B10 depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_A2B10G10R10 depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_FLOAT16_RGB depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_FLOAT16_RGBA depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_FLOAT32_RGB depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_FLOAT32_RGBA depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_X8R8G8B8 depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_X8B8G8R8 depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_R8G8B8A8 depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_DEPTH16 depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_SHORT_RGBA depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_R3G3B2 depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_FLOAT16_R depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_FLOAT32_R depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_SHORT_GR depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_FLOAT16_GR depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_FLOAT32_GR depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_SHORT_RGB depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_R11G11B10_FLOAT depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_R8_UINT depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_R8G8_UINT depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_R8G8B8_UINT depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_R8G8B8A8_UINT depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_R16_UINT depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_R16G16_UINT depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_R16G16B16_UINT depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_R16G16B16A16_UINT depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_R32_UINT depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_R32G32_UINT depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_R32G32B32_UINT depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_R32G32B32A32_UINT depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_R8_SINT depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_R8G8_SINT depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_R8G8B8_SINT depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_R8G8B8A8_SINT depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_R16_SINT depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_R16G16_SINT depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_R16G16B16_SINT depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_R16G16B16A16_SINT depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_R32_SINT depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_R32G32_SINT depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_R32G32B32_SINT depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_R32G32B32A32_SINT depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_R8 depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_R8G8 depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_R8_SNORM depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_R8G8_SNORM depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_R8G8B8_SNORM depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_R8G8B8A8_SNORM depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_R16_SNORM depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_R16G16_SNORM depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_R16G16B16_SNORM depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_R16G16B16A16_SNORM depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_DEPTH32 depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_DEPTH32F depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
FBO PF_DEPTH24_STENCIL8 depth/stencil support: D0S0 D16S0 D24S0 D32S0 D32S0 Packed-D24S8 Packed-D32S8
[GL] : Valid FBO targets PF_UNKNOWN PF_L8 PF_L16 PF_A8 PF_BYTE_LA PF_R5G6B5 PF_B5G6R5 PF_A4R4G4B4 PF_A1R5G5B5 PF_R8G8B8 PF_B8G8R8 PF_A8R8G8B8 PF_A8B8G8R8 PF_B8G8R8A8 PF_A2R10G10B10 PF_A2B10G10R10 PF_FLOAT16_RGB PF_FLOAT16_RGBA PF_FLOAT32_RGB PF_FLOAT32_RGBA PF_X8R8G8B8 PF_X8B8G8R8 PF_R8G8B8A8 PF_DEPTH16 PF_SHORT_RGBA PF_R3G3B2 PF_FLOAT16_R PF_FLOAT32_R PF_SHORT_GR PF_FLOAT16_GR PF_FLOAT32_GR PF_SHORT_RGB PF_R11G11B10_FLOAT PF_R8_UINT PF_R8G8_UINT PF_R8G8B8_UINT PF_R8G8B8A8_UINT PF_R16_UINT PF_R16G16_UINT PF_R16G16B16_UINT PF_R16G16B16A16_UINT PF_R32_UINT PF_R32G32_UINT PF_R32G32B32_UINT PF_R32G32B32A32_UINT PF_R8_SINT PF_R8G8_SINT PF_R8G8B8_SINT PF_R8G8B8A8_SINT PF_R16_SINT PF_R16G16_SINT PF_R16G16B16_SINT PF_R16G16B16A16_SINT PF_R32_SINT PF_R32G32_SINT PF_R32G32B32_SINT PF_R32G32B32A32_SINT PF_R8 PF_R8G8 PF_R8_SNORM PF_R8G8_SNORM PF_R8G8B8_SNORM PF_R8G8B8A8_SNORM PF_R16_SNORM PF_R16G16_SNORM PF_R16G16B16_SNORM PF_R16G16B16A16_SNORM PF_DEPTH32 PF_DEPTH32F PF_DEPTH24_STENCIL8
Registering ResourceManager for type Texture
RenderSystem capabilities
-------------------------
RenderSystem Name: OpenGL 3+ Rendering Subsystem
GPU Vendor: nvidia
Device Name: NVIDIA GeForce RTX 4060/PCIe/SSE2
Driver Version: 4.6.0.0
* Fixed function pipeline: no
* 32-bit index buffers: yes
* Hardware stencil buffer: yes
- Two sided stencil support: yes
- Wrap stencil values: yes
* Gpu programs: yes
- Vertex constant 4-vectors: 1024
- Fragment constant 4-vectors: 1024
* Geometry programs: yes
- Number of constant 4-vectors: 512
* Tessellation programs: yes
- Hull program constant 4-vectors: 512
- Domain program constant 4-vectors: 512
* Compute programs: yes
- Number of constant 4-vectors: 2048
* Supported Shader Profiles: gl_spirv glsl glsl130 glsl140 glsl150 glsl330 glsl400 glsl410 glsl420 glsl430 glsl440 glsl450 glsl460
* Read-back compiled shader: yes
* Number of vertex attributes: 16
* Textures
- Number of texture units: 16
- Floating point: yes
- Non-power-of-two: yes
- 1D textures: yes
- 2D array textures: yes
- 3D textures: yes
- Anisotropic filtering: yes
* Texture Compression: yes
- DXT: yes
- VTC: yes
- PVRTC: no
- ATC: no
- ETC1: no
- ETC2: yes
- BC4/BC5: yes
- BC6H/BC7: yes
- ASTC: no
- Automatic mipmap generation: yes
* Vertex Buffers
- Render to Vertex Buffer: yes
- Instance Data: yes
- Primitive Restart: yes
- INT_10_10_10_2_NORM element type: yes
* Vertex texture fetch: yes
- Max vertex textures: 16
* Read/Write Buffers: yes
* Hardware Occlusion Query: yes
* User clip planes: yes
* Depth clamping: yes
* Hardware render-to-texture: yes
- Multiple Render Targets: 8
* Point Sprites: yes
- Max Size: 2047
* Wide Lines: yes
* Hardware Gamma: yes
* PBuffer support: no
* Vertex Array Objects: yes
* Separate shader objects: yes
- redeclare GLSL interface block: yes
* Debugging/ profiling events: yes
* Map buffer storage: yes
DefaultWorkQueue('Root') initialising on thread 140389899282560.
DefaultWorkQueue('Root')::WorkerFunc - thread 140389798070016 starting.
DefaultWorkQueue('Root')::WorkerFunc - thread 140389789677312 starting.Particle Renderer Type 'billboard' registered
SceneManagerFactory for type 'BspSceneManager' registered.
SceneManagerFactory for type 'PCZSceneManager' registered.
MovableObjectFactory for type 'PCZLight' registered.
MovableObjectFactory for type 'Portal' registered.
MovableObjectFactory for type 'AntiPortal' registered.
PCZone Factory Type 'ZoneType_Octree' registered
SceneManagerFactory for type 'OctreeSceneManager' registered.
Parsing '/usr/local/share/OGRE-14.2/resources.cfg'
Creating resource group BSPWorld
Added resource location '/usr/local/share/OGRE-14.2/./Media/packs/oa_rpg3dm2.pk3' of type 'Zip' to resource group 'BSPWorld'
Added resource location '/usr/local/share/OGRE-14.2/./Media/packs/ogretestmap.zip' of type 'Zip' to resource group 'BSPWorld'
Creating resource group Essential
Added resource location '/usr/local/share/OGRE-14.2/./Media/thumbnails' of type 'FileSystem' to resource group 'Essential'
Added resource location '/usr/local/share/OGRE-14.2/./Media/packs/SdkTrays.zip' of type 'Zip' to resource group 'Essential'
Added resource location '/usr/local/share/OGRE-14.2/./Media/packs/profiler.zip' of type 'Zip' to resource group 'Essential'
Added resource location '/usr/local/share/OGRE-14.2/./Media/PBR' of type 'FileSystem' to resource group 'General'
Added resource location '/usr/local/share/OGRE-14.2/./Media/PBR/filament' of type 'FileSystem' to resource group 'General'
Added resource location '/usr/local/share/OGRE-14.2/./Media/materials/programs/GLSL' of type 'FileSystem' to resource group 'General'
Added resource location '/usr/local/share/OGRE-14.2/./Media/materials/programs/GLSL120' of type 'FileSystem' to resource group 'General'
Added resource location '/usr/local/share/OGRE-14.2/./Media/materials/programs/GLSL150' of type 'FileSystem' to resource group 'General'
Added resource location '/usr/local/share/OGRE-14.2/./Media/materials/programs/GLSL400' of type 'FileSystem' to resource group 'General'
Added resource location '/usr/local/share/OGRE-14.2/./Media/materials/programs/GLSLES' of type 'FileSystem' to resource group 'General'
Added resource location '/usr/local/share/OGRE-14.2/./Media/materials/programs/SPIRV' of type 'FileSystem' to resource group 'General'
Added resource location '/usr/local/share/OGRE-14.2/./Media/materials/programs/Cg' of type 'FileSystem' to resource group 'General'
Added resource location '/usr/local/share/OGRE-14.2/./Media/materials/programs/HLSL' of type 'FileSystem' to resource group 'General'
Added resource location '/usr/local/share/OGRE-14.2/./Media/materials/programs/HLSL_Cg' of type 'FileSystem' to resource group 'General'
Added resource location '/usr/local/share/OGRE-14.2/./Media/materials/scripts' of type 'FileSystem' to resource group 'General'
Added resource location '/usr/local/share/OGRE-14.2/./Media/materials/textures' of type 'FileSystem' to resource group 'General'
Added resource location '/usr/local/share/OGRE-14.2/./Media/materials/textures/terrain' of type 'FileSystem' to resource group 'General'
Added resource location '/usr/local/share/OGRE-14.2/./Media/models' of type 'FileSystem' to resource group 'General'
Added resource location '/usr/local/share/OGRE-14.2/./Media/particle' of type 'FileSystem' to resource group 'General'
Added resource location '/usr/local/share/OGRE-14.2/./Media/DeferredShadingMedia' of type 'FileSystem' to resource group 'General'
Added resource location '/usr/local/share/OGRE-14.2/./Media/DeferredShadingMedia/DeferredShading/post' of type 'FileSystem' to resource group 'General'
Added resource location '/usr/local/share/OGRE-14.2/./Media/PCZAppMedia' of type 'FileSystem' to resource group 'General'
Added resource location '/usr/local/share/OGRE-14.2/./Media/materials/scripts/SSAO' of type 'FileSystem' to resource group 'General'
Added resource location '/usr/local/share/OGRE-14.2/./Media/materials/textures/SSAO' of type 'FileSystem' to resource group 'General'
Added resource location '/usr/local/share/OGRE-14.2/./Media/volumeTerrain' of type 'FileSystem' to resource group 'General'
Added resource location '/usr/local/share/OGRE-14.2/./Media/CSMShadows' of type 'FileSystem' to resource group 'General'
Added resource location '/usr/local/share/OGRE-14.2/./Media/packs/cubemap.zip' of type 'Zip' to resource group 'General'
Added resource location '/usr/local/share/OGRE-14.2/./Media/packs/cubemapsJS.zip' of type 'Zip' to resource group 'General'
Added resource location '/usr/local/share/OGRE-14.2/./Media/packs/dragon.zip' of type 'Zip' to resource group 'General'
Added resource location '/usr/local/share/OGRE-14.2/./Media/packs/fresneldemo.zip' of type 'Zip' to resource group 'General'
Added resource location '/usr/local/share/OGRE-14.2/./Media/packs/ogredance.zip' of type 'Zip' to resource group 'General'
Added resource location '/usr/local/share/OGRE-14.2/./Media/packs/Sinbad.zip' of type 'Zip' to resource group 'General'
Added resource location '/usr/local/share/OGRE-14.2/./Media/packs/skybox.zip' of type 'Zip' to resource group 'General'
Added resource location '/usr/local/share/OGRE-14.2/./Media/volumeTerrain/volumeTerrainBig.zip' of type 'Zip' to resource group 'General'
Added resource location '/usr/local/share/OGRE-14.2/./Media/packs/DamagedHelmet.zip' of type 'Zip' to resource group 'General'
Added resource location '/usr/local/share/OGRE-14.2/./Media/packs/filament_shaders.zip' of type 'Zip' to resource group 'General'
Added resource location '/usr/local/share/OGRE-14.2/./Media/Main' of type 'FileSystem' to resource group 'OgreInternal'
Added resource location '/usr/local/share/OGRE-14.2/./Media/RTShaderLib' of type 'FileSystem' to resource group 'OgreInternal'
Added resource location '/usr/local/share/OGRE-14.2/./Media/Terrain/' of type 'FileSystem' to resource group 'OgreInternal'
Warning: resource location '/usr/local/Tests/Media' does not exist - skipping
Parsing scripts for resource group BSPWorld
Parsing script scripts/clown.shader
Parsing script scripts/liquid_water.shader
Parsing script scripts/oalite.shader
Parsing script scripts/oanew.shader
Parsing script scripts/oasky.shader
Finished parsing scripts for resource group BSPWorld
Creating resources for group BSPWorld
All done
Parsing scripts for resource group Essential
Parsing script SdkTrays.material
Parsing script OgreProfiler.material
Parsing script SdkTrays.fontdef
Parsing script SdkTrays.overlay
Texture 'sdk_cursor.png': Loading 1 faces(PF_A8B8G8R8,32x32x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,32x32x1.
Texture 'sdk_tray.png': Loading 1 faces(PF_A8B8G8R8,64x64x1) with 6 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,64x64x1.
Texture 'sdk_button_up.png': Loading 1 faces(PF_A8B8G8R8,128x32x1) with 7 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,128x32x1.
Texture 'sdk_text_box.png': Loading 1 faces(PF_A8B8G8R8,32x32x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,32x32x1.
Texture 'sdk_mini_tray.png': Loading 1 faces(PF_A8B8G8R8,32x32x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,32x32x1.
Texture 'sdk_track.png': Loading 1 faces(PF_A8B8G8R8,16x32x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,16x32x1.
Texture 'sdk_handle.png': Loading 1 faces(PF_A8B8G8R8,16x16x1) with 4 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,16x16x1.
Texture 'sdk_mini_text_box.png': Loading 1 faces(PF_A8B8G8R8,32x32x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,32x32x1.
Texture 'sdk_label.png': Loading 1 faces(PF_A8B8G8R8,32x32x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,32x32x1.
Texture 'sdk_separator.png': Loading 1 faces(PF_A8B8G8R8,64x16x1) with 6 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,64x16x1.
Texture 'sdk_logo.png': Loading 1 faces(PF_A8B8G8R8,128x64x1) with 7 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,128x64x1.
Texture 'sdk_shade.png': Loading 1 faces(PF_A8B8G8R8,64x48x1) with 6 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,64x48x1.
Texture 'sdk_frame.png': Loading 1 faces(PF_A8B8G8R8,32x32x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,32x32x1.
Texture 'sdk_mini_text_box_over.png': Loading 1 faces(PF_A8B8G8R8,32x32x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,32x32x1.
Texture 'sdk_pulse.png': Loading 1 faces(PF_B8G8R8,8x1x1) with 3 hardware generated mipmaps from Image. Internal format is PF_B8G8R8,8x1x1.
Finished parsing scripts for resource group Essential
Creating resources for group Essential
All done
Parsing scripts for resource group General
Parsing script pbr.program
Parsing script pbr_filament.program
Error: ScriptCompiler - invalid parameters in pbr_filament.program(94): Parameter called light_ssao does not exist.
Error: ScriptCompiler - invalid parameters in pbr_filament.program(95): Parameter called frameUniforms.viewportWidth does not exist.
Error: ScriptCompiler - invalid parameters in pbr_filament.program(96): Parameter called frameUniforms.viewportHeight does not exist.
Parsing script Instancing.program
Parsing script Examples.program
Parsing script StdQuad_vp.program
Parsing script ShadowCaster.program
Parsing script deferred_post.program
Parsing script glTF2_PBR.material
Error: ScriptCompiler - invalid parameters in glTF2_PBR.material(37): overriding previous declarations of texture 'black.png' with different parameters
Error: ScriptCompiler - invalid parameters in glTF2_PBR.material(79): Parameter called u_ScaleFGDSpec does not exist.
Error: ScriptCompiler - invalid parameters in glTF2_PBR.material(80): Parameter called u_ScaleDiffBaseMR does not exist.
Parsing script filament.material
Parsing script RZR-002.material
Parsing script Compute.material
Parsing script Invert.material
Parsing script pssm.material
Parsing script Examples.material
Parsing script OldMovie.material
Parsing script Laplace.material
Parsing script Examples-Advanced.material
Parsing script Halftone.material
Parsing script HW_VTF_LUTInstancing.material
Parsing script ParticleGS.material
Parsing script SharpenEdges.material
Parsing script DOF.material
Parsing script Ocean.material
Parsing script FluidSim.material
Parsing script RTShaderSystem.material
Parsing script Ogre.material
Parsing script HeatVision.material
Parsing script OldTV.material
Parsing script facial.material
Parsing script HardwareSkinningShadow.material
Parsing script MRTtest.material
Error: ScriptCompiler - invalid parameters in MRTtest.material(66): Parameter called rt0 does not exist.
Error: ScriptCompiler - invalid parameters in MRTtest.material(68): Parameter called rt2 does not exist.
Error: ScriptCompiler - invalid parameters in MRTtest.material(69): Parameter called rt3 does not exist.
Parsing script IsoSurf.material
Parsing script hdr.material
Parsing script CompositorDemo.material
Parsing script Hair.material
Parsing script BlackAndWhite.material
Parsing script Examples-DynTex.material
Parsing script RasterizationOrder.material
Parsing script Swizzle.material
Error: ScriptCompiler - invalid parameters in Swizzle.material(31): input_operation_type
Error: ScriptCompiler - invalid parameters in Swizzle.material(32): output_operation_type
Error: ScriptCompiler - invalid parameters in Swizzle.material(33): max_output_vertices
Parsing script TerrainTessellation.material
Parsing script HW_VTFInstancing.material
Parsing script VTFInstancing.material
Parsing script Bloom2.material
Parsing script ASCII.material
Parsing script Examples-Water.material
Parsing script OffsetMapping.material
Parsing script AdaptivePNTrianglesTessellation.material
Parsing script HWInstancing.material
Parsing script ShaderSystem.material
Parsing script LigthShafts.material
Parsing script Island.material
Parsing script Dither.material
Parsing script WBOIT.material
Parsing script DualQuaternion.material
Parsing script smoke.material
Parsing script DamagedHelmet.material
Error: ScriptCompiler - invalid parameters in glTF2_PBR.material(41): overriding previous declarations of texture 'studio_garden.jpg' with different parameters
Error: ScriptCompiler - invalid parameters in glTF2_PBR.material(79): Parameter called u_ScaleFGDSpec does not exist.
Error: ScriptCompiler - invalid parameters in glTF2_PBR.material(80): Parameter called u_ScaleDiffBaseMR does not exist.
Parsing script sibenik.material
Parsing script DepthShadowmap.material
Parsing script Penguin.material
Parsing script Glass.material
Parsing script ShaderInstancing.material
Parsing script RadialBlur.material
Parsing script Tiling.material
Parsing script Posterize.material
Parsing script NightVision.material
Parsing script MotionBlur.material
Parsing script SteepParallaxOcclusionMapping.material
Parsing script Embossed.material
Parsing script Tessellation.material
Parsing script ssao.material
Parsing script ShadowCaster.material
Parsing script deferred_post_minilight.material
Parsing script deferreddemo.material
Parsing script deferred_post.material
Parsing script ROOM.material
Parsing script Volumetric.material
Parsing script HorizonBased.material
Parsing script ShowDepth.material
Parsing script UnsharpMask.material
Parsing script ShowViewPos.material
Parsing script Crytek.material
Parsing script CreaseShading.material
Parsing script GBuffer.material
Parsing script HemisphereMC.material
Parsing script SSAOPost.material
Parsing script Modulate.material
Parsing script ShowNormals.material
Parsing script triplanarReference.material
Parsing script CSMShadows.material
Parsing script RomanBath.material
Parsing script Sinbad.material
Parsing script smoke.particle
Parsing script emitted_emitter.particle
Parsing script Examples.particle
Parsing script Examples-Water.particle
Parsing script Examples.compositor
Parsing script deferred.compositor
Parsing script ssao.compositor
Parsing script SSAO.compositor
Parsing script SSAOPost.compositor
Finished parsing scripts for resource group General
Creating resources for group General
All done
Parsing scripts for resource group OgreAutodetect
Finished parsing scripts for resource group OgreAutodetect
Creating resources for group OgreAutodetect
All done
Parsing scripts for resource group OgreInternal
Parsing script ShadowVolumeExtude.program
Parsing script Shadow.material
Parsing script RTSSamplers.material
Finished parsing scripts for resource group OgreInternal
Creating resources for group OgreInternal
All done
Mesh: Loading Sinbad.mesh.
Skeleton: Loading Sinbad.skeleton
Texture 'sinbad_body.tga': Loading 1 faces(PF_B8G8R8,512x512x1) with 9 hardware generated mipmaps from Image. Internal format is PF_B8G8R8,512x512x1.
Texture 'sinbad_clothes.tga': Loading 1 faces(PF_B8G8R8,512x512x1) with 9 hardware generated mipmaps from Image. Internal format is PF_B8G8R8,512x512x1.
Texture 'sinbad_sword.tga': Loading 1 faces(PF_B8G8R8,256x256x1) with 8 hardware generated mipmaps from Image. Internal format is PF_B8G8R8,256x256x1.
Warning: the mesh 'Sinbad.mesh' includes vertices with more than 4 bone assignments. The lowest weighted assignments beyond this limit have been removed, so your animation may look slightly different. To eliminate this, reduce the number of bone assignments per vertex on your mesh to 4.