njikmf

Results 5 issues of njikmf

I am learn this from doc, from objc_util import * MPMusicPlayerController = ObjCClass('MPMusicPlayerController') player = MPMusicPlayerController.systemMusicPlayer() now_playing = player.nowPlayingItem() if now_playing: artist = now_playing.valueForProperty_('artist') title = now_playing.valueForProperty_('title') print('Now playing: %s...

I'm not faimiliar with 3dsmax plugin , could you upload one ?

### Version/Branch of Dear ImGui: Version 1.XX, Branch: master ### Back-ends: imgui_impl_dx12.cpp ### Compiler, OS: Win10 + vs2022 ### Full config/build information: Unhandled exception at 0x00007FF9AB79CF19 (KernelBase.dll) in example_win32_directx12.exe: 0x0000087A...

backends
dx12

### Library and Version PhysX latest f07ba77f2d8af805824385b4616549974d231a8d ### Operating System Win10 ### Steps to Trigger Behavior run physx/generate_projects.bat and compile in VS2022 (release), everything is ok run blast/build.bat , `...

Hi , I 'm not fully understand the light / shadow usage, there is example "Shadow" use shadowmap + directional light, the "GltfViewer" use PBR , I tried a custom...